From 3591ab90bc81634f5898c338cf3c3a149cbc7e30 Mon Sep 17 00:00:00 2001 From: cherif Date: Thu, 16 Mar 2023 20:04:20 +0100 Subject: [PATCH] 16/03/23 - 17h45 --- .idea/workspace.xml | 25 +- GlobalVariable.py | 29 + Log/log_file.log | 353283 ++++++++++++++++++++++++++++++++ email_mgt.py | 30 +- lms_chamilo/local_import.py | 29 + lms_chamilo/mysy_lms.py | 533 + main.py | 61 + tools_cherif/__init__.py | 1 + tools_cherif/tools_cherif.py | 239 + 9 files changed, 354207 insertions(+), 23 deletions(-) create mode 100644 lms_chamilo/local_import.py create mode 100644 lms_chamilo/mysy_lms.py create mode 100644 tools_cherif/__init__.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 96378c8..4ecc171 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,14 +1,16 @@ - + + + + + - - - - + + @@ -355,7 +364,6 @@ - @@ -380,7 +388,8 @@ - diff --git a/GlobalVariable.py b/GlobalVariable.py index 9f5ecac..dbe2fe8 100644 --- a/GlobalVariable.py +++ b/GlobalVariable.py @@ -299,6 +299,35 @@ CLASS_ZONE_DESCRIP_LIMIT = 1000 CLASS_ZONE_OBJECTIF_LIMIT = 1000 +""" +MariaDB database access +""" + +if (MYSY_ENV == "PROD"): + MYSY_MARIADB_USER = "mysy_mariadb_user" + MYSY_MARIADB_USER_PASS = "fB5z%M)GG&g!n2c" + MYSY_MARIADB_HOST = "192.168.1.21" + MYSY_MARIADB_PORT = 3306 + MYSY_LMS_BDD = "mysy_chamilo" + + +elif (MYSY_ENV == "DEV"): + MYSY_MARIADB_USER = "mysy_mariadb_user" + MYSY_MARIADB_USER_PASS = "fB5z%M)GG&g!n2c" + MYSY_MARIADB_HOST = "192.168.1.21" + MYSY_MARIADB_PORT = 3306 + MYSY_LMS_BDD = "chamilo2" + +elif (MYSY_ENV == "REC"): + MYSY_MARIADB_USER = "mysy_mariadb_user" + MYSY_MARIADB_USER_PASS = "fB5z%M)GG&g!n2c" + MYSY_MARIADB_HOST = "192.168.1.21" + MYSY_MARIADB_PORT = 3306 + MYSY_LMS_BDD = "mysy_chamilo_rec" + + + + """ Variable pour definir les unité de durée acceptées pour une formation diff --git a/Log/log_file.log b/Log/log_file.log index 844ceb0..3982094 100644 --- a/Log/log_file.log +++ b/Log/log_file.log @@ -1168314,3 +1168314,353286 @@ INFO:werkzeug:127.0.0.1 - - [06/Mar/2023 04:14:44] "POST /myclass/api/GetActiveS INFO:root:2023-03-06 04:14:44.485658 : Security check : IP adresse '127.0.0.1' connected INFO:werkzeug:127.0.0.1 - - [06/Mar/2023 04:14:44] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - INFO:werkzeug:127.0.0.1 - - [06/Mar/2023 04:14:44] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +DEBUG:filelock:Attempting to acquire lock 2218054537808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2218054537808 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2218054537808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2218054537808 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2218054599312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2218054599312 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-06 19:50:46.631932 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-06 19:50:46.631932 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-06 19:50:46.631932 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-06 19:50:46.631932 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2218054599312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2218054599312 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2217748825744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2217748825744 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2217748825744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2217748825744 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2288364803600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2288364803600 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2288364803600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2288364803600 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2288364749200 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2288364749200 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2288364749200 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2288364749200 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2288350275472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2288350275472 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2288350275472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2288350275472 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2194150316688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2194150316688 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2194150316688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2194150316688 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2194150474192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2194150474192 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2194150474192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2194150474192 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2193818794128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2193818794128 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2193818794128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2193818794128 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2427873693328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2427873693328 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2427873693328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2427873693328 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2427873886608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2427873886608 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2427873886608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2427873886608 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2427799708112 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2427799708112 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2427799708112 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2427799708112 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1624089239504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1624089239504 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1624089239504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1624089239504 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1624103540688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1624103540688 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1624103540688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1624103540688 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1624103355728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1624103355728 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1624103355728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1624103355728 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1822130433616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1822130433616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1822130433616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1822130433616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1822130569680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1822130569680 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1822130569680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1822130569680 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1822130344464 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1822130344464 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1822130344464 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1822130344464 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2023398303824 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2023398303824 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2023398303824 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2023398303824 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2023398441424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2023398441424 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2023398441424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2023398441424 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2023398112080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2023398112080 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2023398112080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2023398112080 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2023402260432 +DEBUG:zeep.transports:Loading remote data from: https://online.educetera.org//main/webservices/soap.php +DEBUG:filelock:Attempting to acquire lock 1850869805072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1850869805072 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1850869805072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1850869805072 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1850795729488 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1850795729488 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1850795729488 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1850795729488 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1850795729488 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1850795729488 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1850795729488 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1850795729488 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:suds.wsdl:reading WSDL at: http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL ... +DEBUG:suds.transport.http:opening (http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL) +DEBUG:filelock:Attempting to acquire lock 2949978780496 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2949978780496 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2949978780496 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2949978780496 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2949978956752 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2949978956752 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:suds.wsdl:reading WSDL at: https://online.educetera.org/main/webservices/soap.php ... +DEBUG:suds.transport.http:opening (https://online.educetera.org/main/webservices/soap.php) +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2949978956752 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2949978956752 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2949978956752 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2949978956752 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2949978956752 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2949978956752 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2432504426448 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2432504426448 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2432504426448 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2432504426448 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2432570605904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2432570605904 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2432570605904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2432570605904 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2432570611856 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2432570611856 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2432570611856 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2432570611856 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-06 22:00:53.012543 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-06 22:00:53.013543 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-06 22:00:53.013543 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-06 22:00:53.013543 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2306439382288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2306439382288 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2306439382288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2306439382288 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2306789703952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2306789703952 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2306789703952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2306789703952 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2306793918224 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2306793918224 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2306793918224 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2306793918224 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-06 22:01:01.533552 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-06 22:01:01.533552 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-06 22:01:01.533552 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-06 22:01:01.534552 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:filelock:Attempting to acquire lock 2498023648272 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2498023648272 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2498023648272 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2498023648272 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2498023735632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2498023735632 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2498023735632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2498023735632 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2498023618896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2498023618896 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2498023618896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2498023618896 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-07 11:29:30.626752 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-07 11:29:30.626752 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-07 11:29:30.626752 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-07 11:29:30.627766 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1689606127184 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1689606127184 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1689606127184 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1689606127184 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1689909197200 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1689909197200 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1689909197200 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1689909197200 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1689909197584 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1689909197584 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1689909197584 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1689909197584 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-07 11:29:42.790430 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-07 11:29:42.790430 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-07 11:29:42.790430 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-07 11:29:42.790430 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\email_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2354924481744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2354924481744 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2354924481744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2354924481744 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2354924585360 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2354924585360 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2354924585360 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2354924585360 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2354844404304 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2354844404304 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2354844404304 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2354844404304 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-07 11:30:59.083387 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-07 11:30:59.083387 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-07 11:30:59.083387 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-07 11:30:59.083387 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\email_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2125965815696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2125965815696 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2125965815696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2125965815696 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2125882306192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2125882306192 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2125882306192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2125882306192 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2125882306192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2125882306192 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2125882306192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2125882306192 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-07 11:31:37.581225 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-07 11:31:37.581225 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-07 11:31:37.581225 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-07 11:31:37.582227 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\email_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1608292234512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1608292234512 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1608292234512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1608292234512 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1608354202512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1608354202512 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1608354202512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1608354202512 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1608275823376 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1608275823376 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1608275823376 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1608275823376 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-07 11:31:52.781435 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-07 11:31:52.781435 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-07 11:31:52.781435 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-07 11:31:52.781435 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\email_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2322896791760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2322896791760 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2322896791760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2322896791760 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2322896880080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2322896880080 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2322896880080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2322896880080 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2322896880336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2322896880336 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2322896880336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2322896880336 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-07 11:32:37.763067 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-07 11:32:37.764068 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-07 11:32:37.765075 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-07 11:32:37.765075 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\email_mgt.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1744099217040 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1744099217040 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1744099217040 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1744099217040 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1744114385488 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1744114385488 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1744114385488 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1744114385488 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1744114385872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1744114385872 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1744114385872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1744114385872 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-07 11:32:53.829187 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-07 11:32:53.829187 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-07 11:32:53.829187 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-07 11:32:53.829187 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-07 11:32:54.040981 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 11:32:54] "POST /myclass/api/ManualSendInvoiceEmailRIB HTTP/1.1" 308 - +INFO:root:2023-03-07 11:32:54.049973 : Security check : IP adresse '127.0.0.1' connected +DEBUG:xhtml2pdf:pisaDocument options: + src = '\n\n\n\n\t
\n\t\tMysy Training Logo \n\t
\n\t\n\t\t
\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\n\t\t\t\t\tHIFMI-INSTITUTE
\n\t\t\t\t\t50 AV PIERRE ET MARIE CURIE
\n\t\t\t\t\t93700 DRANCY
\n\t\t\t\t\tFrance
\n\n\t\t\t\t
\n\n\n\t\t\t\t\n\n\t\t\t\t\tFacture n° FACT_230300027\n\n\n\t\t\t\t
\n\t\t\t\n\n\n\t\t\t\t\n\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t
Date de facture: 07/03/2023 Date échéance : 07/03/2022
\n\n\t\t\t\t\n\t\t\t\t\tOrigine : Contrat 005G\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\n\n\t\t\t\t\t
DescriptionQuantitéPrix unitaireMontant
PACK GOLD
\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
350150
 
\n\t\t\t\t\n\n\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t
    Montant HT: 150   €
    TVA 20% : 0   €
    Montant TTC : 150  €
\n\t\t\t\n
\n
\n\t\t\t
\n\n\t\t\t\n\t\t\t\tRèglement : Virement bancaire

\n\n\n\n\n\t\t\t

\n\t\t\t\t> Relevé d\'identité bancaire\n\t\t\t

\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\n\n\n\t\t\t\t\n\n\t\t\t
BanqueIndicatifNuméro de compteClé RIB
17418000010001101023369
\n\n\t\t\t

\n\t\t\t\t> Identification internationale\n\t\t\t

\n\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\n\t\t\t\t\t\n\n\n\n\t\t\t\t\n\n\t\t\t
IBANCode BIC
FR76 1741 8000 0100 0110 1023 369 SNNNFR22XXX
\n\n\t\t\n\n\t\n\t\n\t
\n\t
\n\t
\n\t
\n\t\t\n\n\t\t\t

MySy Training
\n\n\t\t\t\tCour du Havre 1, 75008, Paris
\n\n\t\t\t\tMySy Training Technology (MTT), société par actions simplifiée au capital de 1000 euros, dont le siège\n\t\t\t\tsocial est\n\t\t\t\tsitué 2, place des magnolias, 77680, Roissy en Brie, immatriculée au Registre du Commerce et des\n\t\t\t\tSociétés sous le numéro 917 500 860 R.C.S. Melun\n\t\t\t

\n\t\t\n\t
\n\n\n' + dest = <_io.BufferedRandom name='./Invoices/invoice_FACT_230200020.pdf'> + path = None + link_callback = None + xhtml = False + context_meta = None +DEBUG:xhtml2pdf:FileObject 'http://88.170.110.220/img/MYSY-LOGO-BLUE.png', Basepath: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\__dummy__' +DEBUG:xhtml2pdf:URLParts: (ParseResult(scheme='http', netloc='88.170.110.220', path='/img/MYSY-LOGO-BLUE.png', params='', query='', fragment=''), 'http') +DEBUG:xhtml2pdf:Parsing img tag, src: +DEBUG:xhtml2pdf:Attrs: {'src': , 'width': 75.0, 'height': None, 'align': None, 'id': None} +DEBUG:xhtml2pdf:Sending request for http://88.170.110.220/img/MYSY-LOGO-BLUE.png with httplib +DEBUG:xhtml2pdf:Uri parsed: http://88.170.110.220/img/MYSY-LOGO-BLUE.png +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col widths: [None, None] +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col widths: [None, None, None, None] +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col widths: [None, None, None, None] +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col widths: [None, None, None, None] +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:None +DEBUG:xhtml2pdf:Col widths: [None, None] +DEBUG:PIL.PngImagePlugin:STREAM b'IHDR' 16 13 +DEBUG:PIL.PngImagePlugin:STREAM b'tEXt' 41 25 +DEBUG:PIL.PngImagePlugin:STREAM b'IDAT' 78 6645 +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 11:32:56] "POST /myclass/api/ManualSendInvoiceEmailRIB/ HTTP/1.1" 200 - +DEBUG:filelock:Attempting to acquire lock 2437353041424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2437353041424 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2437353041424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2437353041424 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2437353128336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2437353128336 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2437353128336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2437353128336 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2437275884048 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2437275884048 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2437275884048 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2437275884048 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-07 19:55:21.518011 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-07 19:55:21.518011 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-07 19:55:21.518011 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-07 19:55:21.518011 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2470809956112 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2470809956112 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2470809956112 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2470809956112 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2470810059280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2470810059280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2470810059280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2470810059280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2470810071056 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2470810071056 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2470810071056 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2470810071056 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-07 19:55:31.681135 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-07 19:55:31.681135 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-07 19:55:31.681135 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-07 19:55:31.681135 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-07 19:55:35.257290 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:55:35.259308 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:55:35.267832 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:55:35] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:55:35] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:55:35] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2023-03-07 19:55:58.121805 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:55:58.123804 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:55:58.124803 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:55:58] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:55:58] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:55:58] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2023-03-07 19:55:59.411444 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:55:59.426470 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:55:59] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2023-03-07 19:56:00.152313 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:56:00.155839 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:56:00.158843 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:56:00.161844 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:56:00.165377 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-03-07 19:56:00.171378 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-03-07 19:56:00.175376 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:56:00.177857 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:56:00.181859 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-03-07 19:56:00.190109 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:56:00.192106 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-03-07 19:56:00.195104 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-03-07 19:56:00.200646 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:56:00.202634 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:56:00.205642 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-03-07 19:56:00.211172 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-03-07 19:56:00.218181 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 19:56:00.218181 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 19:56:00] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:12:11.887935 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:12:12.595473 : partner_login Connexion partnair contact@mysy-training.com : OK, Date : 2023-03-07 20:12:11.888907 , _id = 63df9a429d95fcc1c2475167 +INFO:root:2023-03-07 20:12:12.608044 : partner_login Connexion partener_token : OK , _id = 63df9ac3486549268c864159 +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:12:12] "POST /myclass/api/partner_login/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:12:12.762427 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:12:12.765426 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:12:12.767426 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:12:12] "POST /myclass/api/getRecodedImage/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:12:12.789991 : Connexion du partner recid = 7ad3a72c9b161045cc50a7590e5fd18289a41389dca44386c6 OK. Mise à jour du firstconnexion et/ou lastconnexion : OK +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:12:12] "POST /myclass/api/get_partner_account/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:12:12] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:12:13.007454 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:12:13] "POST /myclass/api/find_partner_class_like/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:12:30.442227 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:12:30.444927 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:12:30.449011 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:12:30] "POST /myclass/api/get_cust_prices_by_partner/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:12:30] "POST /myclass/api/get_partner_class/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:12:30] "POST /myclass/api/get_linked_customer_to_partner/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:13:23.499383 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:13:23] "POST /myclass/api/get_cust_specific_prices_by_partner/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:13:30.986538 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:13:30] "POST /myclass/api/update_business_price/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:13:31.223666 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:13:31] "POST /myclass/api/get_cust_prices_by_partner/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:13:31.282401 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:13:31] "POST /myclass/api/get_cust_prices_by_partner/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:14:02.211569 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:02.212627 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:02.213649 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:02] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:02] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:02] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:14:02.738831 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:02.739835 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:02] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:14:03.738916 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:03.739933 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:03.740930 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:03.741928 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:03.741928 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:03] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:14:03.752175 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:03] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:03] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:03] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:14:04.064396 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:04.064396 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:04.065389 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:04.066392 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:04.066392 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:04.069907 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:04] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:04] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:04] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:04] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:04] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:04] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:14:04.385517 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:04.386530 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:04.386530 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:04.387627 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:04.389030 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:04] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:14:04.395039 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:04] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:04] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:04] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:04] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:04] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:14:16.835991 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:16] "POST /myclass/api/delete_business_price/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:14:17.136974 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:17] "POST /myclass/api/get_cust_prices_by_partner/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:14:20.511453 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:20.512459 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:20.512459 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:20] "POST /myclass/api/get_List_domaine_formation/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:20] "POST /myclass/api/Get_Suggested_Fr_Cities/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:20] "POST /myclass/api/Get_Suggested_Word/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:14:21.509294 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:21.510317 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:21] "POST /myclass/api/get_all_class/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:14:22.205619 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.206795 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.207794 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.208793 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.209793 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.210806 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:14:22.533342 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.534360 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.534360 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.535350 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.535350 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.538359 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:root:2023-03-07 20:14:22.862908 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.863908 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.864935 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.864935 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.865934 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-07 20:14:22.866932 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/getRecodedClassImage_from_front/ HTTP/1.1" 200 - +INFO:werkzeug:127.0.0.1 - - [07/Mar/2023 20:14:22] "POST /myclass/api/GetActiveSessionFormation_List/ HTTP/1.1" 200 - +DEBUG:filelock:Attempting to acquire lock 1658656001680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1658656001680 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1658656001680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1658656001680 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1658655775568 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1658655775568 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1658655775568 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1658655775568 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1658655775568 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1658655775568 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1658655775568 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1658655775568 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2296414990032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2296414990032 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2296414990032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2296414990032 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2296417206672 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2296417206672 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 16:21:37.180079 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 16:21:37.180079 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 16:21:37.180079 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 16:21:37.180079 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2296417206672 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2296417206672 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2296400971856 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2296400971856 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2296400971856 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2296400971856 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2505683513616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2505683513616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2505683513616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2505683513616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2505683599504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2505683599504 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2505683599504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2505683599504 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2505683599952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2505683599952 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2505683599952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2505683599952 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 16:21:45.616263 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 16:21:45.617276 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 16:21:45.617276 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 16:21:45.617276 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2800934186768 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2800934186768 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2800934186768 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2800934186768 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2800934360784 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2800934360784 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2800934360784 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2800934360784 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2800937516816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2800937516816 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2800937516816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2800937516816 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2411787030160 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2411787030160 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2411787030160 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2411787030160 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2411801444816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2411801444816 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2411801444816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2411801444816 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2411801445200 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2411801445200 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2411801445200 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2411801445200 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1834326424080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1834326424080 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1834326424080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1834326424080 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1834328539920 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1834328539920 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1834328539920 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 16:25:30.926466 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 16:25:30.926466 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 16:25:30.926466 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 16:25:30.926466 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1834328539920 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1834328540816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1834328540816 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1834328540816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1834328540816 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2693325137808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2693325137808 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2693325137808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2693325137808 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2693325226384 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2693325226384 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2693325226384 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2693325226384 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2693325017104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2693325017104 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2693325017104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2693325017104 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 16:25:39.828637 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 16:25:39.828637 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 16:25:39.829637 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 16:25:39.829637 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1737612562576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1737612562576 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1737612562576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1737612562576 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1737633037264 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1737633037264 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1737633037264 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1737633037264 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1737690709904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1737690709904 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1737690709904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1737690709904 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 16:27:26.490072 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 16:27:26.490072 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 16:27:26.490072 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 16:27:26.490072 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2372775438544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2372775438544 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2372775438544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2372775438544 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2372775559824 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2372775559824 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2372775559824 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2372775559824 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2372776420624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2372776420624 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2372776420624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2372776420624 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2265686469776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2265686469776 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2265686469776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2265686469776 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2265686589904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2265686589904 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2265686589904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2265686589904 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2265686589904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2265686589904 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2265686589904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2265686589904 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 16:29:52.792850 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 16:29:52.792850 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 16:29:52.792850 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 16:29:52.792850 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2873189460816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2873189460816 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2873189460816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2873189460816 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2873189431504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2873189431504 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2873189431504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2873189431504 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2873189431504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2873189431504 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2873189431504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2873189431504 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 16:30:01.559995 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 16:30:01.559995 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 16:30:01.559995 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 16:30:01.559995 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:filelock:Attempting to acquire lock 2234507067024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2234507067024 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2234507067024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2234507067024 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2234492756560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2234492756560 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2234492756560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2234492756560 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2234562892048 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2234562892048 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2234562892048 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2234562892048 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1875005927952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1875005927952 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1875005927952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1875005927952 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1875006046480 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1875006046480 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1875006046480 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1875006046480 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1874991622288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1874991622288 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1874991622288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1874991622288 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1235850620880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1235850620880 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1235850620880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1235850620880 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1235850623440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1235850623440 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1235850623440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1235850623440 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1235850623632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1235850623632 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1235850623632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1235850623632 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1372635264208 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1372635264208 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1372635264208 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1372635264208 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1372635441616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1372635441616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1372635441616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1372635441616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1372556013648 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1372556013648 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1372556013648 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1372556013648 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2928898948304 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2928898948304 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2928898948304 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2928898948304 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2929209753872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2929209753872 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2929209753872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2929209753872 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2929210631824 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2929210631824 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2929210631824 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2929210631824 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 16:40:15.095054 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 16:40:15.096054 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 16:40:15.096054 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 16:40:15.096054 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1753780071632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1753780071632 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1753780071632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1753780071632 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1753780158864 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1753780158864 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1753780158864 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1753780158864 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1753780159312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1753780159312 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1753780159312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1753780159312 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 16:40:24.757315 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 16:40:24.758315 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 16:40:24.758315 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 16:40:24.758315 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2245214736016 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2245214736016 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2245214736016 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2245214736016 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2245302090832 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2245302090832 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2245302090832 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2245302090832 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2245214450960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2245214450960 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2245214450960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2245214450960 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 16:40:44.708832 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 16:40:44.708832 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 16:40:44.708832 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 16:40:44.708832 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1433989541328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1433989541328 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1433989541328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1433989541328 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1433989661200 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1433989661200 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1433989661200 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1433989661200 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1433911562064 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1433911562064 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1433911562064 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1433911562064 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 16:56:15.007017 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 16:56:15.007017 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 16:56:15.007017 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 16:56:15.007017 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1740550375376 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1740550375376 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1740550375376 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1740550375376 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1740817563216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1740817563216 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1740817563216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1740817563216 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1740803323088 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1740803323088 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1740803323088 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1740803323088 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 16:57:15.068827 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 16:57:15.068827 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 16:57:15.068827 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 16:57:15.068827 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:filelock:Attempting to acquire lock 2717900213904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2717900213904 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2717900213904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2717900213904 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2717984604688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2717984604688 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2717984604688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2717984604688 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2717985478736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2717985478736 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2717985478736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2717985478736 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 17:04:15.339332 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 17:04:15.340327 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 17:04:15.340327 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 17:04:15.340327 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1680988973584 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1680988973584 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1680988973584 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1680988973584 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1680989061776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1680989061776 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1680989061776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1680989061776 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1681054100560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1681054100560 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1681054100560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1681054100560 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 17:04:25.441787 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 17:04:25.442778 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 17:04:25.442778 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 17:04:25.442778 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1633728204432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1633728204432 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1633728204432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1633728204432 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1633806374160 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1633806374160 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1633806374160 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1633806374160 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1633810118288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1633810118288 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1633810118288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1633810118288 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 17:07:06.741302 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 17:07:06.741302 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 17:07:06.741302 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 17:07:06.741302 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1579650381840 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1579650381840 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1579650381840 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1579650381840 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1579650482512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1579650482512 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1579650482512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1579650482512 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1579638277712 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1579638277712 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1579638277712 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1579638277712 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 17:07:15.565050 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 17:07:15.565050 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 17:07:15.565050 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 17:07:15.565050 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2448696540112 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2448696540112 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2448696540112 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2448696540112 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2448696607120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2448696607120 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2448696607120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2448696607120 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2448407713744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2448407713744 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2448407713744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2448407713744 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 3093133523408 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3093133523408 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3093133523408 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3093133523408 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 3093203895504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3093203895504 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 3093203895504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3093203895504 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 3093208820624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3093208820624 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3093208820624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3093208820624 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2140294610256 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2140294610256 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2140294610256 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2140294610256 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2140296774160 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2140296774160 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2140296774160 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2140296774160 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2140223737680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2140223737680 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2140223737680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2140223737680 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2073235459728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2073235459728 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2073235459728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2073235459728 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2073320063312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2073320063312 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2073320063312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2073320063312 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2072971122512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2072971122512 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2072971122512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2072971122512 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2561637626128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2561637626128 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2561637626128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2561637626128 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2561575714320 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2561575714320 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2561575714320 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2561575714320 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2561561730320 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2561561730320 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2561561730320 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2561561730320 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 18:18:37.625384 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:18:37.625384 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:18:37.626375 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:18:37.626375 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2307824160400 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2307824160400 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2307824160400 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2307824160400 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2307897947024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2307897947024 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2307897947024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2307897947024 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2307903572624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2307903572624 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2307903572624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2307903572624 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 18:18:47.295197 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:18:47.295197 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:18:47.295197 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:18:47.295197 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-10 18:18:47.663852 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 18:18:47] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2911243767440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2911243767440 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2911243767440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2911243767440 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2911324176720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2911324176720 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 18:40:41.143292 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:40:41.143292 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:40:41.144297 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:40:41.144297 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2911324176720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2911324176720 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2911323985104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2911323985104 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2911323985104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2911323985104 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2340814229136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2340814229136 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2340814229136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2340814229136 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2340900930064 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2340900930064 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 18:41:33.382004 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:41:33.382004 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:41:33.382004 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:41:33.382004 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2340900930064 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2340900930064 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2340814228048 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2340814228048 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2340814228048 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2340814228048 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1994579611280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1994579611280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1994579611280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1994579611280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1994666377296 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1994666377296 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 18:42:08.764633 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:42:08.765630 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:42:08.765630 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:42:08.765630 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-10 18:42:09.118774 : Security check : IP adresse '127.0.0.1' connected +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1994666377296 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1994666377296 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1994668334544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1994668334544 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1994668334544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1994668334544 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 18:42:10] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2497589541264 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2497589541264 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2497589541264 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2497589541264 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2497589712976 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2497589712976 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2497589712976 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2497589712976 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2497589712976 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2497589712976 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2497589712976 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2497589712976 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 18:42:41.783357 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:42:41.783357 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:42:41.783357 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:42:41.783357 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2088440085712 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2088440085712 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2088440085712 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2088440085712 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2088753004944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2088753004944 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2088753004944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2088753004944 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2087923757008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2087923757008 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2087923757008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2087923757008 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1705483694480 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1705483694480 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1705483694480 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1705483694480 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1705485894096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1705485894096 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1705485894096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1705485894096 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1705485894544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1705485894544 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1705485894544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1705485894544 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2382724331408 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2382724331408 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2382724331408 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2382724331408 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2382724448784 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2382724448784 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2382724448784 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2382724448784 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2382724449168 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2382724449168 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2382724449168 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2382724449168 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 18:49:48.126477 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:49:48.126477 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:49:48.126477 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:49:48.126477 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1474801169040 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1474801169040 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1474801169040 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1474801169040 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1474874671760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1474874671760 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1474874671760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1474874671760 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1474874671632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1474874671632 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1474874671632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1474874671632 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 18:49:57.367659 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:49:57.367659 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:49:57.368667 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:49:57.368667 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2233606999696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2233606999696 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2233606999696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2233606999696 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2233621119952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2233621119952 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2233621119952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 18:50:45.524491 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:50:45.524491 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:50:45.524491 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:50:45.524491 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2233621119952 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2233615783440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2233615783440 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2233615783440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2233615783440 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1747497356944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1747497356944 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1747497356944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1747497356944 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1747511771344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1747511771344 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1747511771344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1747511771344 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1747511771920 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1747511771920 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1747511771920 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1747511771920 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 18:51:07.561439 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:51:07.562472 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:51:07.562472 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:51:07.562472 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2239514015056 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2239514015056 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2239514015056 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2239514015056 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2239514132880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2239514132880 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2239514132880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2239514132880 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2239518957392 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2239518957392 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2239518957392 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2239518957392 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 18:51:26.530158 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:51:26.530158 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:51:26.530158 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:51:26.530158 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2255949762192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2255949762192 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2255949762192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2255949762192 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2256022913360 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2256022913360 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2256022913360 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2256022913360 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2256022913360 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2256022913360 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2256022913360 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2256022913360 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 18:51:49.712788 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:51:49.712788 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:51:49.712788 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:51:49.712788 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2065100175696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2065100175696 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2065100175696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2065100175696 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2065100292240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2065100292240 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 18:52:56.335544 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:52:56.336554 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:52:56.336554 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:52:56.336554 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2065100292240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2065100292240 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2065023001424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2065023001424 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2065023001424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2065023001424 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2810752005008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2810752005008 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2810752005008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2810752005008 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2810752107472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2810752107472 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2810752107472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2810752107472 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2810752107472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2810752107472 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2810752107472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2810752107472 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 18:53:04.871566 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:53:04.871566 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:53:04.871566 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:53:04.871566 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-10 18:53:07.825434 : Security check : IP adresse '127.0.0.1' connected +DEBUG:suds.wsdl:reading WSDL at: https://api2.dynect.net/wsdl/current/Dynect.wsdl ... +DEBUG:suds.transport.http:opening (https://api2.dynect.net/wsdl/current/Dynect.wsdl) +DEBUG:suds.metrics:b'\n\n\t\n\n\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\tRdata to update the svc record with\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tThe type of criteria contained within this Pool\n\t\t\tRequired based on criteria_type. Filtered in API/BLL\n\t\t\twhere in the list of rulesets this should be. Defaults to last.\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tNotify Object\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tID\n\t\t\tLabel for the DSF Monitor\n\t\t\tIndicates whether or not the DSF Monitor is active\n\t\t\tNum of responses to determine status\n\t\t\tInterval, in seconds, between probes\n\t\t\tnumber of attempted retries on failure before giving up\n\t\t\tname of the protocol to monitor\n\t\t\toptions pertaining the monitor\n\t\t\tIDs of attached notifiers\n\t\t\tEndpoints to monitor\n\t\t\thow are agents chosen?\n\t\t\tIDs of attached services\n\t\t\n\t\t\n\t\t\tIndicates whether or not the end point is active\n\t\t\tlabel of the endpoint\n\t\t\taddress for the endpoint\n\t\t\tordered list of preferred sites for monitoring\n\t\t\n\t\t\n\t\t\ttime, in seconds, before the check timeout\n\t\t\tan alternate port to connect to\n\t\t\ta specific path to request\n\t\t\ta value to pass into the `HOST:` header\n\t\t\tadditional header fields\n\t\t\ta string to search for in the response\n\t\t\t\n\t\t\n\t\t\n\t\t\taddress of an endpoint\n\t\t\thost to use when checking that endpoint\n\t\t\n\t\t\n\t\t\tinformation for a site performing DSF monitoring\n\t\t\n\t\t\n\t\t\tsite code for the monitoring machine\n\t\t\tdescription of the machine\'s location\n\t\t\tCIDR of the monitoring machine(s)\n\t\t\n\t\t\n\t\t\tLabel for the Notifier object\n\t\t\tList of Recipients attached to the Notifier\n\t\t\tList of services attached to the Notifier\n\t\t\n\t\t\n\t\t\tPublic_id of the Notifier to link to\n\t\t\tfilters on when services should fire the notifier\n\t\t\n\t\t\n\t\t\tPublic ID of the Notifier object\n\t\t\tLabel for the Notifier object\n\t\t\tIndicates whether or not the Notifier is active\n\t\t\tList of Recepients attached to the Notifier\n\t\t\tList of services attached to the Notifier\n\t\t\n\t\t\n\t\t\tPublic ID of the Notifier object\n\t\t\tLabel for the Notifier object\n\t\t\tIndicates whether or not the Notifier is active\n\t\t\tList of Recepients attached to the Notifier\n\t\t\tList of services attached to the Notifier\n\t\t\n\t\t\n\t\t\tPublic ID of the Notifier object\n\t\t\tIndicates whether or not the Notifier link is active\n\t\t\tfilters on when services should fire the notifier\n\t\t\t\n\t\t\n\t\t\n\t\t\tPublic ID of the Notifier object\n\t\t\t\n\t\t\tList of Recepients attached to the Notifier\n\t\t\tIndicates whether or not the Notifier is active\n\t\t\n\t\t\n\t\t\temail or syslog\n\t\t\tFor email, valid address or contact name. Syslog - address or hostname\n\t\t\thash of options\n\t\t\tList of string. For email - detail and summary are valid\n\t\t\n\t\t\n\t\t\tsyslog port\n\t\t\tsyslog ident\n\t\t\tsyslog facility\n\t\t\tsyslog tls\n\t\t\n\t\t\n\t\t\tValid entries - DSF or Monitor\n\t\t\tpublic_id of the specified service\n\t\t\tfilters on when services should fire the notifier\n\t\t\tIndicates whether or not the link to the service is active\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t This field is returned in responses from the API, it should not be included in requests.\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\tPermissionGroup\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tempty for customer-wide default\n\t\t\tY or N\n\t\t\n\t\t\n\t\tZone\n\t\t\n\t\t\tname of zone\n\t\t\tcode indicating how serial numbers are constructed on publish\n\t\t\tcurrent serial number\n\t\t\tType of zone. Primary or Secondary\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\tA record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tAAAA record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tALIAS record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tCAA record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tCDNSKEY record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tCDS record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tCERT record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tCNAME record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tCSYNC record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tDHCID record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tDNAME record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tDNSKEY record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tDS record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tIPSECKEY record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tKEY record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tKX record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tLOC record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tMX record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tNAPTR record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tNSAP record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tPOLICY record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tPTR record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tPX record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tRP record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tSPF record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tSRV record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tSSHFP record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tTLSA record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tTXT record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tSOA record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\tNS record\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tUser\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\tContact\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tname of the pref setting\n\t\t\tvalue of the setting\n\t\t\tY/N: pref is not explicitly set, this is the default value\n\t\t\n\t\t\n\t\t\tcomma or space-delimited list of netmasks, in CIDR form; no \'/\' assumes exact address\n\t\t\t\'Y\'/\'N\', default \'Y\'\n\t\t\t\'web\'/\'api\', default \'web\'\n\t\t\n\t\t\n\t\t\tcompartment id\n\t\t\tcustomer id\n\t\t\ttenant id\n\t\t\n\t\t\n\t\t\tcompartment id\n\t\t\tpublic id\n\t\t\tzone id\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\tDynamic DNS service\n\t\t\n\t\t\tan IP address, either v4 or v6\n\t\t\teither A or AAAA\n\t\t\tlast time this service was update by a Dynamic DNS client\n\t\t\tcount of excessive updates\n\t\t\t\'Y\', \'N\'\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\tSimple Failover service\n\t\t\n\t\t\tnormally served address\n\t\t\tTTL (time-to-live)\n\t\t\t\'ip\' or \'cname\'\n\t\t\taddress or CNAME to serve on failover\n\t\t\trestore normal address automatically (Y)\n\t\t\tThe number of consecutive monitoring intervals to delay before placing an IP address back in service\n\t\t\tcontact that gets status notification\n\t\t\twhen notifications are sent\n\t\t\tThe IP or hostname of a syslog server to send monitor events to\n\t\t\tThe port of the syslog server. Defaults to 514 if not present\n\t\t\tThe syslog ident to use. Defaults to \'dynect\'\n\t\t\tThe syslog facility to use. Defaults to \'daemon\'\n\t\t\tWhen to deliver syslog message; \'change\' or \'all\'\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tdetails about monitoring\n\t\t\t\'ok\', \'trouble\', \'failover\'\n\t\t\t\'Y\', \'N\'\n\t\t\tmonitoring changes task\n\t\t\tRecent monitoring results. This field is returned in responses from the API, it should not be included in requests.\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\tHTTP, HTTPS, PING, SMTP, TCP, NONE\n\t\t\ttime between checks, in minutes\n\t\t\ttimes to retest on failure\n\t\t\tif different from service default\n\t\t\te.g: http://host/path\n\t\t\tif different from fqdn\n\t\t\tcheck response for specific text\n\t\t\tadditional HTTP headers\n\t\t\ttest timeout\n\t\t\n\t\t\n\t\tmonitoring results\n\t\t\n\t\t\t\'up\', \'down\', \'unk\'\n\t\t\tmore details on error\n\t\t\tunix timestamp of monitor\n\t\t\t"airport" code\n\t\t\n\t\t\n\t\tbasic LoadBalance service\n\t\t\n\t\t\tpool of IP addresses to balance\n\t\t\tTTL (time-to-live)\n\t\t\t\'ip\', \'global\', or \'cname\'\n\t\t\tfor \'ip\' or \'cname\', what to serve on failover\n\t\t\trestore normal address automatically (Y)\n\t\t\tThe number of consecutive monitoring intervals to delay before placing an IP address back in service\n\t\t\tcontact that gets status notification\n\t\t\twhen notifications are sent\n\t\t\tThe IP or hostname of a syslog server to send monitor events to\n\t\t\tThe port of the syslog server. Defaults to 514 if not present\n\t\t\tThe syslog ident to use. Defaults to \'dynect\'\n\t\t\tThe syslog facility to use. Defaults to \'daemon\'\n\t\t\tWhen to deliver syslog message; \'change\' or \'all\'\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tnumber of addresses in each DNS response\n\t\t\tdetails about monitoring\n\t\t\t\'ok\', \'trouble\', \'failover\'\n\t\t\t\'Y\', \'N\'\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\tan IP address to monitor and publish\n\t\t\ta human-readable label\n\t\t\thow often this is served relative to others in pool\n\t\t\thow this address reponds to monitoring: obey,remove,always,no\n\t\t\tcurrent monitoring status This field is returned in responses from the API, it should not be included in requests.\n\t\t\tRecent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests.\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tan IP address to monitor and publish\n\t\t\ta human-readable label\n\t\t\thow often this is served relative to others in pool\n\t\t\thow this address reponds to monitoring: obey,remove,always,no\n\t\t\tcurrent monitoring status This field is returned in responses from the API, it should not be included in requests.\n\t\t\tRecent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests.\n\t\t\n\t\t\n\t\tGSLB\n\t\t\n\t\t\tper-region addresses and configuration\n\t\t\tTTL (time-to-live)\n\t\t\trestore normal address automatically (Y)\n\t\t\tThe number of consecutive monitoring intervals to delay before placing an IP address back in service\n\t\t\tcontact that gets status notification\n\t\t\twhen notifications are sent\n\t\t\tThe IP or hostname of a syslog server to send monitor events to\n\t\t\tThe port of the syslog server. Defaults to 514 if not present\n\t\t\tThe syslog ident to use. Defaults to \'dynect\'\n\t\t\tThe syslog facility to use. Defaults to \'daemon\'\n\t\t\tWhen to deliver syslog message; \'change\' or \'all\'\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tdetails about monitoring\n\t\t\t\'ok\', \'trouble\', \'failover\'\n\t\t\t\'Y\', \'N\'\n\t\t\tmonitoring changes task\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\t\'ip\', \'global\', or \'cname\'\n\t\t\tfor \'ip\' or \'cname\', what to serve on failover\n\t\t\tnumber of addresses in each DNS response\n\t\t\tnumber of \'ok\' addresses before region fails over\n\t\t\tpool of IP addresses to balance\n\t\t\n\t\t\n\t\t\tan IP address or FQDN to monitor and publish\n\t\t\ta human-readable label\n\t\t\thow often this is served relative to others in pool\n\t\t\thow this address reponds to monitoring: obey,remove,always,no\n\t\t\tcurrent monitoring status This field is returned in responses from the API, it should not be included in requests.\n\t\t\tRecent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests.\n\t\t\n\t\t\n\t\tGSLBRegion\n\t\t\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\t\'ip\', \'global\', or \'cname\'\n\t\t\tfor \'ip\' or \'cname\', what to serve on failover\n\t\t\tnumber of addresses in each DNS response\n\t\t\tnumber of \'ok\' addresses before region fails over\n\t\t\tpool of IP addresses to balance\n\t\t\t\'ok\', \'trouble\', \'failover\'\n\t\t\tmonitoring changes task\n\t\t\t\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\tan IP address or FQDN to monitor and publish\n\t\t\ta human-readable label\n\t\t\thow often this is served relative to others in pool\n\t\t\thow this address reponds to monitoring: obey,remove,always,no\n\t\t\tcurrent monitoring status This field is returned in responses from the API, it should not be included in requests.\n\t\t\tmonitoring changes task This field is returned in responses from the API, it should not be included in requests.\n\t\t\tRecent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests.\n\t\t\n\t\t\n\t\tRTTM\n\t\t\n\t\t\tper-region addresses and configuration\n\t\t\tTTL (time-to-live)\n\t\t\trestore normal address automatically (Y)\n\t\t\tThe number of consecutive monitoring intervals to delay before placing an IP address back in service\n\t\t\tcontact that gets status notification\n\t\t\twhen notifications are sent\n\t\t\tThe IP or hostname of a syslog server to send monitor events to\n\t\t\tThe port of the syslog server. Defaults to 514 if not present\n\t\t\tThe syslog ident to use. Defaults to \'dynect\'\n\t\t\tThe syslog facility to use. Defaults to \'daemon\'\n\t\t\tWhen to deliver syslog message; \'change\' or \'all\'\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tdetails about monitoring\n\t\t\tdetails about performance monitoring\n\t\t\t\'ok\', \'unk\', \'trouble\', \'failover\'\n\t\t\t\'Y\', \'N\'\n\t\t\tmonitoring changes task\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\t\'Y\' or \'N\', if \'Y\', region will filled in with global settings\n\t\t\tnumber of addresses in each DNS response\n\t\t\tpool_count, number of addresses to be included in the serve pool\n\t\t\t\'ip\', \'global\', \'region\', default \'global\'\n\t\t\tfor \'ip\' mode, address to serve on failover. For \'region\' mode, region_code of the region to failover to.\n\t\t\tfailover_count, number of addresses that must be \'ok\', otherwise a region is considered \'failover\'\n\t\t\tfailover_count2, number of addresses that must be \'ok\', otherwise a region is considered \'failover\'\n\t\t\tpool of IP addresses to balance\n\t\t\t\'ok, \'unk\', \'trouble\', \'failover\', This field is returned in responses from the API, it should not be included in requests.\n\t\t\tmonitoring changes task This field is returned in responses from the API, it should not be included in requests.\n\t\t\n\t\t\n\t\t\tan IP address to monitor and publish\n\t\t\ta human-readable label\n\t\t\thow often this is served relative to others in pool\n\t\t\thow this address reponds to monitoring: obey,remove,always,no\n\t\t\tcurrent monitoring status This field is returned in responses from the API, it should not be included in requests.\n\t\t\tRecent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests.\n\t\t\n\t\t\n\t\t\tzone serial at which this status was made\n\t\t\ttimestamp in UTC at which this status was made\n\t\t\ttype of status change. \'health\', \'perf\', or \'user\'\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\t\'up\', \'trouble\', \'failover\', or \'reg_remove\'\n\t\t\tIf change_type is \'user\', the user that made the change\n\t\t\tnumber of addresses in each DNS response\n\t\t\t\'A\', \'AAAA\', or \'CNAME\'\n\t\t\tList of rdata being served for this region\n\t\t\n\t\t\n\t\t\thow often this is served relative to others in pool\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\tRTTMRegion\n\t\t\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\t\'Y\' or \'N\', if \'Y\', region will filled in with global settings\n\t\t\tnumber of addresses in each DNS response\n\t\t\tpool_count, number of addresses to be included in the serve pool\n\t\t\t\'ip\', \'global\', \'region\', default \'global\'\n\t\t\tfor \'ip\' mode, address to serve on failover. For \'region\' mode, region_code of the region to failover to.\n\t\t\tfailover_count, number of addresses that must be \'ok\', otherwise a region is considered \'failover\'\n\t\t\tfailover_count2, number of addresses that must be \'ok\', otherwise a region is considered \'failover\'\n\t\t\tpool of IP addresses to balance\n\t\t\tmonitoring changes task This field is returned in responses from the API, it should not be included in requests.\n\t\t\t\'ok, \'unk\', \'trouble\', \'failover\',\n\t\t\t\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\tan IP address to monitor and publish\n\t\t\ta human-readable label\n\t\t\thow often this is served relative to others in pool\n\t\t\thow this address reponds to monitoring: obey,remove,always,no\n\t\t\tcurrent monitoring status This field is returned in responses from the API, it should not be included in requests.\n\t\t\tRecent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests.\n\t\t\tmonitoring changes task This field is returned in responses from the API, it should not be included in requests.\n\t\t\n\t\t\n\t\tHTTPRedirect\n\t\t\n\t\t\tURL requests are redirecto to\n\t\t\teither \'301\' (temporary) or \'302\' (permanent)\n\t\t\tshould redirected URL include requested URL\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\tPublic ID of rule.\n\t\t\teither \'301\' (temporary) or \'302\' (permanent)\n\t\t\thost portion of URL to match\n\t\t\tpath portion of URL to match\n\t\t\treplacement pattern\n\t\t\t\'Y\'/\'N\', default \'Y\'\n\t\t\tPublic ID of next AdvRedirect rule to be processed. (default to end of list)\n\t\t\n\t\t\n\t\tAdvRedirect\n\t\t\n\t\t\t\'Y\'/\'N\', default \'Y\'\n\t\t\tList of AdvRedirectRules\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\tIPTrack\n\t\t\n\t\t\tA, Dynamic_A, AAAA, Dynamic_AAAA\n\t\t\tList of hostnames to watch for records\n\t\t\t\'match\', \'default\', or a valid ttl\n\t\t\tMask that records should match\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\tDNSSEC\n\t\t\n\t\t\t\n\t\t\t, contact that gets key notifications\n\t\t\twhen notifications are sent\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\'KSK\' or \'ZSK\'\n\t\t\t\'RSA/SHA-1\', \'RSA/SHA-256\', \'RSA/SHA-512\', \'DSA\'\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tOnly for updates: \'rollover\', \'rollover_now\', \'remove\'\n\t\t\t\n\t\t\t This field is returned in responses from the API, it should not be included in requests.\n\t\t\tpreserved for compatibility This field is returned in responses from the API, it should not be included in requests.\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\n\t\t\n\t\tTask\n\t\t\n\t\t\t\n\t\t\tidentifies the task operation\n\t\t\t\n\t\t\t\n\t\t\tready running waiting complete failed canceled stalled\n\t\t\tin a multi-step process, how far along\n\t\t\ttotal number of steps in multi-step process\n\t\t\tY/N - does this task block further zone operations?\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tother arguments passed to the task\n\t\t\n\t\t\n\t\tExtNameserver\n\t\t\n\t\t\tcan be empty or \'default\'\n\t\t\tY/N - does this block requests or add them\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\taddress or CIDR\n\t\t\tY/N - do we send NOTIFYs to this host?\n\t\t\tY/N - do we accept [AI]XFRs from this host?\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tshould be empty and can be ignored\n\t\t\n\t\t\n\t\t\n\t\t \n\t\t\t\n\t\t \n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tContains the response data. Can be any type as GetJob is request-agnostic.\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tidentifies your session token (needed for all other Dynect API calls) and the API protocol version\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tdefaults to admin user\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tdefaults to admin user\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tThe timestamp indicating the beginning of the period to report on\n\t\t\tThe timestamp indicating the end of the period to report on\n\t\t\tThe fields to break down the data with\n\t\t\tA list of specific hostnames to report on. A hostname beginning with \'!\' will cause that hostname to be excluded\n\t\t\tA list of specific nameservers to report on. A nameserver beginning with \'!\' will cause that nameserver to be excluded\n\t\t\tA list of record types to report on. A record type beginning with \'!\' will cause that record type to be excluded\n\t\t\tA list of zone names to report on. A zone name beginning with \'!\' will cause that zone to be excluded.\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tThe CSV data containing the requested statistics\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName of the service we want to create\n\t\t\tList of region groups that contain a list of countries and records to be served\n\t\t\tList of zone name, node name pairs to link a node to the Geo Service\n\t\t\tDefault TTL for records\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName of the Geo Service to update\n\t\t\tThe new name to assign to the Geo Service\n\t\t\tList of region groups that contain a list of countries and records to be served\n\t\t\tList of zone name, node name pairs to link a node to the Geo Service\n\t\t\tDefault TTL for records\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName (partial) of the Geo Service to find\n\t\t\tName (partial) of the Geo Region Group to find\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName (partial) of the Geo Service to find\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName of the Geo Service to delete\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName of the Geo Service to activate\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName of the Geo Service to deactivate\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName of the Geo Service to update\n\t\t\t,\t\t\t\tName of the Region Group\n\t\t\tRdata to update the Region Group with\n\t\t\tList of countries to update the Region Group with\n\t\t\tOptional weights to accompany the rdata\n\t\t\tOptional serve counts to accompany the rdata\n\t\t\tOptional Default TTL values for each record\n\t\t\tOptional labels for the rdata\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName of the Geo Service to update\n\t\t\t,\t\t\t\tName of the Region Group\n\t\t\tRdata to update the Region Group with\n\t\t\tList of countries to update the Region Group with\n\t\t\tOptional weights to accompany the rdata\n\t\t\tOptional serve counts to accompany the rdata\n\t\t\tOptional Default TTL values for each record\n\t\t\tOptional labels for the rdata\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName of the Geo Service to update\n\t\t\t,\t\t\tName of the Region Group\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName of the Geo Service to update\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName of the Geo Service to update\n\t\t\t,\t\t\tName of the Region Group\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName of the Geo Service to add the nodes to\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName of the Geo Service to delete the nodes from\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tName of the Geo Service\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tDSF Label\n\t\t\tDefault TTL to be used in this service\n\t\t\tA list of fqdn,zone pairs to identify nodes to attach\n\t\t\tA list of DSF Rulesets defined for the service\n\t\t\tA list of notifier links\n\t\t\tIf \'Y\', service will be published on creation\n\t\t\tOptional Publish Notes.\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF service to update\n\t\t\tA new label for the service\n\t\t\tDefault TTL to be used\n\t\t\tA list of fqdn,zone pairs to identify nodes to attach\n\t\t\t\n\t\t\tA list of notifier links\n\t\t\tIf true, the service is immediately published\n\t\t\tOptional Publish Notes.\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tlabel, ID, or wildcard\n\t\t\tlabel or ID\n\t\t\twildcard\n\t\t\tlinker\n\t\t\tresponse will include pending changes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tIdentifier for DSF service to search on\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF service to delete\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tlabel or ID\n\t\t\tresponse will include pending changes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tlabel or ID\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tlabel or ID\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tIdentifier for DSF service to search on\n\t\t\tPublic_id of the Notifier to link to\n\t\t\tfilters on when services should fire the notifier\n\t\t\t\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tIdentifier for DSF service to search on\n\t\t\tPublic_id of the Notifier to link to\n\t\t\t\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tRuleset label\n\t\t\tThe type of criteria contained within this Pool\n\t\t\tRequired based on criteria_type. Filtered in API/BLL\n\t\t\tWhere in the chain does the ruleset land. Defautls to the last.\n\t\t\tA list of DSF Reponse Pools that comprise the Ruleset\n\t\t\tboolean - immediately save change and publish\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tID of the ruleset to update\n\t\t\tRuleset label\n\t\t\tThe type of criteria contained within this Pool\n\t\t\tRequired based on criteria_type. Filtered in API/BLL\n\t\t\tWhere in the chain does the ruleset land. Defautls to the last.\n\t\t\tA list of DSF Reponse Pools that comprise the Ruleset\n\t\t\tboolean - immediately save change and publish\n\t\t\tOptional Publish Notes.\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tRuleset label to search on. Can be wildcarded\n\t\t\tCan be wildcarded...must be string representation\n\t\t\tThe type of criteria contained within this Pool\n\t\t\tWhere in the chain does the ruleset land. Defautls to the last.\n\t\t\tresponse will include pending changes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tID of the ruleset to update\n\t\t\tresponse will include pending changes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tID of the ruleset to update\n\t\t\tboolean - immediately save change and publish\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tResponse Pool label\n\t\t\t\n\t\t\t\n\t\t\tDefaults to true\n\t\t\tID or label of the DSF Ruleset to join\n\t\t\tIndex within the specified DSF Ruleset\n\t\t\t\n\t\t\tboolean - immediately save change and publish\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tID or label of the Response Pool to update\n\t\t\tResponse Pool label\n\t\t\t\n\t\t\t\n\t\t\tDefaults to true\n\t\t\tEntire chain must be specified\n\t\t\tID or label of the DSF Ruleset to join\n\t\t\tIf true, removes record-sets that are no longer referenced by anyone\n\t\t\tboolean - immediately save change and publish\n\t\t\tOptional Publish Notes.\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\t\n\t\t\tID or label of a DSF Ruleset that could contain\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tbool, if true, finds pools that do not exist in any Rulesets\n\t\t\tresponse will include pending changes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or the label of the DSF Service\n\t\t\tID or label of the desired response pool\n\t\t\tresponse will include pending changes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or the label of the DSF Service\n\t\t\tID or label of the desired response pool\n\t\t\tIf \'Y\', Pool will be deleted on execution\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID of the DSF Service\n\t\t\tID of the DSF Response Pool that the Rec Set Fail chain belongs to\n\t\t\tLabel of the DSF Record Set Failover Chain\n\t\t\tOptional, defaults to false, indicates whether enclosed Record Sets are Core\n\t\t\tA list of record sets to be included in this chain\n\t\t\tIf \'Y\', RS Chain will be deleted on execution\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID of the DSF Service\n\t\t\tID or label of the DSF Rec Set Failover Chain\n\t\t\tLabel of the DSF Record Set Failover Chain\n\t\t\tOptional, defaults to false, indicates whether enclosed Record Sets are Core\n\t\t\tA list of record sets to be included in this chain\n\t\t\tIf \'Y\', RS Chain will be deleted on execution\n\t\t\tOptional Publish Notes.\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tID or label of the DSF Response Pool that the Rec Set Fail chain belongs to\n\t\t\tLabel of the DSF Record Set Failover Chain\n\t\t\tSearch for core DSF Record Set Failover Chains that are core\n\t\t\tresponse will include pending changes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tID or label of the DSF Rec Set Failover Chain\n\t\t\tresponse will include pending changes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tID or label of the DSF Rec Set Failover Chain\n\t\t\tIf \'Y\', Pool will be deleted on execution\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tclass of rdata that the set will contain\n\t\t\tRecord Set label\n\t\t\tID or label of the associated monitor\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tlist of hashes that contain information to create DSF Records\n\t\t\tID or label to associate the new RS with an existing RP\n\t\t\tIndex of the RS in the specified chain\n\t\t\tID or label to associate the new RS with an existing RP\n\t\t\tDefaults to true\n\t\t\tboolean - immediately save change and publish\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tID or label of the DSF Record Set\n\t\t\tnew label for the DSF Record Set\n\t\t\tID or label of the associated monitor\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tDefaults to true\n\t\t\thash of information to create DSF Records\n\t\t\tboolean - immediately save change and publish\n\t\t\tOptional Publish Notes.\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tID or label of the DSF Record Set\n\t\t\tresponse will include pending changes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tRecord Set label - can be wildcarded\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tclass of rdata that the set will contain\n\t\t\tID or label to associate the RS with an existing DSF Record Set Failover Chain\n\t\t\tID or label of the associated monitor\n\t\t\tresponse will include pending changes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID or label of the DSF Service\n\t\t\tID or label of the DSF Record Set\n\t\t\tIf \'Y\', Record Set will be deleted on execution\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tlabel of the DSF Service\n\t\t\tlabel of the DSF Record Set\n\t\t\t\n\t\t\tRdata to create the svc record with\n\t\t\tname of the DSF record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tnumber of endpoints that need to be up\n\t\t\t\n\t\t\tboolean, if true add and immediately publish\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tlabel of the DSF Service\n\t\t\tlabel of the DSF Record\n\t\t\t\n\t\t\tRdata to update the svc record with\n\t\t\tname of the DSF record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tnumber of endpoints that need to be up\n\t\t\t\n\t\t\tboolean, if true add and immediately publish\n\t\t\tOptional Publish Notes.\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tlabel of the DSF Service\n\t\t\tlabel of the DSF Record\n\t\t\tresponse will include pending changes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tlabel of the DSF Service\n\t\t\tDSF Record Set Failover Chain ID to search on\n\t\t\tRecord set id to search on\n\t\t\tWildcard allowed\n\t\t\tWildcard allowed\n\t\t\tWildcard allowed\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tresponse will include pending changes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tlabel of the DSF Service\n\t\t\tlabel of the DSF Record\n\t\t\tIf \'Y\', Record will be deleted on execution\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tlabel of the DSF Service\n\t\t\tan fqdn, zone pair\n\t\t\tIf \'Y\', change is published immediately\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tlabel of the DSF Service\n\t\t\tA list of fqdn, zone pairs\n\t\t\tIf \'Y\', change is published immediately\n\t\t\tOptional Publish Notes.\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tlabel of the DSF Service\n\t\t\tresponse will include pending changes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tlabel of the DSF Service\n\t\t\tan fqdn, zone pair\n\t\t\tIf \'Y\', change is published immediately\n\t\t\tOptional notes\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tLabel for the DSF Monitor\n\t\t\tNum of responses to determine status\n\t\t\tInterval, in seconds, between probes\n\t\t\tnumber of attempted retries on failure before giving up\n\t\t\tname of the protocol to monitor\n\t\t\tindicates if the monitor is active, default is N\n\t\t\toptions pertaining the monitor\n\t\t\tEndpoints to monitor\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID\n\t\t\tNew label for the DSF Monitor\n\t\t\tNum of responses to determine status\n\t\t\tInterval, in seconds, between probes\n\t\t\tnumber of attempted retries on failure before giving up\n\t\t\tname of the protocol to monitor\n\t\t\tindicates if the monitor is active\n\t\t\toptions pertaining the monitor\n\t\t\tEndpoints to monitor\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tLabel for the DSF Monitor\n\t\t\tInterval, in seconds, between probes\n\t\t\tnumber of attempted retries on failure before giving up\n\t\t\tname of the protocol to monitor\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tID\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tMonitor ID\n\t\t\tNotifier ID passed in for existing Notifier, or the follow params used to create\n\t\t\tfilters on when services should fire the notifier\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tLabel for the Notifier\n\t\t\tList of Recipients attached to the Notifier\n\t\t\tList of Services attached to the Notifier\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tPublic_id of the Notifier to update\n\t\t\tLabel for the DSF Notify\n\t\t\tList of Recipients attached to the Notifier\n\t\t\tList of Services attached to the Notifier\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tPublic_id of the Notifier to retrieve\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tLabel for the DSF Notify\n\t\t\tSearch for active or inactive notifiers\n\t\t\tSearch for email or syslog recipients\n\t\t\tSearch on the recipient email, hostname, or contact\n\t\t\tSearch for active or inactive recipients\n\t\t\tMust be specified with service public id\n\t\t\tPublic_id of the service_class item to search for\n\t\t\tSearch for active or inactive services\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tPublic_id of the Notifier to delete\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\taddress of responsible party, per SOA\n\t\t\tdefault TTL (Time-to-Live) for records\n\t\t\tcode indicating how serial numbers are constructed on publish\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tFQDN of a node\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\thostname\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of user\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of user\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tpreference name; may be \'*\' to list all\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tcustomer name or ID to see ACLs for, defaults to current customer\n\t\t\tscope of the ACL to retrieve\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tcustomer name or ID to set ACLs for, defaults to current customer\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of customer\n\t\t\tcompartment id\n\t\t\ttenant id\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of customer\n\t\t\tcompartment id\n\t\t\ttenant id\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of customer\n\t\t\tcompartment id\n\t\t\ttenant id\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of customer\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\tcompartment id\n\t\t\tpublic_id\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\tcompartment id\n\t\t\tpublic_id\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\tcompartment id\n\t\t\tpublic id\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t, req\n\t\t\tpublic_id\n\t\t\tcompartment id\n\t\t\ttenant id\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\tan IP address, either v4 or v6\n\t\t\teither A or AAAA\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\teither A or AAAA\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\teither A or AAAA\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tan IP address, either v4 or v6\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\teither A or AAAA\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\teither A or AAAA\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\teither A or AAAA\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\teither A or AAAA\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tan IP address, either v4 or v6\n\t\t\teither A or AAAA\n\t\t\tname of update user\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\tnormally served address\n\t\t\tTTL (time-to-live)\n\t\t\t\'ip\' or \'cname\'\n\t\t\taddress or CNAME to serve on failover\n\t\t\trestore normal address automatically (Y)\n\t\t\tThe number of consecutive monitoring intervals to delay before placing an IP address back in service\n\t\t\tcontact that gets status notification\n\t\t\twhen notifications are sent\n\t\t\tThe IP or hostname of a syslog server to send monitor events to\n\t\t\tThe port of the syslog server. Defaults to 514 if not present\n\t\t\tThe syslog ident to use. Defaults to \'dynect\'\n\t\t\tThe syslog facility to use. Defaults to \'daemon\'\n\t\t\tWhen to deliver syslog message; \'change\' or \'all\'\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tdetails about monitoring\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tnormally served address\n\t\t\tTTL (time-to-live)\n\t\t\t\'ip\' or \'cname\'\n\t\t\taddress or CNAME to serve on failover\n\t\t\trestore normal address automatically (Y)\n\t\t\tThe number of consecutive monitoring intervals to delay before placing an IP address back in service\n\t\t\tcontact that gets status notification\n\t\t\twhen notifications are sent\n\t\t\tThe IP or hostname of a syslog server to send monitor events to\n\t\t\tThe port of the syslog server. Defaults to 514 if not present\n\t\t\tThe syslog ident to use. Defaults to \'dynect\'\n\t\t\tThe syslog facility to use. Defaults to \'daemon\'\n\t\t\tWhen to deliver syslog message; \'change\' or \'all\'\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tdetails about monitoring\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\tpool of IP addresses to balance\n\t\t\tTTL (time-to-live)\n\t\t\t\'ip\', \'global\', or \'cname\'\n\t\t\tfor \'ip\' or \'cname\', what to serve on failover\n\t\t\trestore normal address automatically (Y)\n\t\t\tThe number of consecutive monitoring intervals to delay before placing an IP address back in service\n\t\t\tcontact that gets status notification\n\t\t\twhen notifications are sent\n\t\t\tThe IP or hostname of a syslog server to send monitor events to\n\t\t\tThe port of the syslog server. Defaults to 514 if not present\n\t\t\tThe syslog ident to use. Defaults to \'dynect\'\n\t\t\tThe syslog facility to use. Defaults to \'daemon\'\n\t\t\tWhen to deliver syslog message; \'change\' or \'all\'\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tnumber of addresses in each DNS response\n\t\t\tdetails about monitoring\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tpool of IP addresses to balance\n\t\t\tTTL (time-to-live)\n\t\t\t\'ip\', \'global\', or \'cname\'\n\t\t\tfor \'ip\' or \'cname\', what to serve on failover\n\t\t\trestore normal address automatically (Y)\n\t\t\tThe number of consecutive monitoring intervals to delay before placing an IP address back in service\n\t\t\tcontact that gets status notification\n\t\t\twhen notifications are sent\n\t\t\tThe IP or hostname of a syslog server to send monitor events to\n\t\t\tThe port of the syslog server. Defaults to 514 if not present\n\t\t\tThe syslog ident to use. Defaults to \'dynect\'\n\t\t\tThe syslog facility to use. Defaults to \'daemon\'\n\t\t\tWhen to deliver syslog message; \'change\' or \'all\'\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tnumber of addresses in each DNS response\n\t\t\tdetails about monitoring\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tan IP address to monitor and publish\n\t\t\ta human-readable label\n\t\t\thow often this is served relative to others in pool\n\t\t\thow this address reponds to monitoring: obey,remove,always,no\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tThe IP of the pool entry to update\n\t\t\tIf specified, the new IP address for this entry\n\t\t\ta human-readable label\n\t\t\thow often this is served relative to others in pool\n\t\t\thow this address reponds to monitoring: obey,remove,always,no\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tThe IP of the pool entry to get\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tThe IP of the pool entry to delete\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\tper-region addresses and configuration\n\t\t\tTTL (time-to-live)\n\t\t\trestore normal address automatically (Y)\n\t\t\tThe number of consecutive monitoring intervals to delay before placing an IP address back in service\n\t\t\tcontact that gets status notification\n\t\t\twhen notifications are sent\n\t\t\tThe IP or hostname of a syslog server to send monitor events to\n\t\t\tThe port of the syslog server. Defaults to 514 if not present\n\t\t\tThe syslog ident to use. Defaults to \'dynect\'\n\t\t\tThe syslog facility to use. Defaults to \'daemon\'\n\t\t\tWhen to deliver syslog message; \'change\' or \'all\'\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tdetails about monitoring\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tper-region addresses and configuration\n\t\t\tTTL (time-to-live)\n\t\t\trestore normal address automatically (Y)\n\t\t\tThe number of consecutive monitoring intervals to delay before placing an IP address back in service\n\t\t\tcontact that gets status notification\n\t\t\twhen notifications are sent\n\t\t\tThe IP or hostname of a syslog server to send monitor events to\n\t\t\tThe port of the syslog server. Defaults to 514 if not present\n\t\t\tThe syslog ident to use. Defaults to \'dynect\'\n\t\t\tThe syslog facility to use. Defaults to \'daemon\'\n\t\t\tWhen to deliver syslog message; \'change\' or \'all\'\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tdetails about monitoring\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\t\'ip\', \'global\', or \'cname\'\n\t\t\tfor \'ip\' or \'cname\', what to serve on failover\n\t\t\tnumber of addresses in each DNS response\n\t\t\tnumber of \'ok\' addresses before region fails over\n\t\t\tpool of IP addresses to balance\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\'ip\', \'global\', or \'cname\'\n\t\t\tfor \'ip\' or \'cname\', what to serve on failover\n\t\t\tnumber of addresses in each DNS response\n\t\t\tnumber of \'ok\' addresses before region fails over\n\t\t\tpool of IP addresses to balance\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\tan IP address or FQDN to monitor and publish\n\t\t\ta human-readable label\n\t\t\thow often this is served relative to others in pool\n\t\t\thow this address reponds to monitoring: obey,remove,always,no\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\tThe IP address or FQDN of the pool entry to update\n\t\t\tIf specified, the new IP address for this entry\n\t\t\ta human-readable label\n\t\t\thow often this is served relative to others in pool\n\t\t\thow this address reponds to monitoring: obey,remove,always,no\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\tThe IP address or FQDN of the pool entry to get\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\tThe IP of the pool entry to delete\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\tper-region addresses and configuration\n\t\t\tTTL (time-to-live)\n\t\t\trestore normal address automatically (Y)\n\t\t\tThe number of consecutive monitoring intervals to delay before placing an IP address back in service\n\t\t\tcontact that gets status notification\n\t\t\twhen notifications are sent\n\t\t\tThe IP or hostname of a syslog server to send monitor events to\n\t\t\tThe port of the syslog server. Defaults to 514 if not present\n\t\t\tThe syslog ident to use. Defaults to \'dynect\'\n\t\t\tThe syslog facility to use. Defaults to \'daemon\'\n\t\t\tWhen to deliver syslog message; \'change\' or \'all\'\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tdetails about monitoring\n\t\t\tdetails about performance monitoring\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tper-region addresses and configuration\n\t\t\tTTL (time-to-live)\n\t\t\trestore normal address automatically (Y)\n\t\t\tThe number of consecutive monitoring intervals to delay before placing an IP address back in service\n\t\t\tcontact that gets status notification\n\t\t\twhen notifications are sent\n\t\t\tThe IP or hostname of a syslog server to send monitor events to\n\t\t\tThe port of the syslog server. Defaults to 514 if not present\n\t\t\tThe syslog ident to use. Defaults to \'dynect\'\n\t\t\tThe syslog facility to use. Defaults to \'daemon\'\n\t\t\tWhen to deliver syslog message; \'change\' or \'all\'\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tfor custom syslog messages\n\t\t\tdetails about monitoring\n\t\t\tdetails about performance monitoring\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tThe timestamp indicating the beginning of the period to report on\n\t\t\tThe timestamp indicating the end of the period to report on\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tThe timestamp indicating the period to report on\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\t\'Y\' or \'N\', if \'Y\', region will filled in with global settings\n\t\t\tnumber of addresses in each DNS response\n\t\t\tpool_count, number of addresses to be included in the serve pool\n\t\t\t\'ip\', \'global\', \'region\', default \'global\'\n\t\t\tfor \'ip\' mode, address to serve on failover. For \'region\' mode, region_code of the region to failover to.\n\t\t\tfailover_count, number of addresses that must be \'ok\', otherwise a region is considered \'failover\'\n\t\t\tfailover_count2, number of addresses that must be \'ok\', otherwise a region is considered \'failover\'\n\t\t\tpool of IP addresses to balance\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\'Y\' or \'N\', if \'Y\', region will filled in with global settings\n\t\t\tnumber of addresses in each DNS response\n\t\t\tpool_count, number of addresses to be included in the serve pool\n\t\t\t\'ip\', \'global\', \'region\', default \'global\'\n\t\t\tfor \'ip\' mode, address to serve on failover. For \'region\' mode, region_code of the region to failover to.\n\t\t\tfailover_count, number of addresses that must be \'ok\', otherwise a region is considered \'failover\'\n\t\t\tfailover_count2, number of addresses that must be \'ok\', otherwise a region is considered \'failover\'\n\t\t\tpool of IP addresses to balance\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\tan IP address to monitor and publish\n\t\t\ta human-readable label\n\t\t\thow often this is served relative to others in pool\n\t\t\thow this address reponds to monitoring: obey,remove,always,no\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\tThe IP of the pool entry to update\n\t\t\tIf specified, the new IP address for this entry\n\t\t\ta human-readable label\n\t\t\thow often this is served relative to others in pool\n\t\t\thow this address reponds to monitoring: obey,remove,always,no\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\tThe IP of the pool entry to get\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\'global\' or specific region code: \'US West\', \'US Central\', \'US East\', \'EU West\', \'EU Central\', \'Asia\',\n\t\t\tThe IP of the pool entry to delete\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\tURL requests are redirecto to\n\t\t\teither \'301\' (temporary) or \'302\' (permanent)\n\t\t\tshould redirected URL include requested URL\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tURL requests are redirecto to\n\t\t\teither \'301\' (temporary) or \'302\' (permanent)\n\t\t\tshould redirected URL include requested URL\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\teither \'301\' (temporary) or \'302\' (permanent)\n\t\t\thost portion of URL to match\n\t\t\tpath portion of URL to match\n\t\t\treplacement pattern\n\t\t\t\'Y\'/\'N\', default \'Y\'\n\t\t\tPublic ID of next AdvRedirect rule to be processed. (default to end of list)\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tpublic_id of Rule\n\t\t\teither \'301\' (temporary) or \'302\' (permanent)\n\t\t\thost portion of URL to match\n\t\t\tpath portion of URL to match\n\t\t\treplacement pattern\n\t\t\t\'Y\'/\'N\', default \'Y\'\n\t\t\tPublic ID of next AdvRedirect rule to be processed. (default to end of list)\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tpublic_id of Rule\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tpublic_id of Rule\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\t\'Y\'/\'N\', default \'Y\'\n\t\t\tList of AdvRedirectRules\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\'Y\'/\'N\', default \'Y\'\n\t\t\tList of AdvRedirectRules\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\t\'Y\'/\'N\', default \'Y\'\n\t\t\tList of AdvRedirectRules\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\tA, Dynamic_A, AAAA, Dynamic_AAAA\n\t\t\tList of hostnames to watch for records\n\t\t\t\'match\', \'default\', or a valid ttl\n\t\t\tMask that records should match\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\tA, Dynamic_A, AAAA, Dynamic_AAAA\n\t\t\tList of hostnames to watch for records\n\t\t\t\'match\', \'default\', or a valid ttl\n\t\t\tMask that records should match\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\thostname\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t, contact that gets key notifications\n\t\t\twhen notifications are sent\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t, contact that gets key notifications\n\t\t\twhen notifications are sent\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tname of zone\n\t\t\tan epoch time, or \'now\'\n\t\t\tan epoch time, or \'now\'\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tcan be empty or \'default\'\n\t\t\tY/N - does this block requests or add them\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tcan be empty or \'default\'\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tcan be empty or \'default\'\n\t\t\tY/N - does this block requests or add them\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\tcan be empty or \'default\'\n\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tstarts a DynectAPI session\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tends a DynectAPI session and invalidates the token\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tchecks where session and token are still valid\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tNo operation, prevents sessions from timing out\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tSupport only; adds permissions from a given customer\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tSupport only; changes permissions to those of some particular user\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUndoes any ScopeIn or ScopeAs, returning to usual permissions\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tRetrieves Queries Per Second statistics in CSV format\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new PermissionGroup\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single PermissionGroup\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every PermissionGroup\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single PermissionGroup\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new Zone\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single Zone\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every Zone\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single Zone\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new A record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single A record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every A record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single A record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every A record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single A record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new AAAA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single AAAA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every AAAA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single AAAA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every AAAA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single AAAA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new ALIAS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single ALIAS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every ALIAS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single ALIAS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every ALIAS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single ALIAS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new CAA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single CAA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every CAA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single CAA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every CAA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single CAA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new CDNSKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single CDNSKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every CDNSKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single CDNSKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every CDNSKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single CDNSKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new CDS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single CDS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every CDS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single CDS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every CDS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single CDS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new CERT record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single CERT record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every CERT record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single CERT record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every CERT record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single CERT record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new CNAME record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single CNAME record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every CNAME record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single CNAME record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every CNAME record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single CNAME record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new CSYNC record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single CSYNC record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every CSYNC record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single CSYNC record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every CSYNC record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single CSYNC record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new DHCID record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single DHCID record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every DHCID record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single DHCID record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every DHCID record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single DHCID record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new DNAME record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single DNAME record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every DNAME record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single DNAME record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every DNAME record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single DNAME record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new DNSKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single DNSKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every DNSKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single DNSKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every DNSKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single DNSKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new DS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single DS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every DS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single DS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every DS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single DS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new IPSECKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single IPSECKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every IPSECKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single IPSECKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every IPSECKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single IPSECKEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new KEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single KEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every KEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single KEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every KEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single KEY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new KX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single KX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every KX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single KX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every KX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single KX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new LOC record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single LOC record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every LOC record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single LOC record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every LOC record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single LOC record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new MX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single MX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every MX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single MX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every MX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single MX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new NAPTR record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single NAPTR record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every NAPTR record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single NAPTR record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every NAPTR record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single NAPTR record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new NSAP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single NSAP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every NSAP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single NSAP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every NSAP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single NSAP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new POLICY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single POLICY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every POLICY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single POLICY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every POLICY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single POLICY record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new PTR record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single PTR record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every PTR record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single PTR record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every PTR record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single PTR record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new PX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single PX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every PX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single PX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every PX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single PX record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new RP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single RP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every RP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single RP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every RP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single RP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new SPF record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single SPF record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every SPF record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single SPF record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every SPF record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single SPF record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new SRV record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single SRV record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every SRV record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single SRV record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every SRV record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single SRV record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new SSHFP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single SSHFP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every SSHFP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single SSHFP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every SSHFP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single SSHFP record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new TLSA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single TLSA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every TLSA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single TLSA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every TLSA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single TLSA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new TXT record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single TXT record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every TXT record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single TXT record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every TXT record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single TXT record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single SOA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every SOA record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new NS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single NS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every NS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single NS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes every NS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single NS record\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single User\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single User\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new Contact\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single Contact\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every Contact\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single Contact\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new Dynamic DNS service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single Dynamic DNS service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every Dynamic DNS service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single Dynamic DNS service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single Dynamic DNS service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new Simple Failover service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single Simple Failover service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every Simple Failover service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single Simple Failover service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single Simple Failover service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new basic LoadBalance service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single basic LoadBalance service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every basic LoadBalance service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single basic LoadBalance service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single basic LoadBalance service\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new GSLB\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single GSLB\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every GSLB\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single GSLB\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single GSLB\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new GSLBRegion\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single GSLBRegion\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every GSLBRegion\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single GSLBRegion\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single GSLBRegion\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new RTTM\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single RTTM\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every RTTM\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single RTTM\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single RTTM\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new RTTMRegion\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single RTTMRegion\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every RTTMRegion\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single RTTMRegion\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single RTTMRegion\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new HTTPRedirect\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single HTTPRedirect\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every HTTPRedirect\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single HTTPRedirect\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single HTTPRedirect\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new AdvRedirect\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single AdvRedirect\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every AdvRedirect\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single AdvRedirect\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new IPTrack\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single IPTrack\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every IPTrack\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single IPTrack\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single IPTrack\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new DNSSEC\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single DNSSEC\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every DNSSEC\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single DNSSEC\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single DNSSEC\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every Task\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single Task\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCancels a Task\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tCreates a new ExtNameserver\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds single ExtNameserver\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tFinds every ExtNameserver\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tUpdates a single ExtNameserver\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\tDeletes a single ExtNameserver\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n\t\n\t\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t\n\t\n\t\t\n\t\t\n\t\t\n\t\n\n' +sax duration: 600 (ms) +DEBUG:suds.xsd.sxbase:Element:0x28e741e7cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741e7ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741e7fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fc110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fc250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fc490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fc590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fc6d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fc910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fca50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fcc90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fcd90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fce90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fcf90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fd0d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fd1d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fd2d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fd3d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fd450, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fd590, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fd690, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fd790, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fd890, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fd990, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fda90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fdb90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fdd50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fdf50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fe050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fe150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fe250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fe390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fe490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fe590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fe690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fe710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fe850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fe950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fea50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741feb50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fec50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fed50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741fee50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741ff050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741ff210, convert type='tns:ANYRData' to ('ANYRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e741ff310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741ff410, convert type='tns:ServeCountData' to ('ServeCountData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e741ff510, convert type='tns:WeightData' to ('WeightData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e741ff650, convert type='tns:TTLData' to ('TTLData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e741ff750, convert type='tns:LabelData' to ('LabelData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e741ff910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741ffad0, convert type='tns:ANYRData' to ('ANYRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e741ffbd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e741ffcd0, convert type='tns:ServeCountData' to ('ServeCountData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e741ffdd0, convert type='tns:WeightData' to ('WeightData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e741fff10, convert type='tns:TTLData' to ('TTLData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74538050, convert type='tns:LabelData' to ('LabelData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74538150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74538250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74538490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74538650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74538810, convert type='tns:GeoRegionGroup' to ('GeoRegionGroup', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74538910, convert type='tns:GeoNode' to ('GeoNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74538a10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74538b10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74538c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74538e90, convert type='tns:GenericRData' to ('GenericRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74538f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74539190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74539350, convert type='tns:ANYOneRData' to ('ANYOneRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74539450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74539550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74539650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74539790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74539890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74539990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74539a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74539cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74539dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74539ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74539fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453a110, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453a210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453a310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453a410, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453a490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453a5d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453a6d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453a7d0, convert type='tns:DSFRData' to ('DSFRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7453a8d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453a9d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453aad0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453abd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453acd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453ae10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453b050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453b150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453b250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453b350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453b490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453b590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453b690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453b790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453b810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453b950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453ba50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453bb50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453bc50, convert type='tns:DSFRecord' to ('DSFRecord', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7453bd90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7453bfd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455c110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455c210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455c310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455c450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455c550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455c650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455c750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455c7d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455c910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455ca10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455cb10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455cc10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455cd10, convert type='tns:DSFRecordData' to ('DSFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7455ce10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455cf10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455d050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455d290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455d390, convert type='tns:DSFRecordSet' to ('DSFRecordSet', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7455d590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455d750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455d850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455d950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455da50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455db90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455dc90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455dd90, convert type='tns:DSFRecordSetData' to ('DSFRecordSetData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7455de90, convert type='tns:DSFGeoIPCriteria' to ('DSFGeoIPCriteria', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7455e110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455e350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455e450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455e590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455e7d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455e8d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455e9d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455ead0, convert type='tns:DSFCriteria' to ('DSFCriteria', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7455ec10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455ed10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455ee10, convert type='tns:DSFResponsePoolData' to ('DSFResponsePoolData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7455ef10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455f0d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455f290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455f390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455f490, convert type='tns:DSFCriteria' to ('DSFCriteria', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7455f590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455f6d0, convert type='tns:DSFResponsePool' to ('DSFResponsePool', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7455f7d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455fa10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455fb10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455fc10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455fd10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455fe50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7455ff50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d0090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d0190, convert type='tns:DSFRecordSetFailoverChainData' to ('DSFRecordSetFailoverChainData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745d0210, convert type='tns:DSFRulesetData' to ('DSFRulesetData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745d0350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d0450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d0590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d07d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d08d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d09d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d0ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d0c10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d0d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d0e10, convert type='tns:DSFRecordSetFailoverChain' to ('DSFRecordSetFailoverChain', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745d0f10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d0f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d11d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d1390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d1490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d1590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d1690, convert type='tns:DSFNode' to ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745d17d0, convert type='tns:NotifierLinkData' to ('NotifierLinkData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745d18d0, convert type='tns:DSFRulesetData' to ('DSFRulesetData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745d19d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d1ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d1d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d1e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d2090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d2190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d2290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d2390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d24d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d25d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d26d0, convert type='tns:DSFMonitorOptions' to ('DSFMonitorOptions', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745d27d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d2850, convert type='tns:DSFMonitorEndpoint' to ('DSFMonitorEndpoint', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745d2990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d2a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d2bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d2e10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d2f10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d3010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d3210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d33d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d34d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d35d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d36d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d3810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d3910, convert type='tns:DSFMonitorHostOverride' to ('DSFMonitorHostOverride', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745d3a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d3c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745d3d90, convert type='tns:DSFMonitorSite' to ('DSFMonitorSite', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74590050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74590290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74590390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745904d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74590710, convert type='tns:Recipient' to ('Recipient', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74590810, convert type='tns:Service' to ('Service', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74590950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74590b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74590d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74590f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74591050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74591150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74591250, convert type='tns:Service' to ('Service', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74591450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74591610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74591710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74591810, convert type='tns:Recipient' to ('Recipient', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74591910, convert type='tns:Service' to ('Service', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74591a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74591c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74591d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74591e90, convert type='tns:NotifierSummaryData' to ('NotifierSummaryData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74591fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74592210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74592310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74592410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74592550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74592790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74592890, convert type='tns:RecipientDetail' to ('RecipientDetail', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74592990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74592ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74592d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74592e10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74592f10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74593050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74593290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74593390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74593490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745935d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74593810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74593950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74593b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74593c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74593dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458c050, convert type='tns:PermissionData' to ('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7458c150, convert type='tns:PermissionData' to ('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7458c290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458c4d0, convert type='tns:PermissionZone' to ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7458c5d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458c7d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458c990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458ca90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458cb90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458cc90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458cdd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458ced0, convert type='tns:PermissionZone' to ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7458cfd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458d210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458d310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458d450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458d690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458d7d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458da10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458db10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458dc10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458de10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458dfd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458e0d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458e1d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458e2d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458e410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458e510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458e750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458e890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458ebd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458ed90, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458ee90, convert type='tns:RDataA' to ('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7458ef90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458f090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458f1d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458f390, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458f550, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458f650, convert type='tns:RDataAAAA' to ('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7458f750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458f850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458f990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458fb50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458fd10, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7458fe10, convert type='tns:RDataALIAS' to ('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7458ff10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dc050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dc190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dc350, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dc510, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dc610, convert type='tns:RDataCAA' to ('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745dc710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dc810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dc950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dcb10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dccd0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dcdd0, convert type='tns:RDataCDNSKEY' to ('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745dced0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dcfd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dd110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dd2d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dd490, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dd590, convert type='tns:RDataCDS' to ('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745dd690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dd790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dd8d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dda90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ddc50, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ddd50, convert type='tns:RDataCERT' to ('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745dde50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ddf50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745de090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745de250, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745de410, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745de510, convert type='tns:RDataCNAME' to ('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745de610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745de710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745de850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dea10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745debd0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745decd0, convert type='tns:RDataCSYNC' to ('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745dedd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745deed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745df010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745df1d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745df390, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745df490, convert type='tns:RDataDHCID' to ('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745df590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745df690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745df7d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745df990, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dfb50, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dfc50, convert type='tns:RDataDNAME' to ('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745dfd50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dfe50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745dff90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74568190, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74568350, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74568450, convert type='tns:RDataDNSKEY' to ('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74568550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74568650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74568790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74568950, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74568b10, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74568c10, convert type='tns:RDataDS' to ('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74568d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74568e10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74568f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74569110, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745692d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745693d0, convert type='tns:RDataIPSECKEY' to ('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745694d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745695d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74569710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745698d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74569a90, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74569b90, convert type='tns:RDataKEY' to ('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74569c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74569d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74569ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456a090, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456a250, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456a350, convert type='tns:RDataKX' to ('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7456a450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456a550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456a690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456a850, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456aa10, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456ab10, convert type='tns:RDataLOC' to ('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7456ac10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456ad10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456ae50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456b010, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456b1d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456b2d0, convert type='tns:RDataMX' to ('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7456b3d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456b4d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456b610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456b7d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456b990, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456ba90, convert type='tns:RDataNAPTR' to ('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7456bb90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456bc90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456bdd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7456bf90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e8190, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e8290, convert type='tns:RDataNSAP' to ('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745e8390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e8490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e85d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e8790, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e8950, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e8a50, convert type='tns:RDataPOLICY' to ('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745e8b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e8c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e8d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e8f50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e9110, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e9210, convert type='tns:RDataPTR' to ('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745e9310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e9410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e9550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e9710, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e98d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e99d0, convert type='tns:RDataPX' to ('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745e9ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e9bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e9d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745e9ed0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ea090, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ea190, convert type='tns:RDataRP' to ('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745ea290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ea390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ea4d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ea690, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ea850, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ea950, convert type='tns:RDataSPF' to ('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745eaa50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745eab50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745eac90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745eae50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745eb010, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745eb110, convert type='tns:RDataSRV' to ('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745eb210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745eb310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745eb450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745eb610, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745eb7d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745eb8d0, convert type='tns:RDataSSHFP' to ('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745eb9d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ebad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ebc10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ebdd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ebf90, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745740d0, convert type='tns:RDataTLSA' to ('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745741d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745742d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74574410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745745d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74574790, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74574890, convert type='tns:RDataTXT' to ('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74574990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74574a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74574bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74574d90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74574f50, convert type='tns:RDataSOA' to ('RDataSOA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74575050, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74575150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74575250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74575390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74575490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74575650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74575810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74575910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74575a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74575b10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74575d10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74575ed0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74575fd0, convert type='tns:RDataNS' to ('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745760d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745761d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74576310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74576410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74576510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74576750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74576850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74576950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74576a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74576b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74576c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74576d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74576e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74576f10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74577fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74508110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74508250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74508350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74508450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74508550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745085d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74508710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74508810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74508910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74508a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74508b10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74508c10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74508d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74508f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745090d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74509310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74509450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74509690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74509790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74509890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74509990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74509ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74509bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74509cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74509dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74509e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74509f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450a090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450a190, convert type='tns:CustomerNSData' to ('CustomerNSData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7450a290, convert type='tns:CustomerInterfaceData' to ('CustomerInterfaceData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7450a390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450a490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450a590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450a6d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450a910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450aa10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450ab10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450ac10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450ad50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450ae50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450af50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450b050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450b0d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450b210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450b310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450b410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450b510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450b610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450b710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450b810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450b950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450bb90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450bc90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7450bdd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457c050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457c150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457c290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457c4d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457c5d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457c710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457c950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457ca50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457cc50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457ce10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457cf10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457d010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457d110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457d250, convert type='tns:RedirectData' to ('RedirectData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7457d590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457d750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457d850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457d950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457da50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457db90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457dc90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457dd90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457e010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457e250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457e350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457e450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457e590, convert type='tns:DDNSData' to ('DDNSData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7457e7d0, convert type='tns:UpdateUser' to ('UpdateUser', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7457e910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457eb50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457ec50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457ed50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457ee50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457ef90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457f090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457f190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457f290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457f310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457f450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457f550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457f650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457f750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457f850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457f950, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7457fa50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457fb50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457fc50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457fd50, convert type='tns:MonitorLogData' to ('MonitorLogData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7457fe50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7457ff50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745980d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74598310, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74598410, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74598510, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74598610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74598750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74598850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74598950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74598a50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74598b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74598d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74598e90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74598f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745990d0, convert type='tns:LoadBalanceAddress' to ('LoadBalanceAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74599310, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74599410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74599510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74599610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74599750, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74599850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74599950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74599a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74599ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74599c10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74599d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74599e10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74599f10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459a010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459a110, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459a210, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7459a310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459a410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459a510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459a610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459a810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459a9d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459aad0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459abd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459acd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459ae10, convert type='tns:MonitorLogData' to ('MonitorLogData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7459afd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459b190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459b290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459b390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459b490, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459b5d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459b6d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459b7d0, convert type='tns:MonitorLogData' to ('MonitorLogData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7459b8d0, convert type='tns:GSLBRegion' to ('GSLBRegion', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7459bb10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459bc10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459bd10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459be10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7459bf50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b8090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b8190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b8290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b8310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b8450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b8550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b8650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b8750, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745b8850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b8950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b8a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b8b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b8c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b8e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b9010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b9110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b9210, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b9310, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b9450, convert type='tns:GSLBAddress' to ('GSLBAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745b9610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b97d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b98d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b99d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b9ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b9c10, convert type='tns:MonitorLogData' to ('MonitorLogData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745b9d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b9f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ba050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ba150, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ba250, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ba390, convert type='tns:GSLBAddress' to ('GSLBAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745ba490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ba590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ba690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ba710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ba890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745baad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745babd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745bacd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745badd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745baf10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745bb010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745bb110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745bb210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745bb290, convert type='tns:MonitorLogData' to ('MonitorLogData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745bb410, convert type='tns:RTTMRegion' to ('RTTMRegion', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745bb650, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745bb750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745bb850, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745bb950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745bba90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745bbb90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745bbc90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745bbd90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745bbe10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745bbf50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a8090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a8190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a8290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a8390, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745a8490, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745a8590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a8690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a8790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a8890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a8990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a8ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a8d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a8e10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a8f10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a9010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a9150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a9250, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a9350, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a9450, convert type='tns:RTTMAddress' to ('RTTMAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745a94d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a9610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a9810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a99d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a9ad0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a9bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a9cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745a9e10, convert type='tns:MonitorLogData' to ('MonitorLogData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745a9f10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745aa150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745aa250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745aa350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745aa450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745aa590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745aa690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745aa790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745aa890, convert type='tns:RTTMLogRData' to ('RTTMLogRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745aa990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745aabd0, convert type='tns:RDataA' to ('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745aacd0, convert type='tns:RDataAAAA' to ('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745aadd0, convert type='tns:RDataCNAME' to ('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745aaf10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ab150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ab250, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ab350, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ab450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ab590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ab690, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ab790, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745ab890, convert type='tns:RTTMAddress' to ('RTTMAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745ab910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745aba50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745abb50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745abc50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745abd90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745abfd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b0110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b0210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b0310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b0450, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b0550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b0650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b0750, convert type='tns:MonitorLogData' to ('MonitorLogData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745b07d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b0a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b0bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b0cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b0dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b0ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b10d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b1290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b1390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b1490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b1590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b16d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b17d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b18d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b1b10, convert type='tns:AdvRedirectRuleData' to ('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e745b1c10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b1d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b1e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b20d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b2350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b25d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b2810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b2910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b2a50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b2c90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b2d90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b2e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b2fd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b3210, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b3310, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b3410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b3550, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b3790, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b3890, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b3990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b3ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b3d50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e745b3f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746200d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74620210, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74620450, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74620550, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74620650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74620790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74620a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74620c90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74620ed0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74620fd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746210d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746212d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74621490, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74621590, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74621690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74621790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746218d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74621b10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74621c10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74621d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74621e50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74622090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74622290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74622450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74622550, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74622650, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74622750, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74622890, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74622990, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74622a90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74622cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74622ed0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74623090, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74623190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74623290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74623390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746234d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746235d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74623850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74623b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74623d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74623e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74623f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464c090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464c1d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464c450, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464c690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464c790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464c8d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464cb10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464cc50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464ced0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464d110, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464d210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464d350, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464d590, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464d690, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464d790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464d8d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464db10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464dc10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464dd10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464de50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464e190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464e350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464e450, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464e550, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464e650, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464e790, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464e890, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464e990, convert type='tns:RDataA' to ('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464ebd0, convert type='tns:RDataAAAA' to ('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464ecd0, convert type='tns:RDataALIAS' to ('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464edd0, convert type='tns:RDataCAA' to ('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464eed0, convert type='tns:RDataCDNSKEY' to ('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464f010, convert type='tns:RDataCDS' to ('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464f110, convert type='tns:RDataCERT' to ('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464f210, convert type='tns:RDataCNAME' to ('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464f310, convert type='tns:RDataCSYNC' to ('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464f390, convert type='tns:RDataDHCID' to ('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464f4d0, convert type='tns:RDataDNAME' to ('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464f5d0, convert type='tns:RDataDNSKEY' to ('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464f6d0, convert type='tns:RDataDS' to ('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464f7d0, convert type='tns:RDataIPSECKEY' to ('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464f8d0, convert type='tns:RDataKEY' to ('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464f9d0, convert type='tns:RDataKX' to ('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464fad0, convert type='tns:RDataLOC' to ('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464fbd0, convert type='tns:RDataMX' to ('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464fcd0, convert type='tns:RDataNAPTR' to ('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464fdd0, convert type='tns:RDataNS' to ('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464fed0, convert type='tns:RDataNSAP' to ('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464ffd0, convert type='tns:RDataPOLICY' to ('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74690110, convert type='tns:RDataPTR' to ('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74690210, convert type='tns:RDataPX' to ('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74690310, convert type='tns:RDataRP' to ('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74690410, convert type='tns:RDataSPF' to ('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74690510, convert type='tns:RDataSSHFP' to ('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74690610, convert type='tns:RDataSRV' to ('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74690710, convert type='tns:RDataTLSA' to ('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74690810, convert type='tns:RDataTXT' to ('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74690910, convert type='tns:RDataSOA' to ('RDataSOA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74690a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74690cd0, convert type='tns:ARecordData' to ('ARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74690f10, convert type='tns:AAAARecordData' to ('AAAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691010, convert type='tns:ALIASRecordData' to ('ALIASRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691110, convert type='tns:CAARecordData' to ('CAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691210, convert type='tns:CDNSKEYRecordData' to ('CDNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691350, convert type='tns:CDSRecordData' to ('CDSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691450, convert type='tns:CERTRecordData' to ('CERTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691550, convert type='tns:CNAMERecordData' to ('CNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691650, convert type='tns:CSYNCRecordData' to ('CSYNCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746916d0, convert type='tns:DHCIDRecordData' to ('DHCIDRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691810, convert type='tns:DNAMERecordData' to ('DNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691910, convert type='tns:DNSKEYRecordData' to ('DNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691a10, convert type='tns:DSRecordData' to ('DSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691b10, convert type='tns:IPSECKEYRecordData' to ('IPSECKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691c10, convert type='tns:KEYRecordData' to ('KEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691d10, convert type='tns:KXRecordData' to ('KXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691e10, convert type='tns:LOCRecordData' to ('LOCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74691f10, convert type='tns:MXRecordData' to ('MXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692010, convert type='tns:NAPTRRecordData' to ('NAPTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692110, convert type='tns:NSAPRecordData' to ('NSAPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692210, convert type='tns:POLICYRecordData' to ('POLICYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692310, convert type='tns:PTRRecordData' to ('PTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692410, convert type='tns:PXRecordData' to ('PXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692510, convert type='tns:RPRecordData' to ('RPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692610, convert type='tns:SPFRecordData' to ('SPFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692710, convert type='tns:SRVRecordData' to ('SRVRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692810, convert type='tns:SSHFPRecordData' to ('SSHFPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692910, convert type='tns:TLSARecordData' to ('TLSARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692a10, convert type='tns:TXTRecordData' to ('TXTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692b10, convert type='tns:SOARecordData' to ('SOARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692c10, convert type='tns:NSRecordData' to ('NSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692d50, convert type='tns:RDataA' to ('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74692f90, convert type='tns:RDataAAAA' to ('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74693090, convert type='tns:RDataALIAS' to ('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74693190, convert type='tns:RDataCAA' to ('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74693290, convert type='tns:RDataCDNSKEY' to ('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746933d0, convert type='tns:RDataCDS' to ('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746934d0, convert type='tns:RDataCERT' to ('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746935d0, convert type='tns:RDataCNAME' to ('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746936d0, convert type='tns:RDataCSYNC' to ('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74693750, convert type='tns:RDataDHCID' to ('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74693890, convert type='tns:RDataDNAME' to ('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74693990, convert type='tns:RDataDNSKEY' to ('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74693a90, convert type='tns:RDataDS' to ('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74693b90, convert type='tns:RDataIPSECKEY' to ('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74693c90, convert type='tns:RDataKEY' to ('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74693d90, convert type='tns:RDataKX' to ('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74693e90, convert type='tns:RDataLOC' to ('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74693f90, convert type='tns:RDataMX' to ('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b40d0, convert type='tns:RDataNAPTR' to ('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b41d0, convert type='tns:RDataNSAP' to ('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b42d0, convert type='tns:RDataPOLICY' to ('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b43d0, convert type='tns:RDataPTR' to ('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b44d0, convert type='tns:RDataPX' to ('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b45d0, convert type='tns:RDataRP' to ('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b46d0, convert type='tns:RDataSPF' to ('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b47d0, convert type='tns:RDataSRV' to ('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b48d0, convert type='tns:RDataSSHFP' to ('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b49d0, convert type='tns:RDataTLSA' to ('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b4ad0, convert type='tns:RDataTXT' to ('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b4bd0, convert type='tns:RDataSOA' to ('RDataSOA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b4cd0, convert type='tns:RDataNS' to ('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b4e10, convert type='tns:RDataA' to ('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5050, convert type='tns:RDataAAAA' to ('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5150, convert type='tns:RDataALIAS' to ('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5250, convert type='tns:RDataCAA' to ('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5350, convert type='tns:RDataCDNSKEY' to ('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5490, convert type='tns:RDataCDS' to ('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5590, convert type='tns:RDataCERT' to ('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5690, convert type='tns:RDataCNAME' to ('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5790, convert type='tns:RDataCSYNC' to ('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5810, convert type='tns:RDataDHCID' to ('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5950, convert type='tns:RDataDNAME' to ('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5a50, convert type='tns:RDataDNSKEY' to ('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5b50, convert type='tns:RDataDS' to ('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5c50, convert type='tns:RDataIPSECKEY' to ('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5d50, convert type='tns:RDataKEY' to ('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5e50, convert type='tns:RDataKX' to ('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b5f50, convert type='tns:RDataLOC' to ('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6050, convert type='tns:RDataMX' to ('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6150, convert type='tns:RDataNAPTR' to ('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6250, convert type='tns:RDataNSAP' to ('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6350, convert type='tns:RDataPOLICY' to ('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6450, convert type='tns:RDataPTR' to ('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6550, convert type='tns:RDataPX' to ('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6650, convert type='tns:RDataRP' to ('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6750, convert type='tns:RDataSPF' to ('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6850, convert type='tns:RDataSRV' to ('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6950, convert type='tns:RDataSSHFP' to ('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6a50, convert type='tns:RDataTLSA' to ('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6b50, convert type='tns:RDataTXT' to ('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6c50, convert type='tns:RDataSOA' to ('RDataSOA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6d50, convert type='tns:RDataNS' to ('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b6f50, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746b7110, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746b7210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746b7310, convert type='tns:GenericRData' to ('GenericRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746b7410, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746b7550, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746b7650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746b7750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746b7910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746b7ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746b7bd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746b7cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746b7dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746b7f10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c8050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c8290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c8390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c8490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c85d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c8810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c8910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c8b10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c8cd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c8dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c8ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c8fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c91d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c9390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c9490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c9590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c9690, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c97d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c98d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c99d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c9b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c9d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c9e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746c9f50, convert type='tns:DNSSECKey' to ('DNSSECKey', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ca050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ca190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ca3d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ca4d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ca5d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ca6d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ca810, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ca910, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746caa10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746cab10, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746cab90, convert type='tns:RDataDNSKEY' to ('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746cacd0, convert type='tns:RDataDS' to ('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746cadd0, convert type='tns:RDataDS' to ('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746cafd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746cb190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746cb290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746cb390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746cb490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746cb5d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746cb6d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746cb7d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746cba10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746cbb50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746cbdd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469c050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469c150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469c250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469c350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469c490, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469c590, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469c690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469c790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469c810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469c950, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469ca50, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469cb50, convert type='tns:TaskArgData' to ('TaskArgData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7469cd50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469cf10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469d010, convert type='tns:ExtNSEntry' to ('ExtNSEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7469d110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469d210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469d350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469d590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469d690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469d790, convert type='tns:ErrorResponseType' to ('ErrorResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7469d950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469db10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469dc10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7469dd10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469de10, convert type='tns:GetJobRequestType' to ('GetJobRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7469dfd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469e190, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469e290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469e390, convert type='tns:GetJobResponseType' to ('GetJobResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7469e550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469e710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469e810, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7469e910, convert type='xsd:anyType' to ('anyType', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469ea10, convert type='tns:SessionLoginRequestType' to ('SessionLoginRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7469ebd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469ed90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469ee90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469ef90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469f090, convert type='tns:SessionLoginResponseType' to ('SessionLoginResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7469f250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469f410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469f510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7469f610, convert type='tns:SessionLoginData' to ('SessionLoginData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7469f710, convert type='tns:SessionLogoutRequestType' to ('SessionLogoutRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7469f8d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469fa90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469fb90, convert type='tns:SessionLogoutResponseType' to ('SessionLogoutResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7469fd50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7469ff10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e0050, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e0150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e0250, convert type='tns:SessionIsAliveRequestType' to ('SessionIsAliveRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e0410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e05d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e06d0, convert type='tns:SessionIsAliveResponseType' to ('SessionIsAliveResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e0890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e0a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e0b50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e0c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e0d50, convert type='tns:SessionKeepAliveRequestType' to ('SessionKeepAliveRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e0f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e10d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e11d0, convert type='tns:SessionKeepAliveResponseType' to ('SessionKeepAliveResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e1390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e1550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e1650, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e1750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e1850, convert type='tns:ScopeInRequestType' to ('ScopeInRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e1a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e1bd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e1cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e1dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e1ed0, convert type='tns:ScopeInResponseType' to ('ScopeInResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e2090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e2250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e2350, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e2450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e2550, convert type='tns:ScopeAsRequestType' to ('ScopeAsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e2710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e28d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e29d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e2ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e2bd0, convert type='tns:ScopeAsResponseType' to ('ScopeAsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e2d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e2f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e3050, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e3150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e3250, convert type='tns:UnscopeRequestType' to ('UnscopeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e3410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e35d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e36d0, convert type='tns:UnscopeResponseType' to ('UnscopeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e3890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e3a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e3b50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e3c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746e3d50, convert type='tns:GetQueryStatsRequestType' to ('GetQueryStatsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746e3f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74688110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74688210, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74688310, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74688410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74688550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74688650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74688750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74688850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746888d0, convert type='tns:GetQueryStatsResponseType' to ('GetQueryStatsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74688ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74688c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74688d90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74688e90, convert type='tns:QueryStatsData' to ('QueryStatsData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74688f90, convert type='tns:CreateGeoRequestType' to ('CreateGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74689190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74689350, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74689450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74689550, convert type='tns:GeoRegionGroup' to ('GeoRegionGroup', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74689650, convert type='tns:GeoNode' to ('GeoNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74689790, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74689150, convert type='tns:CreateGeoResponseType' to ('CreateGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74689a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74689bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74689cd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74689dd0, convert type='tns:Geo' to ('Geo', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74689ed0, convert type='tns:UpdateGeoRequestType' to ('UpdateGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7468a0d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7468a290, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7468a390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7468a490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7468a590, convert type='tns:GeoRegionGroup' to ('GeoRegionGroup', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7468a6d0, convert type='tns:GeoNode' to ('GeoNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7468a7d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7468a090, convert type='tns:UpdateGeoResponseType' to ('UpdateGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7468aa50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7468ac10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7468ad10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7468ae10, convert type='tns:Geo' to ('Geo', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7468af10, convert type='tns:GetGeosRequestType' to ('GetGeosRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7468b0d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7468b290, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7468b390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7468b490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7468b590, convert type='tns:GetGeosResponseType' to ('GetGeosResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7468b750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7468b910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7468ba10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7468bb10, convert type='tns:Geo' to ('Geo', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7468bc10, convert type='tns:GetOneGeoRequestType' to ('GetOneGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7468bdd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7468bf90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d80d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d81d0, convert type='tns:GetOneGeoResponseType' to ('GetOneGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746d8390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d8550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d8650, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746d8750, convert type='tns:Geo' to ('Geo', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746d8850, convert type='tns:DeleteOneGeoRequestType' to ('DeleteOneGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746d8a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d8bd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d8cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d8dd0, convert type='tns:DeleteOneGeoResponseType' to ('DeleteOneGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746d8f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d9150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d9250, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746d9350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d9450, convert type='tns:ActivateGeoRequestType' to ('ActivateGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746d9610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d97d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d98d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d99d0, convert type='tns:ActivateGeoResponseType' to ('ActivateGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746d9b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d9d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746d9e50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746d9f50, convert type='tns:Geo' to ('Geo', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746da050, convert type='tns:DeactivateGeoRequestType' to ('DeactivateGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746da210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746da3d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746da4d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746da5d0, convert type='tns:DeactivateGeoResponseType' to ('DeactivateGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746da790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746da950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746daa50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746dab50, convert type='tns:Geo' to ('Geo', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746dac50, convert type='tns:CreateGeoRegionGroupRequestType' to ('CreateGeoRegionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746dae10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746dafd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746db0d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746db1d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746db2d0, convert type='tns:ANYRData' to ('ANYRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746db410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746db510, convert type='tns:WeightData' to ('WeightData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746db610, convert type='tns:ServeCountData' to ('ServeCountData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746db710, convert type='tns:TTLData' to ('TTLData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746db790, convert type='tns:LabelData' to ('LabelData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746db8d0, convert type='tns:CreateGeoRegionGroupResponseType' to ('CreateGeoRegionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746dba90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746dbc50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746dbd50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746dbe50, convert type='tns:Geo' to ('Geo', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746dbf50, convert type='tns:UpdateGeoRegionGroupRequestType' to ('UpdateGeoRegionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ec150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ec310, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ec410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ec510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ec610, convert type='tns:ANYRData' to ('ANYRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ec750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ec850, convert type='tns:WeightData' to ('WeightData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ec950, convert type='tns:ServeCountData' to ('ServeCountData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746eca50, convert type='tns:TTLData' to ('TTLData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ecad0, convert type='tns:LabelData' to ('LabelData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ecc10, convert type='tns:UpdateGeoRegionGroupResponseType' to ('UpdateGeoRegionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ecdd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ecf90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ed090, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ed190, convert type='tns:Geo' to ('Geo', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ed290, convert type='tns:DeleteOneGeoRegionGroupRequestType' to ('DeleteOneGeoRegionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ed450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ed610, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ed710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ed810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ed910, convert type='tns:DeleteOneGeoRegionGroupResponseType' to ('DeleteOneGeoRegionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746edad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746edc90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746edd90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ede90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746edf90, convert type='tns:GetGeoRegionGroupsRequestType' to ('GetGeoRegionGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ee150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ee310, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ee410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ee510, convert type='tns:GetGeoRegionGroupsResponseType' to ('GetGeoRegionGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ee6d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ee890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ee990, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746eea90, convert type='tns:GeoRegionGroupData' to ('GeoRegionGroupData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746eeb90, convert type='tns:GetOneGeoRegionGroupRequestType' to ('GetOneGeoRegionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746eed50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746eef10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ef010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ef110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ef210, convert type='tns:GetOneGeoRegionGroupResponseType' to ('GetOneGeoRegionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ef3d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ef590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746ef690, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ef790, convert type='tns:GeoRegionGroupData' to ('GeoRegionGroupData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746ef890, convert type='tns:CreateGeoNodeRequestType' to ('CreateGeoNodeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746efa90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746efc50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746efd50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746efe50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746eff50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746efa50, convert type='tns:CreateGeoNodeResponseType' to ('CreateGeoNodeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f4250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f4410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f4510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f4610, convert type='tns:Geo' to ('Geo', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f4710, convert type='tns:DeleteOneGeoNodeRequestType' to ('DeleteOneGeoNodeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f4910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f4ad0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f4bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f4cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f4dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f48d0, convert type='tns:DeleteOneGeoNodeResponseType' to ('DeleteOneGeoNodeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f5090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f5250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f5350, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f5450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f5550, convert type='tns:GetGeoNodesRequestType' to ('GetGeoNodesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f5710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f58d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f59d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f5ad0, convert type='tns:GetGeoNodesResponseType' to ('GetGeoNodesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f5c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f5e50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f5f50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f6050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f6150, convert type='tns:CreateDSFRequestType' to ('CreateDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f6310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f64d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f65d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f66d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f6810, convert type='tns:DSFNode' to ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f6950, convert type='tns:DSFRuleset' to ('DSFRuleset', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f6a50, convert type='tns:NotifierLink' to ('NotifierLink', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f6b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f6c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f6cd0, convert type='tns:CreateDSFResponseType' to ('CreateDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f6ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f7090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f7190, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f7290, convert type='tns:DSFData' to ('DSFData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f7390, convert type='tns:UpdateDSFRequestType' to ('UpdateDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f7550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f7710, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f7810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f7910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f7a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f7b50, convert type='tns:DSFNode' to ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f7c50, convert type='tns:DSFRuleset' to ('DSFRuleset', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f7d50, convert type='tns:NotifierLink' to ('NotifierLink', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746f7e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746f7ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74678050, convert type='tns:UpdateDSFResponseType' to ('UpdateDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74678210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746783d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746784d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746785d0, convert type='tns:DSFData' to ('DSFData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746786d0, convert type='tns:GetDSFsRequestType' to ('GetDSFsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746788d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74678a90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74678b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74678c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74678d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74678ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74678fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74678890, convert type='tns:GetDSFsResponseType' to ('GetDSFsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74679250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74679410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74679510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74679610, convert type='tns:DSFData' to ('DSFData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74679710, convert type='tns:GetDSFNotifiersRequestType' to ('GetDSFNotifiersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746798d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74679a90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74679b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74679c90, convert type='tns:GetDSFNotifiersResponseType' to ('GetDSFNotifiersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74679e50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467a010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467a110, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7467a210, convert type='tns:NotifierDataAlt' to ('NotifierDataAlt', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7467a310, convert type='tns:DeleteOneDSFRequestType' to ('DeleteOneDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7467a4d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467a690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467a790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467a890, convert type='tns:DeleteOneDSFResponseType' to ('DeleteOneDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7467aa50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467ac10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467ad10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7467ae10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467af10, convert type='tns:GetOneDSFRequestType' to ('GetOneDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7467b0d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467b290, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467b390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467b490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467b590, convert type='tns:GetOneDSFResponseType' to ('GetOneDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7467b750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467b910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467ba10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7467bb10, convert type='tns:DSFData' to ('DSFData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7467bc10, convert type='tns:RevertDSFRequestType' to ('RevertDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7467bdd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7467bf90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746300d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746301d0, convert type='tns:RevertDSFResponseType' to ('RevertDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74630390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74630550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74630650, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74630750, convert type='tns:DSFData' to ('DSFData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74630850, convert type='tns:PublishDSFRequestType' to ('PublishDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74630a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74630bd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74630cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74630dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74630ed0, convert type='tns:PublishDSFResponseType' to ('PublishDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74631090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74631250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74631350, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74631450, convert type='tns:DSFData' to ('DSFData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74631550, convert type='tns:AddDSFNotifierRequestType' to ('AddDSFNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74631750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74631910, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74631a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74631b10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74631c10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74631d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74631e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74631710, convert type='tns:AddDSFNotifierResponseType' to ('AddDSFNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746320d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74632290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74632390, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74632490, convert type='tns:NotifierLinkData' to ('NotifierLinkData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74632590, convert type='tns:RemoveDSFNotifierRequestType' to ('RemoveDSFNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74632790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74632950, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74632a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74632b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74632c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74632d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74632750, convert type='tns:RemoveDSFNotifierResponseType' to ('RemoveDSFNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74633010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746331d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746332d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746333d0, convert type='tns:NotifierLinkData' to ('NotifierLinkData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746334d0, convert type='tns:CreateDSFRulesetRequestType' to ('CreateDSFRulesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74633690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74633850, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74633950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74633a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74633b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74633c90, convert type='tns:DSFCriteria' to ('DSFCriteria', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74633d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74633e90, convert type='tns:DSFResponsePool' to ('DSFResponsePool', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74633f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74600050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74600190, convert type='tns:CreateDSFRulesetResponseType' to ('CreateDSFRulesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74600350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74600510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74600610, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74600710, convert type='tns:DSFRulesetData' to ('DSFRulesetData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74600810, convert type='tns:UpdateDSFRulesetRequestType' to ('UpdateDSFRulesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746009d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74600b90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74600c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74600d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74600e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74600fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746010d0, convert type='tns:DSFCriteria' to ('DSFCriteria', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746011d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746012d0, convert type='tns:DSFResponsePool' to ('DSFResponsePool', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74601350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74601490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74601590, convert type='tns:UpdateDSFRulesetResponseType' to ('UpdateDSFRulesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74601750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74601910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74601a10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74601b10, convert type='tns:DSFRulesetData' to ('DSFRulesetData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74601c10, convert type='tns:GetDSFRulesetsRequestType' to ('GetDSFRulesetsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74601e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74601fd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746020d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746021d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746022d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74602410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74602510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74602610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74601dd0, convert type='tns:GetDSFRulesetsResponseType' to ('GetDSFRulesetsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74602890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74602a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74602b50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74602c50, convert type='tns:DSFRulesetData' to ('DSFRulesetData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74602d50, convert type='tns:GetOneDSFRulesetRequestType' to ('GetOneDSFRulesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74602f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74603110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74603210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74603310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74603410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74602f10, convert type='tns:GetOneDSFRulesetResponseType' to ('GetOneDSFRulesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e746036d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74603890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74603990, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74603a90, convert type='tns:DSFRulesetData' to ('DSFRulesetData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74603b90, convert type='tns:DeleteOneDSFRulesetRequestType' to ('DeleteOneDSFRulesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74603d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74603f50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74648090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74648190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74648290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746483d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74603d50, convert type='tns:DeleteOneDSFRulesetResponseType' to ('DeleteOneDSFRulesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74648650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74648810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74648910, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74648a10, convert type='tns:DSFRulesetData' to ('DSFRulesetData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74648b10, convert type='tns:CreateDSFResponsePoolRequestType' to ('CreateDSFResponsePoolRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74648cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74648e90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74648f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74649090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74649190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746492d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746493d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746494d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e746495d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74649650, convert type='tns:DSFRecordSetFailoverChain' to ('DSFRecordSetFailoverChain', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74649790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74649890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74649990, convert type='tns:CreateDSFResponsePoolResponseType' to ('CreateDSFResponsePoolResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74649b50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74649d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74649e10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74649f10, convert type='tns:DSFResponsePoolData' to ('DSFResponsePoolData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464a010, convert type='tns:UpdateDSFResponsePoolRequestType' to ('UpdateDSFResponsePoolRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464a1d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464a390, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464a490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464a590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464a690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464a7d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464a8d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464a9d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464aad0, convert type='tns:DSFRecordSetFailoverChain' to ('DSFRecordSetFailoverChain', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464ab50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464ac90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464ad90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464ae90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464af90, convert type='tns:UpdateDSFResponsePoolResponseType' to ('UpdateDSFResponsePoolResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464b150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464b310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464b410, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464b510, convert type='tns:DSFResponsePoolData' to ('DSFResponsePoolData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464b610, convert type='tns:GetDSFResponsePoolsRequestType' to ('GetDSFResponsePoolsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7464b7d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464b990, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464ba90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464bb90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464bc90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464bdd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464bed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7464bfd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f4110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f4190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f42d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f43d0, convert type='tns:GetDSFResponsePoolsResponseType' to ('GetDSFResponsePoolsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f4590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f4750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f4850, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f4950, convert type='tns:DSFResponsePoolData' to ('DSFResponsePoolData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f4a50, convert type='tns:GetOneDSFResponsePoolRequestType' to ('GetOneDSFResponsePoolRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f4c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f4e10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f4f10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f5010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f5110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f4c10, convert type='tns:GetOneDSFResponsePoolResponseType' to ('GetOneDSFResponsePoolResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f53d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f5590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f5690, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f5790, convert type='tns:DSFResponsePoolData' to ('DSFResponsePoolData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f5890, convert type='tns:DeleteOneDSFResponsePoolRequestType' to ('DeleteOneDSFResponsePoolRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f5a90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f5c50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f5d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f5e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f5f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f6090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f5a50, convert type='tns:DeleteOneDSFResponsePoolResponseType' to ('DeleteOneDSFResponsePoolResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f6310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f64d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f65d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f66d0, convert type='tns:DSFResponsePoolData' to ('DSFResponsePoolData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f67d0, convert type='tns:CreateDSFRecordSetFailoverChainRequestType' to ('CreateDSFRecordSetFailoverChainRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f6990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f6b50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f6c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f6d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f6e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f6f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f7090, convert type='tns:DSFRecordSet' to ('DSFRecordSet', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f7190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f7290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f7310, convert type='tns:CreateDSFRecordSetFailoverChainResponseType' to ('CreateDSFRecordSetFailoverChainResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f7510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f76d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f77d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f78d0, convert type='tns:DSFRecordSetFailoverChainData' to ('DSFRecordSetFailoverChainData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f79d0, convert type='tns:UpdateDSFRecordSetFailoverChainRequestType' to ('UpdateDSFRecordSetFailoverChainRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776f7b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f7d50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f7e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776f7f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77648090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776481d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776482d0, convert type='tns:DSFRecordSet' to ('DSFRecordSet', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776483d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776484d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77648550, convert type='tns:UpdateDSFRecordSetFailoverChainResponseType' to ('UpdateDSFRecordSetFailoverChainResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77648750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77648910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77648a10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77648b10, convert type='tns:DSFRecordSetFailoverChainData' to ('DSFRecordSetFailoverChainData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77648c10, convert type='tns:GetDSFRecordSetFailoverChainsRequestType' to ('GetDSFRecordSetFailoverChainsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77648e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77648fd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776490d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776491d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776492d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77649410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77649510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77648dd0, convert type='tns:GetDSFRecordSetFailoverChainsResponseType' to ('GetDSFRecordSetFailoverChainsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77649790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77649950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77649a50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77649b50, convert type='tns:DSFRecordSetFailoverChainData' to ('DSFRecordSetFailoverChainData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77649c50, convert type='tns:GetOneDSFRecordSetFailoverChainRequestType' to ('GetOneDSFRecordSetFailoverChainRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77649e50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764a010, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764a110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764a210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764a310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77649e10, convert type='tns:GetOneDSFRecordSetFailoverChainResponseType' to ('GetOneDSFRecordSetFailoverChainResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764a5d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764a790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764a890, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764a990, convert type='tns:DSFRecordSetFailoverChainData' to ('DSFRecordSetFailoverChainData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764aa90, convert type='tns:DeleteOneDSFRecordSetFailoverChainRequestType' to ('DeleteOneDSFRecordSetFailoverChainRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764ac90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764ae50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764af50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764b050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764b150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764b290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764ac50, convert type='tns:DeleteOneDSFRecordSetFailoverChainResponseType' to ('DeleteOneDSFRecordSetFailoverChainResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764b510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764b6d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764b7d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764b8d0, convert type='tns:DSFRecordSetFailoverChainData' to ('DSFRecordSetFailoverChainData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764b9d0, convert type='tns:CreateDSFRecordSetRequestType' to ('CreateDSFRecordSetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764bb90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764bd50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764be50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764bf50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b0090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b01d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b02d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b03d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b04d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b0550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b0690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b0790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b0890, convert type='tns:DSFRecord' to ('DSFRecord', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b0990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b0a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b0b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b0c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b0d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b0e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b0f90, convert type='tns:CreateDSFRecordSetResponseType' to ('CreateDSFRecordSetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b1150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b1310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b1410, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b1510, convert type='tns:DSFRecordSetData' to ('DSFRecordSetData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b1610, convert type='tns:UpdateDSFRecordSetRequestType' to ('UpdateDSFRecordSetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b17d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b1990, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b1a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b1b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b1c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b1dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b1ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b1fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b20d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b2150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b2290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b2390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b2490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b2590, convert type='tns:DSFRecord' to ('DSFRecord', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b2690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b2790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b2890, convert type='tns:UpdateDSFRecordSetResponseType' to ('UpdateDSFRecordSetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b2a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b2c10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b2d10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b2e10, convert type='tns:DSFRecordSetData' to ('DSFRecordSetData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b2f10, convert type='tns:GetOneDSFRecordSetRequestType' to ('GetOneDSFRecordSetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b3110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b32d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b33d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b34d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b35d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b30d0, convert type='tns:GetOneDSFRecordSetResponseType' to ('GetOneDSFRecordSetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b3890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b3a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b3b50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b3c50, convert type='tns:DSFRecordSetData' to ('DSFRecordSetData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b3d50, convert type='tns:GetDSFRecordSetsRequestType' to ('GetDSFRecordSetsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b3f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c0110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c0210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c0310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c0410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c0550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c0650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c0750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c0850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c08d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c0a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c0b10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c0c10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c0d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c0e10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c0f10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c1010, convert type='tns:GetDSFRecordSetsResponseType' to ('GetDSFRecordSetsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776c11d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c1390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c1490, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776c1590, convert type='tns:DSFRecordSetData' to ('DSFRecordSetData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776c1690, convert type='tns:DeleteOneDSFRecordSetRequestType' to ('DeleteOneDSFRecordSetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776c1890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c1a50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c1b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c1c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c1d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c1e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c1850, convert type='tns:DeleteOneDSFRecordSetResponseType' to ('DeleteOneDSFRecordSetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776c2110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c22d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c23d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776c24d0, convert type='tns:DSFRecordSetData' to ('DSFRecordSetData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776c25d0, convert type='tns:CreateDSFRecordRequestType' to ('CreateDSFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776c2790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c2950, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c2a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c2b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c2c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c2d90, convert type='tns:ANYOneRData' to ('ANYOneRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776c2e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c2f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c3090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c3110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c3250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c3350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c3450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c3550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c3650, convert type='tns:CreateDSFRecordResponseType' to ('CreateDSFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776c3810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c39d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776c3ad0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776c3bd0, convert type='tns:DSFRecordData' to ('DSFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776c3cd0, convert type='tns:UpdateDSFRecordRequestType' to ('UpdateDSFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776c3e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b8090, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b8190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b8290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b8390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b84d0, convert type='tns:ANYOneRData' to ('ANYOneRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b85d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b86d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b87d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b8850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b8990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b8a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b8b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b8c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b8d90, convert type='tns:UpdateDSFRecordResponseType' to ('UpdateDSFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b8f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b9110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b9210, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b9310, convert type='tns:DSFRecordData' to ('DSFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b9410, convert type='tns:GetOneDSFRecordRequestType' to ('GetOneDSFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b9610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b97d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b98d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b99d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b9ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b95d0, convert type='tns:GetOneDSFRecordResponseType' to ('GetOneDSFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776b9d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776b9f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776ba050, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776ba150, convert type='tns:DSFRecordData' to ('DSFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776ba250, convert type='tns:GetDSFRecordsRequestType' to ('GetDSFRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776ba410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776ba5d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776ba6d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776ba7d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776ba8d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776baa10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776bab10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776bac10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776bad10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776bad90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776baed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776bafd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776bb0d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776bb1d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776bb2d0, convert type='tns:GetDSFRecordsResponseType' to ('GetDSFRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776bb490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776bb650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776bb750, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776bb850, convert type='tns:DSFRecordData' to ('DSFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776bb950, convert type='tns:DeleteOneDSFRecordRequestType' to ('DeleteOneDSFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776bbb50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776bbd10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776bbe10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776bbf10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e0050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e0190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776bbb10, convert type='tns:DeleteOneDSFRecordResponseType' to ('DeleteOneDSFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e0410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e05d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e06d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e07d0, convert type='tns:DSFRecordData' to ('DSFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e08d0, convert type='tns:AddDSFNodeRequestType' to ('AddDSFNodeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e0ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e0c90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e0d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e0e90, convert type='tns:DSFNode' to ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e0f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e10d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e0a90, convert type='tns:AddDSFNodeResponseType' to ('AddDSFNodeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e1350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e1510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e1610, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e1710, convert type='tns:DSFNode' to ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e1810, convert type='tns:UpdateDSFNodesRequestType' to ('UpdateDSFNodesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e1a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e1bd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e1cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e1dd0, convert type='tns:DSFNode' to ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e1ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e2010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e19d0, convert type='tns:UpdateDSFNodesResponseType' to ('UpdateDSFNodesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e2290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e2450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e2550, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e2650, convert type='tns:DSFNode' to ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e2750, convert type='tns:GetDSFNodesRequestType' to ('GetDSFNodesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e2910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e2ad0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e2bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e2cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e2dd0, convert type='tns:GetDSFNodesResponseType' to ('GetDSFNodesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e2f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e3150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e3250, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e3350, convert type='tns:DSFNode' to ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e3450, convert type='tns:DeleteOneDSFNodeRequestType' to ('DeleteOneDSFNodeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e3650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e3810, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e3910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e3a10, convert type='tns:DSFNode' to ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e3b10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e3c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e3610, convert type='tns:DeleteOneDSFNodeResponseType' to ('DeleteOneDSFNodeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e3ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e80d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e81d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e82d0, convert type='tns:DSFNode' to ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e83d0, convert type='tns:CreateDSFMonitorRequestType' to ('CreateDSFMonitorRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e8590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e8750, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e8850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e8950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e8a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e8b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e8c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e8d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e8e90, convert type='tns:DSFMonitorOptions' to ('DSFMonitorOptions', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e8f10, convert type='tns:DSFMonitorEndpoint' to ('DSFMonitorEndpoint', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e9050, convert type='tns:CreateDSFMonitorResponseType' to ('CreateDSFMonitorResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e9210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e93d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e94d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e95d0, convert type='tns:DSFMonitorData' to ('DSFMonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e96d0, convert type='tns:UpdateDSFMonitorRequestType' to ('UpdateDSFMonitorRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776e9890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e9a50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e9b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e9c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e9d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e9e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776e9f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776ea090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776ea190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776ea210, convert type='tns:DSFMonitorOptions' to ('DSFMonitorOptions', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776ea350, convert type='tns:DSFMonitorEndpoint' to ('DSFMonitorEndpoint', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776ea450, convert type='tns:UpdateDSFMonitorResponseType' to ('UpdateDSFMonitorResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776ea610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776ea7d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776ea8d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776ea9d0, convert type='tns:DSFMonitorData' to ('DSFMonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776eaad0, convert type='tns:GetOneDSFMonitorRequestType' to ('GetOneDSFMonitorRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776eac90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776eae50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776eaf50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776eb050, convert type='tns:GetOneDSFMonitorResponseType' to ('GetOneDSFMonitorResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776eb210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776eb3d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776eb4d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776eb5d0, convert type='tns:DSFMonitorData' to ('DSFMonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776eb6d0, convert type='tns:GetDSFMonitorsRequestType' to ('GetDSFMonitorsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776eb8d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776eba90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776ebb90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776ebc90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776ebd90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776ebed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776eb890, convert type='tns:GetDSFMonitorsResponseType' to ('GetDSFMonitorsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764c190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764c350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764c450, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764c550, convert type='tns:DSFMonitorData' to ('DSFMonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764c650, convert type='tns:DeleteOneDSFMonitorRequestType' to ('DeleteOneDSFMonitorRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764c810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764c9d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764cad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764cbd0, convert type='tns:DeleteOneDSFMonitorResponseType' to ('DeleteOneDSFMonitorResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764cd90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764cf50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764d050, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764d150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764d250, convert type='tns:AddDSFMonitorNotifierRequestType' to ('AddDSFMonitorNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764d450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764d610, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764d710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764d810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764d910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764d410, convert type='tns:AddDSFMonitorNotifierResponseType' to ('AddDSFMonitorNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764dbd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764dd90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764de90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764df90, convert type='tns:NotifierData' to ('NotifierData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764e090, convert type='tns:GetDSFMonitorSitesRequestType' to ('GetDSFMonitorSitesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764e250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764e410, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764e510, convert type='tns:GetDSFMonitorSitesResponseType' to ('GetDSFMonitorSitesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764e6d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764e890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764e990, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764ea90, convert type='tns:DSFMonitorSitesData' to ('DSFMonitorSitesData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764eb90, convert type='tns:CreateNotifierRequestType' to ('CreateNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764ed90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764ef50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764f050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764f150, convert type='tns:Recipient' to ('Recipient', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764f250, convert type='tns:Service' to ('Service', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764ed50, convert type='tns:CreateNotifierResponseType' to ('CreateNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764f510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764f6d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764f7d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764f8d0, convert type='tns:NotifierData' to ('NotifierData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764f9d0, convert type='tns:UpdateNotifierRequestType' to ('UpdateNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764fbd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764fd90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764fe90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7764ff90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776780d0, convert type='tns:Recipient' to ('Recipient', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77678210, convert type='tns:Service' to ('Service', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7764fb90, convert type='tns:UpdateNotifierResponseType' to ('UpdateNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77678490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77678650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77678750, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77678850, convert type='tns:NotifierData' to ('NotifierData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77678950, convert type='tns:GetOneNotifierRequestType' to ('GetOneNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77678b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77678cd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77678dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77678ed0, convert type='tns:GetOneNotifierResponseType' to ('GetOneNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77679090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77679250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77679350, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77679450, convert type='tns:NotifierData' to ('NotifierData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77679550, convert type='tns:GetNotifiersRequestType' to ('GetNotifiersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77679710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776798d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776799d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77679ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77679bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77679d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77679e10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77679f10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767a010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767a090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767a1d0, convert type='tns:GetNotifiersResponseType' to ('GetNotifiersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7767a390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767a550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767a650, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7767a750, convert type='tns:NotifierDataAlt' to ('NotifierDataAlt', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7767a850, convert type='tns:DeleteOneNotifierRequestType' to ('DeleteOneNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7767aa10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767abd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767acd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767add0, convert type='tns:DeleteOneNotifierResponseType' to ('DeleteOneNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7767af90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767b150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767b250, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7767b350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767b450, convert type='tns:CreateConfigLimitRequestType' to ('CreateConfigLimitRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7767b650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767b810, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767b910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767ba10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767bb10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767b610, convert type='tns:CreateConfigLimitResponseType' to ('CreateConfigLimitResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7767bdd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7767bf90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776580d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776581d0, convert type='tns:ConfigLimitData' to ('ConfigLimitData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776582d0, convert type='tns:GetOneConfigLimitRequestType' to ('GetOneConfigLimitRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77658490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77658650, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77658750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77658850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77658950, convert type='tns:GetOneConfigLimitResponseType' to ('GetOneConfigLimitResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77658b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77658cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77658dd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77658ed0, convert type='tns:ConfigLimitData' to ('ConfigLimitData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77658fd0, convert type='tns:GetConfigLimitsRequestType' to ('GetConfigLimitsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77659190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77659350, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77659450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77659550, convert type='tns:GetConfigLimitsResponseType' to ('GetConfigLimitsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77659710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776598d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776599d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77659ad0, convert type='tns:ConfigLimitData' to ('ConfigLimitData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77659bd0, convert type='tns:UpdateConfigLimitRequestType' to ('UpdateConfigLimitRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77659dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77659f90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765a090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765a190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765a290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77659d90, convert type='tns:UpdateConfigLimitResponseType' to ('UpdateConfigLimitResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7765a550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765a710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765a810, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7765a910, convert type='tns:ConfigLimitData' to ('ConfigLimitData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7765aa10, convert type='tns:DeleteOneConfigLimitRequestType' to ('DeleteOneConfigLimitRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7765abd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765ad90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765ae90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765af90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765b090, convert type='tns:DeleteOneConfigLimitResponseType' to ('DeleteOneConfigLimitResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7765b250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765b410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765b510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7765b610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765b710, convert type='tns:CreatePermissionGroupRequestType' to ('CreatePermissionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7765b8d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765ba90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765bb90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765bc90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765bd90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765bed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7765bfd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762c110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762c210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762c290, convert type='tns:PermissionZone' to ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762c3d0, convert type='tns:CreatePermissionGroupResponseType' to ('CreatePermissionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762c590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762c750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762c850, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762c950, convert type='tns:PermissionGroupData' to ('PermissionGroupData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762ca50, convert type='tns:GetOnePermissionGroupRequestType' to ('GetOnePermissionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762cc10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762cdd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762ced0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762cfd0, convert type='tns:GetOnePermissionGroupResponseType' to ('GetOnePermissionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762d190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762d350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762d450, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762d550, convert type='tns:PermissionGroupData' to ('PermissionGroupData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762d650, convert type='tns:GetPermissionGroupsRequestType' to ('GetPermissionGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762d810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762d9d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762dad0, convert type='tns:GetPermissionGroupsResponseType' to ('GetPermissionGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762dc90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762de50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762df50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762e050, convert type='tns:PermissionGroupData' to ('PermissionGroupData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762e150, convert type='tns:DeleteOnePermissionGroupRequestType' to ('DeleteOnePermissionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762e310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762e4d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762e5d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762e6d0, convert type='tns:DeleteOnePermissionGroupResponseType' to ('DeleteOnePermissionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762e890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762ea50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762eb50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762ec50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762ed50, convert type='tns:UpdatePermissionGroupRequestType' to ('UpdatePermissionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762ef10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762f0d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762f1d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762f2d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762f3d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762f510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762f610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762f710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762f810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762f890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762f9d0, convert type='tns:PermissionZone' to ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762fad0, convert type='tns:UpdatePermissionGroupResponseType' to ('UpdatePermissionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7762fc90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762fe50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7762ff50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768c090, convert type='tns:PermissionGroupData' to ('PermissionGroupData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768c190, convert type='tns:GetCustomerPermissionsRequestType' to ('GetCustomerPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768c350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768c510, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768c610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768c710, convert type='tns:GetCustomerPermissionsResponseType' to ('GetCustomerPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768c8d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768ca90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768cb90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768cc90, convert type='tns:PermissionResponse' to ('PermissionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768cd90, convert type='tns:GetUserPermissionsRequestType' to ('GetUserPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768cf50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768d110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768d210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768d310, convert type='tns:GetUserPermissionsResponseType' to ('GetUserPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768d4d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768d690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768d790, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768d890, convert type='tns:PermissionResponse' to ('PermissionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768d990, convert type='tns:CheckPermissionsRequestType' to ('CheckPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768db50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768dd10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768de10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768df10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768e010, convert type='tns:CheckPermissionsResponseType' to ('CheckPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768e1d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768e390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768e490, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768e590, convert type='tns:PermissionResponse' to ('PermissionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768e690, convert type='tns:AddPermissionGroupUsersRequestType' to ('AddPermissionGroupUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768e850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768ea10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768eb10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768ec10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768ed10, convert type='tns:AddPermissionGroupUsersResponseType' to ('AddPermissionGroupUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768eed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768f090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768f190, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768f290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768f390, convert type='tns:SetPermissionGroupUsersRequestType' to ('SetPermissionGroupUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768f550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768f710, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768f810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768f910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768fa10, convert type='tns:SetPermissionGroupUsersResponseType' to ('SetPermissionGroupUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768fbd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768fd90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7768fe90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7768ff90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776700d0, convert type='tns:RemovePermissionGroupUsersRequestType' to ('RemovePermissionGroupUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77670290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77670450, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77670550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77670650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77670750, convert type='tns:RemovePermissionGroupUsersResponseType' to ('RemovePermissionGroupUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77670910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77670ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77670bd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77670cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77670dd0, convert type='tns:AddPermissionGroupSubgroupsRequestType' to ('AddPermissionGroupSubgroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77670f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77671150, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77671250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77671350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77671450, convert type='tns:AddPermissionGroupSubgroupsResponseType' to ('AddPermissionGroupSubgroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77671610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776717d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776718d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776719d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77671ad0, convert type='tns:SetPermissionGroupSubgroupsRequestType' to ('SetPermissionGroupSubgroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77671c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77671e50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77671f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77672050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77672150, convert type='tns:SetPermissionGroupSubgroupsResponseType' to ('SetPermissionGroupSubgroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77672310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776724d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776725d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776726d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776727d0, convert type='tns:RemovePermissionGroupSubgroupsRequestType' to ('RemovePermissionGroupSubgroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77672990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77672b50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77672c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77672d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77672e50, convert type='tns:RemovePermissionGroupSubgroupsResponseType' to ('RemovePermissionGroupSubgroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77673010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776731d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776732d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776733d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776734d0, convert type='tns:AddPermissionGroupPermissionsRequestType' to ('AddPermissionGroupPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77673690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77673850, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77673950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77673a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77673b50, convert type='tns:AddPermissionGroupPermissionsResponseType' to ('AddPermissionGroupPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77673d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77673ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77673fd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77604110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77604210, convert type='tns:SetPermissionGroupPermissionsRequestType' to ('SetPermissionGroupPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776043d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77604590, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77604690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77604790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77604890, convert type='tns:SetPermissionGroupPermissionsResponseType' to ('SetPermissionGroupPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77604a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77604c10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77604d10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77604e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77604f10, convert type='tns:RemovePermissionGroupPermissionsRequestType' to ('RemovePermissionGroupPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776050d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77605290, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77605390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77605490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77605590, convert type='tns:RemovePermissionGroupPermissionsResponseType' to ('RemovePermissionGroupPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77605750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77605910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77605a10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77605b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77605c10, convert type='tns:AddPermissionGroupZonesRequestType' to ('AddPermissionGroupZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77605dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77605f90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77606090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77606190, convert type='tns:PermissionZone' to ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77606290, convert type='tns:AddPermissionGroupZonesResponseType' to ('AddPermissionGroupZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77606450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77606610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77606710, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77606810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77606910, convert type='tns:SetPermissionGroupZonesRequestType' to ('SetPermissionGroupZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77606ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77606c90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77606d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77606e90, convert type='tns:PermissionZone' to ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77606f90, convert type='tns:SetPermissionGroupZonesResponseType' to ('SetPermissionGroupZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77607150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77607310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77607410, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77607510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77607610, convert type='tns:RemovePermissionGroupZonesRequestType' to ('RemovePermissionGroupZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776077d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77607990, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77607a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77607b90, convert type='tns:PermissionZone' to ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77607c90, convert type='tns:RemovePermissionGroupZonesResponseType' to ('RemovePermissionGroupZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77607e50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77634050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77634150, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77634250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77634350, convert type='tns:AddUserGroupsRequestType' to ('AddUserGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77634510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776346d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776347d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776348d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776349d0, convert type='tns:AddUserGroupsResponseType' to ('AddUserGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77634b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77634d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77634e50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77634f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77635050, convert type='tns:SetUserGroupsRequestType' to ('SetUserGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77635210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776353d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776354d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776355d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776356d0, convert type='tns:SetUserGroupsResponseType' to ('SetUserGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77635890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77635a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77635b50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77635c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77635d50, convert type='tns:RemoveUserGroupsRequestType' to ('RemoveUserGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77635f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776360d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776361d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776362d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e776363d0, convert type='tns:RemoveUserGroupsResponseType' to ('RemoveUserGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77636590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77636750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77636850, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77636950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77636a50, convert type='tns:AddUserZonesRequestType' to ('AddUserZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77636c10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77636dd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77636ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77636fd0, convert type='tns:PermissionZone' to ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776370d0, convert type='tns:AddUserZonesResponseType' to ('AddUserZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77637290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77637450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77637550, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77637650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77637750, convert type='tns:SetUserZonesRequestType' to ('SetUserZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77637910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77637ad0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77637bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77637cd0, convert type='tns:PermissionZone' to ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77637dd0, convert type='tns:SetUserZonesResponseType' to ('SetUserZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77637f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77680190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77680290, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77680390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77680490, convert type='tns:RemoveUserZonesRequestType' to ('RemoveUserZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77680650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77680810, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77680910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77680a10, convert type='tns:PermissionZone' to ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77680b10, convert type='tns:RemoveUserZonesResponseType' to ('RemoveUserZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77680cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77680e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77680f90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77681090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77681190, convert type='tns:AddUserPermissionsRequestType' to ('AddUserPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77681350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77681510, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77681610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77681710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77681810, convert type='tns:AddUserPermissionsResponseType' to ('AddUserPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776819d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77681b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77681c90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77681d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77681e90, convert type='tns:SetUserPermissionsRequestType' to ('SetUserPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77682050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77682210, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77682310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77682410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77682510, convert type='tns:SetUserPermissionsResponseType' to ('SetUserPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776826d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77682890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77682990, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77682a90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77682b90, convert type='tns:RemoveUserPermissionsRequestType' to ('RemoveUserPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77682d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77682f10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77683010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77683110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77683210, convert type='tns:RemoveUserPermissionsResponseType' to ('RemoveUserPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e776833d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77683590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77683690, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77683790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77683890, convert type='tns:AddUserForbidsRequestType' to ('AddUserForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77683a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77683c10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77683d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77683e10, convert type='tns:PermissionData' to ('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77683f10, convert type='tns:AddUserForbidsResponseType' to ('AddUserForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74444110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744442d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744443d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744444d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744445d0, convert type='tns:SetUserForbidsRequestType' to ('SetUserForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74444790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74444950, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74444a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74444b50, convert type='tns:PermissionData' to ('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74444c50, convert type='tns:SetUserForbidsResponseType' to ('SetUserForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74444e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74444fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744450d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744451d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744452d0, convert type='tns:RemoveUserForbidsRequestType' to ('RemoveUserForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74445490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74445650, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74445750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74445850, convert type='tns:PermissionData' to ('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74445950, convert type='tns:RemoveUserForbidsResponseType' to ('RemoveUserForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74445b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74445cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74445dd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74445ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74445fd0, convert type='tns:AddCustomerPermissionsRequestType' to ('AddCustomerPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74446190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74446350, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74446450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74446550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74446650, convert type='tns:AddCustomerPermissionsResponseType' to ('AddCustomerPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74446810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744469d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74446ad0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74446bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74446cd0, convert type='tns:SetCustomerPermissionsRequestType' to ('SetCustomerPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74446e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74447050, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74447150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74447250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74447350, convert type='tns:SetCustomerPermissionsResponseType' to ('SetCustomerPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74447510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744476d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744477d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744478d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744479d0, convert type='tns:RemoveCustomerPermissionsRequestType' to ('RemoveCustomerPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74447b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74447d50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74447e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74447f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74474090, convert type='tns:RemoveCustomerPermissionsResponseType' to ('RemoveCustomerPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74474250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74474410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74474510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74474610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74474710, convert type='tns:AddCustomerForbidsRequestType' to ('AddCustomerForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744748d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74474a90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74474b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74474c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74474d90, convert type='tns:AddCustomerForbidsResponseType' to ('AddCustomerForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74474f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74475110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74475210, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74475310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74475410, convert type='tns:SetCustomerForbidsRequestType' to ('SetCustomerForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744755d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74475790, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74475890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74475990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74475a90, convert type='tns:SetCustomerForbidsResponseType' to ('SetCustomerForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74475c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74475e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74475f10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74476010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74476110, convert type='tns:RemoveCustomerForbidsRequestType' to ('RemoveCustomerForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744762d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74476490, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74476590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74476690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74476790, convert type='tns:RemoveCustomerForbidsResponseType' to ('RemoveCustomerForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74476950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74476b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74476c10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74476d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74476e10, convert type='tns:GetHostStatsFlagsRequestType' to ('GetHostStatsFlagsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74476fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74477190, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74477290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74477390, convert type='tns:GetHostStatsFlagsResponseType' to ('GetHostStatsFlagsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74477550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74477710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74477810, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74477910, convert type='tns:HostStatFlagsData' to ('HostStatFlagsData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74477a10, convert type='tns:SetHostStatsFlagsRequestType' to ('SetHostStatsFlagsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74477bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74477d90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74477e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74477f90, convert type='tns:HostStatFlagsData' to ('HostStatFlagsData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e80d0, convert type='tns:SetHostStatsFlagsResponseType' to ('SetHostStatsFlagsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e8290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e8450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e8550, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e8650, convert type='tns:HostStatFlagsData' to ('HostStatFlagsData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e8750, convert type='tns:CreateTSIGKeyRequestType' to ('CreateTSIGKeyRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e8950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e8b10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e8c10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e8d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e8e10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e8f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e9050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e8910, convert type='tns:CreateTSIGKeyResponseType' to ('CreateTSIGKeyResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e92d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e9490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e9590, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e9690, convert type='tns:TSIGKeyData' to ('TSIGKeyData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e9790, convert type='tns:GetOneTSIGKeyRequestType' to ('GetOneTSIGKeyRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e9950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e9b10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e9c10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e9d10, convert type='tns:GetOneTSIGKeyResponseType' to ('GetOneTSIGKeyResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e9ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744ea090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744ea190, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744ea290, convert type='tns:TSIGKeyData' to ('TSIGKeyData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744ea390, convert type='tns:GetTSIGKeysRequestType' to ('GetTSIGKeysRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744ea550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744ea710, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744ea810, convert type='tns:GetTSIGKeysResponseType' to ('GetTSIGKeysResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744ea9d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744eab90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744eac90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744ead90, convert type='tns:TSIGKeyData' to ('TSIGKeyData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744eae90, convert type='tns:UpdateTSIGKeyRequestType' to ('UpdateTSIGKeyRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744eb090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744eb250, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744eb350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744eb450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744eb550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744eb690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744eb790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744eb890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744eb050, convert type='tns:UpdateTSIGKeyResponseType' to ('UpdateTSIGKeyResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744ebb10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744ebcd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744ebdd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744ebed0, convert type='tns:TSIGKeyData' to ('TSIGKeyData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744ebfd0, convert type='tns:DeleteOneTSIGKeyRequestType' to ('DeleteOneTSIGKeyRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744141d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74414390, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74414490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74414590, convert type='tns:DeleteOneTSIGKeyResponseType' to ('DeleteOneTSIGKeyResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74414750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74414910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74414a10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74414b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74414c10, convert type='tns:CreateZoneRequestType' to ('CreateZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74414e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74414fd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744150d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744151d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744152d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74415410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74414dd0, convert type='tns:CreateZoneResponseType' to ('CreateZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74415690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74415850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74415950, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74415a50, convert type='tns:ZoneData' to ('ZoneData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74415b50, convert type='tns:GetOneZoneRequestType' to ('GetOneZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74415d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74415ed0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74415fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744160d0, convert type='tns:GetOneZoneResponseType' to ('GetOneZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74416290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74416450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74416550, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74416650, convert type='tns:ZoneData' to ('ZoneData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74416750, convert type='tns:GetZonesRequestType' to ('GetZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74416910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74416ad0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74416bd0, convert type='tns:GetZonesResponseType' to ('GetZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74416d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74416f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74417050, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74417150, convert type='tns:ZoneData' to ('ZoneData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74417250, convert type='tns:DeleteOneZoneRequestType' to ('DeleteOneZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74417410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744175d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744176d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744177d0, convert type='tns:DeleteOneZoneResponseType' to ('DeleteOneZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74417990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74417b50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74417c50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74417d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74417e50, convert type='tns:CreateSecondaryZoneRequestType' to ('CreateSecondaryZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74418090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74418250, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74418350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74418450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74418550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74418690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74418050, convert type='tns:CreateSecondaryZoneResponseType' to ('CreateSecondaryZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74418910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74418ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74418bd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74418cd0, convert type='tns:SecondaryData' to ('SecondaryData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74418dd0, convert type='tns:UpdateSecondaryRequestType' to ('UpdateSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74418fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74419190, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74419290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74419390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74419490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744195d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74418f90, convert type='tns:UpdateSecondaryResponseType' to ('UpdateSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74419850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74419a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74419b10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74419c10, convert type='tns:SecondaryData' to ('SecondaryData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74419d10, convert type='tns:ActivateSecondaryRequestType' to ('ActivateSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74419ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441a090, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441a190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441a290, convert type='tns:ActivateSecondaryResponseType' to ('ActivateSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7441a450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441a610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441a710, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7441a810, convert type='tns:SecondaryData' to ('SecondaryData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7441a910, convert type='tns:DeactivateSecondaryRequestType' to ('DeactivateSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7441aad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441ac90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441ad90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441ae90, convert type='tns:DeactivateSecondaryResponseType' to ('DeactivateSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7441b050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441b210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441b310, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7441b410, convert type='tns:SecondaryData' to ('SecondaryData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7441b510, convert type='tns:RetransferSecondaryRequestType' to ('RetransferSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7441b6d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441b890, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441b990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441ba90, convert type='tns:RetransferSecondaryResponseType' to ('RetransferSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7441bc50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441be10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7441bf10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447c050, convert type='tns:SecondaryData' to ('SecondaryData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447c150, convert type='tns:GetOneSecondaryRequestType' to ('GetOneSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447c310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447c4d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447c5d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447c6d0, convert type='tns:GetOneSecondaryResponseType' to ('GetOneSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447c890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447ca50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447cb50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447cc50, convert type='tns:SecondaryData' to ('SecondaryData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447cd50, convert type='tns:GetSecondariesRequestType' to ('GetSecondariesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447cf10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447d0d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447d1d0, convert type='tns:GetSecondariesResponseType' to ('GetSecondariesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447d390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447d550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447d650, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447d750, convert type='tns:SecondaryData' to ('SecondaryData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447d850, convert type='tns:GetZoneApexRequestType' to ('GetZoneApexRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447da10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447dbd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447dcd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447ddd0, convert type='tns:GetZoneApexResponseType' to ('GetZoneApexResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447df90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447e150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447e250, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447e350, convert type='tns:ZoneData' to ('ZoneData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447e450, convert type='tns:CreateARecordRequestType' to ('CreateARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447e650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447e810, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447e910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447ea10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447eb10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447ec50, convert type='tns:RDataA' to ('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447e610, convert type='tns:CreateARecordResponseType' to ('CreateARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447eed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447f090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447f190, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447f290, convert type='tns:ARecordData' to ('ARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447f390, convert type='tns:GetOneARecordRequestType' to ('GetOneARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447f590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447f750, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447f850, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447f950, convert type='tns:RDataA' to ('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447fa50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447fb90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447f550, convert type='tns:GetOneARecordResponseType' to ('GetOneARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7447fe10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7447ffd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445c110, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445c210, convert type='tns:ARecordData' to ('ARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445c310, convert type='tns:GetARecordsRequestType' to ('GetARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445c4d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445c690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445c790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445c890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445c990, convert type='tns:GetARecordsResponseType' to ('GetARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445cb50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445cd10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445ce10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445cf10, convert type='tns:ARecordData' to ('ARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445d010, convert type='tns:UpdateARecordRequestType' to ('UpdateARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445d210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445d3d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445d4d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445d5d0, convert type='tns:RDataA' to ('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445d6d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445d810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445d910, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445d1d0, convert type='tns:UpdateARecordResponseType' to ('UpdateARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445db90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445dd50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445de50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445df50, convert type='tns:ARecordData' to ('ARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445e050, convert type='tns:DeleteARecordsRequestType' to ('DeleteARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445e210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445e3d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445e4d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445e5d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445e6d0, convert type='tns:DeleteARecordsResponseType' to ('DeleteARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445e890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445ea50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445eb50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445ec50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445ed50, convert type='tns:DeleteOneARecordRequestType' to ('DeleteOneARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445ef50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445f110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445f210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445f310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445f410, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445f550, convert type='tns:RDataA' to ('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445ef10, convert type='tns:DeleteOneARecordResponseType' to ('DeleteOneARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445f7d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445f990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445fa90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445fb90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445fc90, convert type='tns:CreateAAAARecordRequestType' to ('CreateAAAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445fe90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74434090, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74434190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74434290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74434390, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744344d0, convert type='tns:RDataAAAA' to ('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445fe50, convert type='tns:CreateAAAARecordResponseType' to ('CreateAAAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74434750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74434910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74434a10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74434b10, convert type='tns:AAAARecordData' to ('AAAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74434c10, convert type='tns:GetOneAAAARecordRequestType' to ('GetOneAAAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74434e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74434fd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744350d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744351d0, convert type='tns:RDataAAAA' to ('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744352d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74435410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74434dd0, convert type='tns:GetOneAAAARecordResponseType' to ('GetOneAAAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74435690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74435850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74435950, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74435a50, convert type='tns:AAAARecordData' to ('AAAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74435b50, convert type='tns:GetAAAARecordsRequestType' to ('GetAAAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74435d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74435ed0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74435fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744360d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744361d0, convert type='tns:GetAAAARecordsResponseType' to ('GetAAAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74436390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74436550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74436650, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74436750, convert type='tns:AAAARecordData' to ('AAAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74436850, convert type='tns:UpdateAAAARecordRequestType' to ('UpdateAAAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74436a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74436c10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74436d10, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74436e10, convert type='tns:RDataAAAA' to ('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74436f10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74437050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74437150, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74436a10, convert type='tns:UpdateAAAARecordResponseType' to ('UpdateAAAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744373d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74437590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74437690, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74437790, convert type='tns:AAAARecordData' to ('AAAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74437890, convert type='tns:DeleteAAAARecordsRequestType' to ('DeleteAAAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74437a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74437c10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74437d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74437e10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74437f10, convert type='tns:DeleteAAAARecordsResponseType' to ('DeleteAAAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74458110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744582d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744583d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744584d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744585d0, convert type='tns:DeleteOneAAAARecordRequestType' to ('DeleteOneAAAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744587d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74458990, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74458a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74458b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74458c90, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74458dd0, convert type='tns:RDataAAAA' to ('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74458790, convert type='tns:DeleteOneAAAARecordResponseType' to ('DeleteOneAAAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74459050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74459210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74459310, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74459410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74459510, convert type='tns:CreateALIASRecordRequestType' to ('CreateALIASRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74459710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744598d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744599d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74459ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74459bd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74459d10, convert type='tns:RDataALIAS' to ('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744596d0, convert type='tns:CreateALIASRecordResponseType' to ('CreateALIASRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74459f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445a150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445a250, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445a350, convert type='tns:ALIASRecordData' to ('ALIASRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445a450, convert type='tns:GetOneALIASRecordRequestType' to ('GetOneALIASRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445a650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445a810, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445a910, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445aa10, convert type='tns:RDataALIAS' to ('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445ab10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445ac50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445a610, convert type='tns:GetOneALIASRecordResponseType' to ('GetOneALIASRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445aed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445b090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445b190, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445b290, convert type='tns:ALIASRecordData' to ('ALIASRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445b390, convert type='tns:GetALIASRecordsRequestType' to ('GetALIASRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445b550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445b710, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445b810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445b910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445ba10, convert type='tns:GetALIASRecordsResponseType' to ('GetALIASRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445bbd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445bd90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7445be90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7445bf90, convert type='tns:ALIASRecordData' to ('ALIASRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744500d0, convert type='tns:UpdateALIASRecordRequestType' to ('UpdateALIASRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744502d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74450490, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74450590, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74450690, convert type='tns:RDataALIAS' to ('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74450790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744508d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744509d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74450290, convert type='tns:UpdateALIASRecordResponseType' to ('UpdateALIASRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74450c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74450e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74450f10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74451010, convert type='tns:ALIASRecordData' to ('ALIASRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74451110, convert type='tns:DeleteALIASRecordsRequestType' to ('DeleteALIASRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744512d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74451490, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74451590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74451690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74451790, convert type='tns:DeleteALIASRecordsResponseType' to ('DeleteALIASRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74451950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74451b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74451c10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74451d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74451e10, convert type='tns:DeleteOneALIASRecordRequestType' to ('DeleteOneALIASRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74452010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744521d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744522d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744523d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744524d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74452610, convert type='tns:RDataALIAS' to ('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74451fd0, convert type='tns:DeleteOneALIASRecordResponseType' to ('DeleteOneALIASRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74452890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74452a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74452b50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74452c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74452d50, convert type='tns:CreateCAARecordRequestType' to ('CreateCAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74452f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74453110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74453210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74453310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74453410, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74453550, convert type='tns:RDataCAA' to ('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74452f10, convert type='tns:CreateCAARecordResponseType' to ('CreateCAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744537d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74453990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74453a90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74453b90, convert type='tns:CAARecordData' to ('CAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74453c90, convert type='tns:GetOneCAARecordRequestType' to ('GetOneCAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74453e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c8090, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c8190, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c8290, convert type='tns:RDataCAA' to ('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744c8390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c84d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74453e50, convert type='tns:GetOneCAARecordResponseType' to ('GetOneCAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744c8750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c8910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c8a10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744c8b10, convert type='tns:CAARecordData' to ('CAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744c8c10, convert type='tns:GetCAARecordsRequestType' to ('GetCAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744c8dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c8f90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c9090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c9190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c9290, convert type='tns:GetCAARecordsResponseType' to ('GetCAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744c9450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c9610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c9710, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744c9810, convert type='tns:CAARecordData' to ('CAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744c9910, convert type='tns:UpdateCAARecordRequestType' to ('UpdateCAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744c9b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c9cd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c9dd0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c9ed0, convert type='tns:RDataCAA' to ('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744c9fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744ca110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744ca210, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744c9ad0, convert type='tns:UpdateCAARecordResponseType' to ('UpdateCAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744ca490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744ca650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744ca750, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744ca850, convert type='tns:CAARecordData' to ('CAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744ca950, convert type='tns:DeleteCAARecordsRequestType' to ('DeleteCAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744cab10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744cacd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744cadd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744caed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744cafd0, convert type='tns:DeleteCAARecordsResponseType' to ('DeleteCAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744cb190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744cb350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744cb450, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744cb550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744cb650, convert type='tns:DeleteOneCAARecordRequestType' to ('DeleteOneCAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744cb850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744cba10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744cbb10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744cbc10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744cbd10, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744cbe50, convert type='tns:RDataCAA' to ('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744cb810, convert type='tns:DeleteOneCAARecordResponseType' to ('DeleteOneCAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744d8110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d82d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d83d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744d84d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d85d0, convert type='tns:CreateCDNSKEYRecordRequestType' to ('CreateCDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744d87d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d8990, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d8a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d8b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d8c90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d8dd0, convert type='tns:RDataCDNSKEY' to ('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744d8790, convert type='tns:CreateCDNSKEYRecordResponseType' to ('CreateCDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744d9050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d9210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d9310, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744d9410, convert type='tns:CDNSKEYRecordData' to ('CDNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744d9510, convert type='tns:GetOneCDNSKEYRecordRequestType' to ('GetOneCDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744d9710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d98d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d99d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d9ad0, convert type='tns:RDataCDNSKEY' to ('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744d9bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d9d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744d96d0, convert type='tns:GetOneCDNSKEYRecordResponseType' to ('GetOneCDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744d9f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744da150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744da250, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744da350, convert type='tns:CDNSKEYRecordData' to ('CDNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744da450, convert type='tns:GetCDNSKEYRecordsRequestType' to ('GetCDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744da610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744da7d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744da8d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744da9d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744daad0, convert type='tns:GetCDNSKEYRecordsResponseType' to ('GetCDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744dac90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744dae50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744daf50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744db050, convert type='tns:CDNSKEYRecordData' to ('CDNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744db150, convert type='tns:UpdateCDNSKEYRecordRequestType' to ('UpdateCDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744db350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744db510, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744db610, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744db710, convert type='tns:RDataCDNSKEY' to ('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744db810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744db950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744dba50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744db310, convert type='tns:UpdateCDNSKEYRecordResponseType' to ('UpdateCDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744dbcd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744dbe90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744dbf90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a40d0, convert type='tns:CDNSKEYRecordData' to ('CDNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a41d0, convert type='tns:DeleteCDNSKEYRecordsRequestType' to ('DeleteCDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a4390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a4550, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a4650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a4750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a4850, convert type='tns:DeleteCDNSKEYRecordsResponseType' to ('DeleteCDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a4a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a4bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a4cd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a4dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a4ed0, convert type='tns:DeleteOneCDNSKEYRecordRequestType' to ('DeleteOneCDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a50d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a5290, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a5390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a5490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a5590, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a56d0, convert type='tns:RDataCDNSKEY' to ('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a5090, convert type='tns:DeleteOneCDNSKEYRecordResponseType' to ('DeleteOneCDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a5950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a5b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a5c10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a5d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a5e10, convert type='tns:CreateCDSRecordRequestType' to ('CreateCDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a6010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a61d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a62d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a63d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a64d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a6610, convert type='tns:RDataCDS' to ('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a5fd0, convert type='tns:CreateCDSRecordResponseType' to ('CreateCDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a6890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a6a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a6b50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a6c50, convert type='tns:CDSRecordData' to ('CDSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a6d50, convert type='tns:GetOneCDSRecordRequestType' to ('GetOneCDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a6f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a7110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a7210, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a7310, convert type='tns:RDataCDS' to ('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a7410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a7550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a6f10, convert type='tns:GetOneCDSRecordResponseType' to ('GetOneCDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a77d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a7990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744a7a90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a7b90, convert type='tns:CDSRecordData' to ('CDSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a7c90, convert type='tns:GetCDSRecordsRequestType' to ('GetCDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744a7e50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f0050, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f0150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f0250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f0350, convert type='tns:GetCDSRecordsResponseType' to ('GetCDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f0510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f06d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f07d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f08d0, convert type='tns:CDSRecordData' to ('CDSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f09d0, convert type='tns:UpdateCDSRecordRequestType' to ('UpdateCDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f0bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f0d90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f0e90, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f0f90, convert type='tns:RDataCDS' to ('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f1090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f11d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f12d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f0b90, convert type='tns:UpdateCDSRecordResponseType' to ('UpdateCDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f1550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f1710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f1810, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f1910, convert type='tns:CDSRecordData' to ('CDSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f1a10, convert type='tns:DeleteCDSRecordsRequestType' to ('DeleteCDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f1bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f1d90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f1e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f1f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f2090, convert type='tns:DeleteCDSRecordsResponseType' to ('DeleteCDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f2250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f2410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f2510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f2610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f2710, convert type='tns:DeleteOneCDSRecordRequestType' to ('DeleteOneCDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f2910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f2ad0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f2bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f2cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f2dd0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f2f10, convert type='tns:RDataCDS' to ('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f28d0, convert type='tns:DeleteOneCDSRecordResponseType' to ('DeleteOneCDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f3190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f3350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f3450, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f3550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f3650, convert type='tns:CreateCERTRecordRequestType' to ('CreateCERTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f3850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f3a10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f3b10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f3c10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f3d10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744f3e50, convert type='tns:RDataCERT' to ('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744f3810, convert type='tns:CreateCERTRecordResponseType' to ('CreateCERTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e0110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e02d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e03d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e04d0, convert type='tns:CERTRecordData' to ('CERTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e05d0, convert type='tns:GetOneCERTRecordRequestType' to ('GetOneCERTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e07d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e0990, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e0a90, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e0b90, convert type='tns:RDataCERT' to ('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e0c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e0dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e0790, convert type='tns:GetOneCERTRecordResponseType' to ('GetOneCERTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e1050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e1210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e1310, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e1410, convert type='tns:CERTRecordData' to ('CERTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e1510, convert type='tns:GetCERTRecordsRequestType' to ('GetCERTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e16d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e1890, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e1990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e1a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e1b90, convert type='tns:GetCERTRecordsResponseType' to ('GetCERTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e1d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e1f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e2010, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e2110, convert type='tns:CERTRecordData' to ('CERTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e2210, convert type='tns:UpdateCERTRecordRequestType' to ('UpdateCERTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e2410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e25d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e26d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e27d0, convert type='tns:RDataCERT' to ('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e28d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e2a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e2b10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e23d0, convert type='tns:UpdateCERTRecordResponseType' to ('UpdateCERTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e2d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e2f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e3050, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e3150, convert type='tns:CERTRecordData' to ('CERTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e3250, convert type='tns:DeleteCERTRecordsRequestType' to ('DeleteCERTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e3410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e35d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e36d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e37d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e38d0, convert type='tns:DeleteCERTRecordsResponseType' to ('DeleteCERTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e3a90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e3c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e3d50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e744e3e50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e744e3f50, convert type='tns:DeleteOneCERTRecordRequestType' to ('DeleteOneCERTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77404190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77404350, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77404450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77404550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77404650, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77404790, convert type='tns:RDataCERT' to ('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77404150, convert type='tns:DeleteOneCERTRecordResponseType' to ('DeleteOneCERTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77404a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77404bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77404cd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77404dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77404ed0, convert type='tns:CreateCNAMERecordRequestType' to ('CreateCNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774050d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77405290, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77405390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77405490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77405590, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774056d0, convert type='tns:RDataCNAME' to ('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77405090, convert type='tns:CreateCNAMERecordResponseType' to ('CreateCNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77405950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77405b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77405c10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77405d10, convert type='tns:CNAMERecordData' to ('CNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77405e10, convert type='tns:GetOneCNAMERecordRequestType' to ('GetOneCNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77406010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774061d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774062d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774063d0, convert type='tns:RDataCNAME' to ('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774064d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77406610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77405fd0, convert type='tns:GetOneCNAMERecordResponseType' to ('GetOneCNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77406890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77406a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77406b50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77406c50, convert type='tns:CNAMERecordData' to ('CNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77406d50, convert type='tns:GetCNAMERecordsRequestType' to ('GetCNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77406f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774070d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774071d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774072d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774073d0, convert type='tns:GetCNAMERecordsResponseType' to ('GetCNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77407590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77407750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77407850, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77407950, convert type='tns:CNAMERecordData' to ('CNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77407a50, convert type='tns:UpdateCNAMERecordRequestType' to ('UpdateCNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77407c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77407e10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77407f10, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77410050, convert type='tns:RDataCNAME' to ('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77410150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77410290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77410390, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77407c10, convert type='tns:UpdateCNAMERecordResponseType' to ('UpdateCNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77410610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774107d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774108d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774109d0, convert type='tns:CNAMERecordData' to ('CNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77410ad0, convert type='tns:DeleteCNAMERecordsRequestType' to ('DeleteCNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77410c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77410e50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77410f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77411050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77411150, convert type='tns:DeleteCNAMERecordsResponseType' to ('DeleteCNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77411310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774114d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774115d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774116d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774117d0, convert type='tns:DeleteOneCNAMERecordRequestType' to ('DeleteOneCNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774119d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77411b90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77411c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77411d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77411e90, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77411fd0, convert type='tns:RDataCNAME' to ('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77411990, convert type='tns:DeleteOneCNAMERecordResponseType' to ('DeleteOneCNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77412250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77412410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77412510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77412610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77412710, convert type='tns:CreateCSYNCRecordRequestType' to ('CreateCSYNCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77412910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77412ad0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77412bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77412cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77412dd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77412f10, convert type='tns:RDataCSYNC' to ('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774128d0, convert type='tns:CreateCSYNCRecordResponseType' to ('CreateCSYNCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77413190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77413350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77413450, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77413550, convert type='tns:CSYNCRecordData' to ('CSYNCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77413650, convert type='tns:GetOneCSYNCRecordRequestType' to ('GetOneCSYNCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77413850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77413a10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77413b10, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77413c10, convert type='tns:RDataCSYNC' to ('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77413d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77413e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77413810, convert type='tns:GetOneCSYNCRecordResponseType' to ('GetOneCSYNCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ec110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ec2d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ec3d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ec4d0, convert type='tns:CSYNCRecordData' to ('CSYNCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ec5d0, convert type='tns:GetCSYNCRecordsRequestType' to ('GetCSYNCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ec790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ec950, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774eca50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ecb50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ecc50, convert type='tns:GetCSYNCRecordsResponseType' to ('GetCSYNCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ece10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ecfd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ed0d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ed1d0, convert type='tns:CSYNCRecordData' to ('CSYNCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ed2d0, convert type='tns:UpdateCSYNCRecordRequestType' to ('UpdateCSYNCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ed4d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ed690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ed790, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ed890, convert type='tns:RDataCSYNC' to ('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ed990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774edad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774edbd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ed490, convert type='tns:UpdateCSYNCRecordResponseType' to ('UpdateCSYNCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ede50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ee010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ee110, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ee210, convert type='tns:CSYNCRecordData' to ('CSYNCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ee310, convert type='tns:DeleteCSYNCRecordsRequestType' to ('DeleteCSYNCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ee4d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ee690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ee790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ee890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ee990, convert type='tns:DeleteCSYNCRecordsResponseType' to ('DeleteCSYNCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774eeb50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774eed10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774eee10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774eef10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ef010, convert type='tns:DeleteOneCSYNCRecordRequestType' to ('DeleteOneCSYNCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ef210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ef3d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ef4d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ef5d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ef6d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ef810, convert type='tns:RDataCSYNC' to ('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ef1d0, convert type='tns:DeleteOneCSYNCRecordResponseType' to ('DeleteOneCSYNCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774efa90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774efc50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774efd50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774efe50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774eff50, convert type='tns:CreateDHCIDRecordRequestType' to ('CreateDHCIDRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743c190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743c350, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743c450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743c550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743c650, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743c790, convert type='tns:RDataDHCID' to ('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743c150, convert type='tns:CreateDHCIDRecordResponseType' to ('CreateDHCIDRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743ca10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743cbd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743ccd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743cdd0, convert type='tns:DHCIDRecordData' to ('DHCIDRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743ced0, convert type='tns:GetOneDHCIDRecordRequestType' to ('GetOneDHCIDRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743d0d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743d290, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743d390, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743d490, convert type='tns:RDataDHCID' to ('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743d590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743d6d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743d090, convert type='tns:GetOneDHCIDRecordResponseType' to ('GetOneDHCIDRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743d950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743db10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743dc10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743dd10, convert type='tns:DHCIDRecordData' to ('DHCIDRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743de10, convert type='tns:GetDHCIDRecordsRequestType' to ('GetDHCIDRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743dfd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743e190, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743e290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743e390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743e490, convert type='tns:GetDHCIDRecordsResponseType' to ('GetDHCIDRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743e650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743e810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743e910, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743ea10, convert type='tns:DHCIDRecordData' to ('DHCIDRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743eb10, convert type='tns:UpdateDHCIDRecordRequestType' to ('UpdateDHCIDRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743ed10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743eed0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743efd0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743f0d0, convert type='tns:RDataDHCID' to ('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743f1d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743f310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743f410, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743ecd0, convert type='tns:UpdateDHCIDRecordResponseType' to ('UpdateDHCIDRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743f690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743f850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743f950, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743fa50, convert type='tns:DHCIDRecordData' to ('DHCIDRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743fb50, convert type='tns:DeleteDHCIDRecordsRequestType' to ('DeleteDHCIDRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7743fd10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743fed0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7743ffd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742c110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742c210, convert type='tns:DeleteDHCIDRecordsResponseType' to ('DeleteDHCIDRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742c3d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742c590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742c690, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742c790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742c890, convert type='tns:DeleteOneDHCIDRecordRequestType' to ('DeleteOneDHCIDRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742ca90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742cc50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742cd50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742ce50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742cf50, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742d090, convert type='tns:RDataDHCID' to ('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742ca50, convert type='tns:DeleteOneDHCIDRecordResponseType' to ('DeleteOneDHCIDRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742d310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742d4d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742d5d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742d6d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742d7d0, convert type='tns:CreateDNAMERecordRequestType' to ('CreateDNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742d9d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742db90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742dc90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742dd90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742de90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742dfd0, convert type='tns:RDataDNAME' to ('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742d990, convert type='tns:CreateDNAMERecordResponseType' to ('CreateDNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742e250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742e410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742e510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742e610, convert type='tns:DNAMERecordData' to ('DNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742e710, convert type='tns:GetOneDNAMERecordRequestType' to ('GetOneDNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742e910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742ead0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742ebd0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742ecd0, convert type='tns:RDataDNAME' to ('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742edd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742ef10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742e8d0, convert type='tns:GetOneDNAMERecordResponseType' to ('GetOneDNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742f190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742f350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742f450, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742f550, convert type='tns:DNAMERecordData' to ('DNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742f650, convert type='tns:GetDNAMERecordsRequestType' to ('GetDNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742f810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742f9d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742fad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742fbd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7742fcd0, convert type='tns:GetDNAMERecordsResponseType' to ('GetDNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7742fe90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f8090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f8190, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774f8290, convert type='tns:DNAMERecordData' to ('DNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774f8390, convert type='tns:UpdateDNAMERecordRequestType' to ('UpdateDNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774f8590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f8750, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f8850, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f8950, convert type='tns:RDataDNAME' to ('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774f8a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f8b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f8c90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f8550, convert type='tns:UpdateDNAMERecordResponseType' to ('UpdateDNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774f8f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f90d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f91d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774f92d0, convert type='tns:DNAMERecordData' to ('DNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774f93d0, convert type='tns:DeleteDNAMERecordsRequestType' to ('DeleteDNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774f9590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f9750, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f9850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f9950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f9a50, convert type='tns:DeleteDNAMERecordsResponseType' to ('DeleteDNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774f9c10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f9dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774f9ed0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774f9fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fa0d0, convert type='tns:DeleteOneDNAMERecordRequestType' to ('DeleteOneDNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774fa2d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fa490, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fa590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fa690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fa790, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fa8d0, convert type='tns:RDataDNAME' to ('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774fa290, convert type='tns:DeleteOneDNAMERecordResponseType' to ('DeleteOneDNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774fab50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fad10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fae10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774faf10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fb010, convert type='tns:CreateDNSKEYRecordRequestType' to ('CreateDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774fb210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fb3d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fb4d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fb5d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fb6d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fb810, convert type='tns:RDataDNSKEY' to ('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774fb1d0, convert type='tns:CreateDNSKEYRecordResponseType' to ('CreateDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774fba90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fbc50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774fbd50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774fbe50, convert type='tns:DNSKEYRecordData' to ('DNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774fbf50, convert type='tns:GetOneDNSKEYRecordRequestType' to ('GetOneDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77448190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77448350, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77448450, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77448550, convert type='tns:RDataDNSKEY' to ('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77448650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77448790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77448150, convert type='tns:GetOneDNSKEYRecordResponseType' to ('GetOneDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77448a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77448bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77448cd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77448dd0, convert type='tns:DNSKEYRecordData' to ('DNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77448ed0, convert type='tns:GetDNSKEYRecordsRequestType' to ('GetDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77449090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77449250, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77449350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77449450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77449550, convert type='tns:GetDNSKEYRecordsResponseType' to ('GetDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77449710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774498d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774499d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77449ad0, convert type='tns:DNSKEYRecordData' to ('DNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77449bd0, convert type='tns:UpdateDNSKEYRecordRequestType' to ('UpdateDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77449dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77449f90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744a090, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744a190, convert type='tns:RDataDNSKEY' to ('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7744a290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744a3d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744a4d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77449d90, convert type='tns:UpdateDNSKEYRecordResponseType' to ('UpdateDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7744a750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744a910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744aa10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7744ab10, convert type='tns:DNSKEYRecordData' to ('DNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7744ac10, convert type='tns:DeleteDNSKEYRecordsRequestType' to ('DeleteDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7744add0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744af90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744b090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744b190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744b290, convert type='tns:DeleteDNSKEYRecordsResponseType' to ('DeleteDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7744b450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744b610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744b710, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7744b810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744b910, convert type='tns:DeleteOneDNSKEYRecordRequestType' to ('DeleteOneDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7744bb10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744bcd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744bdd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744bed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7744bfd0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c8150, convert type='tns:RDataDNSKEY' to ('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7744bad0, convert type='tns:DeleteOneDNSKEYRecordResponseType' to ('DeleteOneDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774c83d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c8590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c8690, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774c8790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c8890, convert type='tns:CreateDSRecordRequestType' to ('CreateDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774c8a90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c8c50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c8d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c8e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c8f50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c9090, convert type='tns:RDataDS' to ('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774c8a50, convert type='tns:CreateDSRecordResponseType' to ('CreateDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774c9310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c94d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c95d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774c96d0, convert type='tns:DSRecordData' to ('DSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774c97d0, convert type='tns:GetOneDSRecordRequestType' to ('GetOneDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774c99d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c9b90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c9c90, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c9d90, convert type='tns:RDataDS' to ('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774c9e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c9fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774c9990, convert type='tns:GetOneDSRecordResponseType' to ('GetOneDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ca250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ca410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ca510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ca610, convert type='tns:DSRecordData' to ('DSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ca710, convert type='tns:GetDSRecordsRequestType' to ('GetDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ca8d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774caa90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774cab90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774cac90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774cad90, convert type='tns:GetDSRecordsResponseType' to ('GetDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774caf50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774cb110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774cb210, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774cb310, convert type='tns:DSRecordData' to ('DSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774cb410, convert type='tns:UpdateDSRecordRequestType' to ('UpdateDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774cb610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774cb7d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774cb8d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774cb9d0, convert type='tns:RDataDS' to ('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774cbad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774cbc10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774cbd10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774cb5d0, convert type='tns:UpdateDSRecordResponseType' to ('UpdateDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774cbf90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a8190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a8290, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774a8390, convert type='tns:DSRecordData' to ('DSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774a8490, convert type='tns:DeleteDSRecordsRequestType' to ('DeleteDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774a8650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a8810, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a8910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a8a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a8b10, convert type='tns:DeleteDSRecordsResponseType' to ('DeleteDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774a8cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a8e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a8f90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774a9090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a9190, convert type='tns:DeleteOneDSRecordRequestType' to ('DeleteOneDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774a9390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a9550, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a9650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a9750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a9850, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a9990, convert type='tns:RDataDS' to ('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774a9350, convert type='tns:DeleteOneDSRecordResponseType' to ('DeleteOneDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774a9c10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a9dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774a9ed0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774a9fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774aa0d0, convert type='tns:CreateIPSECKEYRecordRequestType' to ('CreateIPSECKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774aa2d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774aa490, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774aa590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774aa690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774aa790, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774aa8d0, convert type='tns:RDataIPSECKEY' to ('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774aa290, convert type='tns:CreateIPSECKEYRecordResponseType' to ('CreateIPSECKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774aab50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774aad10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774aae10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774aaf10, convert type='tns:IPSECKEYRecordData' to ('IPSECKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ab010, convert type='tns:GetOneIPSECKEYRecordRequestType' to ('GetOneIPSECKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ab210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ab3d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ab4d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ab5d0, convert type='tns:RDataIPSECKEY' to ('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ab6d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ab810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ab1d0, convert type='tns:GetOneIPSECKEYRecordResponseType' to ('GetOneIPSECKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774aba90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774abc50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774abd50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774abe50, convert type='tns:IPSECKEYRecordData' to ('IPSECKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774abf50, convert type='tns:GetIPSECKEYRecordsRequestType' to ('GetIPSECKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77454150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77454310, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77454410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77454510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77454610, convert type='tns:GetIPSECKEYRecordsResponseType' to ('GetIPSECKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774547d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77454990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77454a90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77454b90, convert type='tns:IPSECKEYRecordData' to ('IPSECKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77454c90, convert type='tns:UpdateIPSECKEYRecordRequestType' to ('UpdateIPSECKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77454e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77455050, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77455150, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77455250, convert type='tns:RDataIPSECKEY' to ('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77455350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77455490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77455590, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77454e50, convert type='tns:UpdateIPSECKEYRecordResponseType' to ('UpdateIPSECKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77455810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774559d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77455ad0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77455bd0, convert type='tns:IPSECKEYRecordData' to ('IPSECKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77455cd0, convert type='tns:DeleteIPSECKEYRecordsRequestType' to ('DeleteIPSECKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77455e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77456050, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77456150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77456250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77456350, convert type='tns:DeleteIPSECKEYRecordsResponseType' to ('DeleteIPSECKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77456510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774566d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774567d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774568d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774569d0, convert type='tns:DeleteOneIPSECKEYRecordRequestType' to ('DeleteOneIPSECKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77456bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77456d90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77456e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77456f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77457090, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774571d0, convert type='tns:RDataIPSECKEY' to ('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77456b90, convert type='tns:DeleteOneIPSECKEYRecordResponseType' to ('DeleteOneIPSECKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77457450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77457610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77457710, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77457810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77457910, convert type='tns:CreateKEYRecordRequestType' to ('CreateKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77457b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77457cd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77457dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77457ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77457fd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774b8150, convert type='tns:RDataKEY' to ('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77457ad0, convert type='tns:CreateKEYRecordResponseType' to ('CreateKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774b83d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774b8590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774b8690, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774b8790, convert type='tns:KEYRecordData' to ('KEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774b8890, convert type='tns:GetOneKEYRecordRequestType' to ('GetOneKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774b8a90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774b8c50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774b8d50, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774b8e50, convert type='tns:RDataKEY' to ('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774b8f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774b9090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774b8a50, convert type='tns:GetOneKEYRecordResponseType' to ('GetOneKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774b9310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774b94d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774b95d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774b96d0, convert type='tns:KEYRecordData' to ('KEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774b97d0, convert type='tns:GetKEYRecordsRequestType' to ('GetKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774b9990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774b9b50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774b9c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774b9d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774b9e50, convert type='tns:GetKEYRecordsResponseType' to ('GetKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ba010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ba1d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ba2d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ba3d0, convert type='tns:KEYRecordData' to ('KEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ba4d0, convert type='tns:UpdateKEYRecordRequestType' to ('UpdateKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774ba6d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ba890, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ba990, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774baa90, convert type='tns:RDataKEY' to ('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774bab90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774bacd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774badd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774ba690, convert type='tns:UpdateKEYRecordResponseType' to ('UpdateKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774bb050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774bb210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774bb310, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774bb410, convert type='tns:KEYRecordData' to ('KEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774bb510, convert type='tns:DeleteKEYRecordsRequestType' to ('DeleteKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774bb6d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774bb890, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774bb990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774bba90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774bbb90, convert type='tns:DeleteKEYRecordsResponseType' to ('DeleteKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774bbd50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774bbf10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77460050, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77460150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77460250, convert type='tns:DeleteOneKEYRecordRequestType' to ('DeleteOneKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77460450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77460610, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77460710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77460810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77460910, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77460a50, convert type='tns:RDataKEY' to ('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77460410, convert type='tns:DeleteOneKEYRecordResponseType' to ('DeleteOneKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77460cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77460e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77460f90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77461090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77461190, convert type='tns:CreateKXRecordRequestType' to ('CreateKXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77461390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77461550, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77461650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77461750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77461850, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77461990, convert type='tns:RDataKX' to ('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77461350, convert type='tns:CreateKXRecordResponseType' to ('CreateKXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77461c10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77461dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77461ed0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77461fd0, convert type='tns:KXRecordData' to ('KXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774620d0, convert type='tns:GetOneKXRecordRequestType' to ('GetOneKXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774622d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77462490, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77462590, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77462690, convert type='tns:RDataKX' to ('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77462790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774628d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77462290, convert type='tns:GetOneKXRecordResponseType' to ('GetOneKXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77462b50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77462d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77462e10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77462f10, convert type='tns:KXRecordData' to ('KXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77463010, convert type='tns:GetKXRecordsRequestType' to ('GetKXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774631d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77463390, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77463490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77463590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77463690, convert type='tns:GetKXRecordsResponseType' to ('GetKXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77463850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77463a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77463b10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77463c10, convert type='tns:KXRecordData' to ('KXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77463d10, convert type='tns:UpdateKXRecordRequestType' to ('UpdateKXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77463f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77498110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77498210, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77498310, convert type='tns:RDataKX' to ('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77498410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77498550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77498650, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77463ed0, convert type='tns:UpdateKXRecordResponseType' to ('UpdateKXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774988d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77498a90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77498b90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77498c90, convert type='tns:KXRecordData' to ('KXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77498d90, convert type='tns:DeleteKXRecordsRequestType' to ('DeleteKXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77498f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77499110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77499210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77499310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77499410, convert type='tns:DeleteKXRecordsResponseType' to ('DeleteKXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774995d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77499790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77499890, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77499990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77499a90, convert type='tns:DeleteOneKXRecordRequestType' to ('DeleteOneKXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77499c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77499e50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77499f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749a050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749a150, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749a290, convert type='tns:RDataKX' to ('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77499c50, convert type='tns:DeleteOneKXRecordResponseType' to ('DeleteOneKXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7749a510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749a6d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749a7d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7749a8d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749a9d0, convert type='tns:CreateLOCRecordRequestType' to ('CreateLOCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7749abd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749ad90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749ae90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749af90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749b090, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749b1d0, convert type='tns:RDataLOC' to ('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7749ab90, convert type='tns:CreateLOCRecordResponseType' to ('CreateLOCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7749b450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749b610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749b710, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7749b810, convert type='tns:LOCRecordData' to ('LOCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7749b910, convert type='tns:GetOneLOCRecordRequestType' to ('GetOneLOCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7749bb10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749bcd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749bdd0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749bed0, convert type='tns:RDataLOC' to ('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7749bfd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e0150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7749bad0, convert type='tns:GetOneLOCRecordResponseType' to ('GetOneLOCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e03d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e0590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e0690, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e0790, convert type='tns:LOCRecordData' to ('LOCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e0890, convert type='tns:GetLOCRecordsRequestType' to ('GetLOCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e0a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e0c10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e0d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e0e10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e0f10, convert type='tns:GetLOCRecordsResponseType' to ('GetLOCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e10d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e1290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e1390, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e1490, convert type='tns:LOCRecordData' to ('LOCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e1590, convert type='tns:UpdateLOCRecordRequestType' to ('UpdateLOCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e1790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e1950, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e1a50, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e1b50, convert type='tns:RDataLOC' to ('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e1c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e1d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e1e90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e1750, convert type='tns:UpdateLOCRecordResponseType' to ('UpdateLOCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e2110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e22d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e23d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e24d0, convert type='tns:LOCRecordData' to ('LOCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e25d0, convert type='tns:DeleteLOCRecordsRequestType' to ('DeleteLOCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e2790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e2950, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e2a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e2b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e2c50, convert type='tns:DeleteLOCRecordsResponseType' to ('DeleteLOCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e2e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e2fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e30d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e31d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e32d0, convert type='tns:DeleteOneLOCRecordRequestType' to ('DeleteOneLOCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e34d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e3690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e3790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e3890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e3990, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e3ad0, convert type='tns:RDataLOC' to ('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e3490, convert type='tns:DeleteOneLOCRecordResponseType' to ('DeleteOneLOCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774e3d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774e3f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d0050, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d0150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d0250, convert type='tns:CreateMXRecordRequestType' to ('CreateMXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d0450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d0610, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d0710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d0810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d0910, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d0a50, convert type='tns:RDataMX' to ('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d0410, convert type='tns:CreateMXRecordResponseType' to ('CreateMXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d0cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d0e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d0f90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d1090, convert type='tns:MXRecordData' to ('MXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d1190, convert type='tns:GetOneMXRecordRequestType' to ('GetOneMXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d1390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d1550, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d1650, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d1750, convert type='tns:RDataMX' to ('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d1850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d1990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d1350, convert type='tns:GetOneMXRecordResponseType' to ('GetOneMXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d1c10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d1dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d1ed0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d1fd0, convert type='tns:MXRecordData' to ('MXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d20d0, convert type='tns:GetMXRecordsRequestType' to ('GetMXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d2290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d2450, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d2550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d2650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d2750, convert type='tns:GetMXRecordsResponseType' to ('GetMXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d2910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d2ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d2bd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d2cd0, convert type='tns:MXRecordData' to ('MXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d2dd0, convert type='tns:UpdateMXRecordRequestType' to ('UpdateMXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d2fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d3190, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d3290, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d3390, convert type='tns:RDataMX' to ('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d3490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d35d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d36d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d2f90, convert type='tns:UpdateMXRecordResponseType' to ('UpdateMXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d3950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d3b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e774d3c10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d3d10, convert type='tns:MXRecordData' to ('MXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d3e10, convert type='tns:DeleteMXRecordsRequestType' to ('DeleteMXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e774d3fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748041d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748042d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748043d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748044d0, convert type='tns:DeleteMXRecordsResponseType' to ('DeleteMXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74804690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74804850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74804950, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74804a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74804b50, convert type='tns:DeleteOneMXRecordRequestType' to ('DeleteOneMXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74804d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74804f10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74805010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74805110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74805210, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74805350, convert type='tns:RDataMX' to ('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74804d10, convert type='tns:DeleteOneMXRecordResponseType' to ('DeleteOneMXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748055d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74805790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74805890, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74805990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74805a90, convert type='tns:CreateNAPTRRecordRequestType' to ('CreateNAPTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74805c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74805e50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74805f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74806050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74806150, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74806290, convert type='tns:RDataNAPTR' to ('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74805c50, convert type='tns:CreateNAPTRRecordResponseType' to ('CreateNAPTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74806510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748066d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748067d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748068d0, convert type='tns:NAPTRRecordData' to ('NAPTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748069d0, convert type='tns:GetOneNAPTRRecordRequestType' to ('GetOneNAPTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74806bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74806d90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74806e90, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74806f90, convert type='tns:RDataNAPTR' to ('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74807090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748071d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74806b90, convert type='tns:GetOneNAPTRRecordResponseType' to ('GetOneNAPTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74807450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74807610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74807710, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74807810, convert type='tns:NAPTRRecordData' to ('NAPTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74807910, convert type='tns:GetNAPTRRecordsRequestType' to ('GetNAPTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74807ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74807c90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74807d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74807e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74807f90, convert type='tns:GetNAPTRRecordsResponseType' to ('GetNAPTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74810190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74810350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74810450, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74810550, convert type='tns:NAPTRRecordData' to ('NAPTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74810650, convert type='tns:UpdateNAPTRRecordRequestType' to ('UpdateNAPTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74810850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74810a10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74810b10, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74810c10, convert type='tns:RDataNAPTR' to ('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74810d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74810e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74810f50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74810810, convert type='tns:UpdateNAPTRRecordResponseType' to ('UpdateNAPTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748111d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74811390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74811490, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74811590, convert type='tns:NAPTRRecordData' to ('NAPTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74811690, convert type='tns:DeleteNAPTRRecordsRequestType' to ('DeleteNAPTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74811850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74811a10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74811b10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74811c10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74811d10, convert type='tns:DeleteNAPTRRecordsResponseType' to ('DeleteNAPTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74811ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74812090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74812190, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74812290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74812390, convert type='tns:DeleteOneNAPTRRecordRequestType' to ('DeleteOneNAPTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74812590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74812750, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74812850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74812950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74812a50, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74812b90, convert type='tns:RDataNAPTR' to ('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74812550, convert type='tns:DeleteOneNAPTRRecordResponseType' to ('DeleteOneNAPTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74812e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74812fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748130d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748131d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748132d0, convert type='tns:CreateNSAPRecordRequestType' to ('CreateNSAPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748134d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74813690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74813790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74813890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74813990, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74813ad0, convert type='tns:RDataNSAP' to ('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74813490, convert type='tns:CreateNSAPRecordResponseType' to ('CreateNSAPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74813d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74813f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74824050, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74824150, convert type='tns:NSAPRecordData' to ('NSAPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74824250, convert type='tns:GetOneNSAPRecordRequestType' to ('GetOneNSAPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74824450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74824610, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74824710, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74824810, convert type='tns:RDataNSAP' to ('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74824910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74824a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74824410, convert type='tns:GetOneNSAPRecordResponseType' to ('GetOneNSAPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74824cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74824e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74824f90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74825090, convert type='tns:NSAPRecordData' to ('NSAPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74825190, convert type='tns:GetNSAPRecordsRequestType' to ('GetNSAPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74825350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74825510, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74825610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74825710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74825810, convert type='tns:GetNSAPRecordsResponseType' to ('GetNSAPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748259d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74825b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74825c90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74825d90, convert type='tns:NSAPRecordData' to ('NSAPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74825e90, convert type='tns:UpdateNSAPRecordRequestType' to ('UpdateNSAPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74826090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74826250, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74826350, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74826450, convert type='tns:RDataNSAP' to ('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74826550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74826690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74826790, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74826050, convert type='tns:UpdateNSAPRecordResponseType' to ('UpdateNSAPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74826a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74826bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74826cd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74826dd0, convert type='tns:NSAPRecordData' to ('NSAPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74826ed0, convert type='tns:DeleteNSAPRecordsRequestType' to ('DeleteNSAPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74827090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74827250, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74827350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74827450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74827550, convert type='tns:DeleteNSAPRecordsResponseType' to ('DeleteNSAPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74827710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748278d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748279d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74827ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74827bd0, convert type='tns:DeleteOneNSAPRecordRequestType' to ('DeleteOneNSAPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74827dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74827f90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748300d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748301d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748302d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74830410, convert type='tns:RDataNSAP' to ('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74827d90, convert type='tns:DeleteOneNSAPRecordResponseType' to ('DeleteOneNSAPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74830690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74830850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74830950, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74830a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74830b50, convert type='tns:CreatePOLICYRecordRequestType' to ('CreatePOLICYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74830d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74830f10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74831010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74831110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74831210, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74831350, convert type='tns:RDataPOLICY' to ('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74830d10, convert type='tns:CreatePOLICYRecordResponseType' to ('CreatePOLICYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748315d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74831790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74831890, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74831990, convert type='tns:POLICYRecordData' to ('POLICYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74831a90, convert type='tns:GetOnePOLICYRecordRequestType' to ('GetOnePOLICYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74831c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74831e50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74831f50, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74832050, convert type='tns:RDataPOLICY' to ('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74832150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74832290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74831c50, convert type='tns:GetOnePOLICYRecordResponseType' to ('GetOnePOLICYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74832510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748326d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748327d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748328d0, convert type='tns:POLICYRecordData' to ('POLICYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748329d0, convert type='tns:GetPOLICYRecordsRequestType' to ('GetPOLICYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74832b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74832d50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74832e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74832f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74833050, convert type='tns:GetPOLICYRecordsResponseType' to ('GetPOLICYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74833210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748333d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748334d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748335d0, convert type='tns:POLICYRecordData' to ('POLICYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748336d0, convert type='tns:UpdatePOLICYRecordRequestType' to ('UpdatePOLICYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748338d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74833a90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74833b90, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74833c90, convert type='tns:RDataPOLICY' to ('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74833d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74833ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74833fd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74833890, convert type='tns:UpdatePOLICYRecordResponseType' to ('UpdatePOLICYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74834290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74834450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74834550, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74834650, convert type='tns:POLICYRecordData' to ('POLICYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74834750, convert type='tns:DeletePOLICYRecordsRequestType' to ('DeletePOLICYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74834910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74834ad0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74834bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74834cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74834dd0, convert type='tns:DeletePOLICYRecordsResponseType' to ('DeletePOLICYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74834f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74835150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74835250, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74835350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74835450, convert type='tns:DeleteOnePOLICYRecordRequestType' to ('DeleteOnePOLICYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74835650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74835810, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74835910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74835a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74835b10, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74835c50, convert type='tns:RDataPOLICY' to ('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74835610, convert type='tns:DeleteOnePOLICYRecordResponseType' to ('DeleteOnePOLICYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74835ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74836090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74836190, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74836290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74836390, convert type='tns:CreatePTRRecordRequestType' to ('CreatePTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74836590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74836750, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74836850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74836950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74836a50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74836b90, convert type='tns:RDataPTR' to ('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74836550, convert type='tns:CreatePTRRecordResponseType' to ('CreatePTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74836e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74836fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748370d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748371d0, convert type='tns:PTRRecordData' to ('PTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748372d0, convert type='tns:GetOnePTRRecordRequestType' to ('GetOnePTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748374d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74837690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74837790, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74837890, convert type='tns:RDataPTR' to ('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74837990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74837ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74837490, convert type='tns:GetOnePTRRecordResponseType' to ('GetOnePTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74837d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74837f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74848050, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74848150, convert type='tns:PTRRecordData' to ('PTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74848250, convert type='tns:GetPTRRecordsRequestType' to ('GetPTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74848410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748485d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748486d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748487d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748488d0, convert type='tns:GetPTRRecordsResponseType' to ('GetPTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74848a90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74848c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74848d50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74848e50, convert type='tns:PTRRecordData' to ('PTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74848f50, convert type='tns:UpdatePTRRecordRequestType' to ('UpdatePTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74849150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74849310, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74849410, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74849510, convert type='tns:RDataPTR' to ('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74849610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74849750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74849850, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74849110, convert type='tns:UpdatePTRRecordResponseType' to ('UpdatePTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74849ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74849c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74849d90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74849e90, convert type='tns:PTRRecordData' to ('PTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74849f90, convert type='tns:DeletePTRRecordsRequestType' to ('DeletePTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7484a150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484a310, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484a410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484a510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484a610, convert type='tns:DeletePTRRecordsResponseType' to ('DeletePTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7484a7d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484a990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484aa90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7484ab90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484ac90, convert type='tns:DeleteOnePTRRecordRequestType' to ('DeleteOnePTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7484ae90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484b050, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484b150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484b250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484b350, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484b490, convert type='tns:RDataPTR' to ('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7484ae50, convert type='tns:DeleteOnePTRRecordResponseType' to ('DeleteOnePTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7484b710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484b8d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484b9d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7484bad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484bbd0, convert type='tns:CreatePXRecordRequestType' to ('CreatePXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7484bdd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7484bf90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fc0d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fc1d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fc2d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fc410, convert type='tns:RDataPX' to ('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7484bd90, convert type='tns:CreatePXRecordResponseType' to ('CreatePXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748fc690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fc850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fc950, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748fca50, convert type='tns:PXRecordData' to ('PXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748fcb50, convert type='tns:GetOnePXRecordRequestType' to ('GetOnePXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748fcd50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fcf10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fd010, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fd110, convert type='tns:RDataPX' to ('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748fd210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fd350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fcd10, convert type='tns:GetOnePXRecordResponseType' to ('GetOnePXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748fd5d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fd790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fd890, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748fd990, convert type='tns:PXRecordData' to ('PXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748fda90, convert type='tns:GetPXRecordsRequestType' to ('GetPXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748fdc50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fde10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fdf10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fe010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fe110, convert type='tns:GetPXRecordsResponseType' to ('GetPXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748fe2d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fe490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fe590, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748fe690, convert type='tns:PXRecordData' to ('PXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748fe790, convert type='tns:UpdatePXRecordRequestType' to ('UpdatePXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748fe990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748feb50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fec50, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fed50, convert type='tns:RDataPX' to ('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748fee50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fef90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ff090, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748fe950, convert type='tns:UpdatePXRecordResponseType' to ('UpdatePXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ff310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ff4d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ff5d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ff6d0, convert type='tns:PXRecordData' to ('PXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ff7d0, convert type='tns:DeletePXRecordsRequestType' to ('DeletePXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ff990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ffb50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ffc50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ffd50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ffe50, convert type='tns:DeletePXRecordsResponseType' to ('DeletePXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74854050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74854210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74854310, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74854410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74854510, convert type='tns:DeleteOnePXRecordRequestType' to ('DeleteOnePXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74854710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748548d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748549d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74854ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74854bd0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74854d10, convert type='tns:RDataPX' to ('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748546d0, convert type='tns:DeleteOnePXRecordResponseType' to ('DeleteOnePXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74854f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74855150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74855250, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74855350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74855450, convert type='tns:CreateRPRecordRequestType' to ('CreateRPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74855650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74855810, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74855910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74855a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74855b10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74855c50, convert type='tns:RDataRP' to ('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74855610, convert type='tns:CreateRPRecordResponseType' to ('CreateRPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74855ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74856090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74856190, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74856290, convert type='tns:RPRecordData' to ('RPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74856390, convert type='tns:GetOneRPRecordRequestType' to ('GetOneRPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74856590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74856750, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74856850, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74856950, convert type='tns:RDataRP' to ('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74856a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74856b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74856550, convert type='tns:GetOneRPRecordResponseType' to ('GetOneRPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74856e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74856fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748570d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748571d0, convert type='tns:RPRecordData' to ('RPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748572d0, convert type='tns:GetRPRecordsRequestType' to ('GetRPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74857490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74857650, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74857750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74857850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74857950, convert type='tns:GetRPRecordsResponseType' to ('GetRPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74857b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74857cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74857dd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74857ed0, convert type='tns:RPRecordData' to ('RPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74857fd0, convert type='tns:UpdateRPRecordRequestType' to ('UpdateRPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74884210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748843d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748844d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748845d0, convert type='tns:RDataRP' to ('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748846d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74884810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74884910, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748841d0, convert type='tns:UpdateRPRecordResponseType' to ('UpdateRPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74884b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74884d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74884e50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74884f50, convert type='tns:RPRecordData' to ('RPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74885050, convert type='tns:DeleteRPRecordsRequestType' to ('DeleteRPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74885210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748853d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748854d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748855d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748856d0, convert type='tns:DeleteRPRecordsResponseType' to ('DeleteRPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74885890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74885a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74885b50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74885c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74885d50, convert type='tns:DeleteOneRPRecordRequestType' to ('DeleteOneRPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74885f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74886110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74886210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74886310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74886410, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74886550, convert type='tns:RDataRP' to ('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74885f10, convert type='tns:DeleteOneRPRecordResponseType' to ('DeleteOneRPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748867d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74886990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74886a90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74886b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74886c90, convert type='tns:CreateSPFRecordRequestType' to ('CreateSPFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74886e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74887050, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74887150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74887250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74887350, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74887490, convert type='tns:RDataSPF' to ('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74886e50, convert type='tns:CreateSPFRecordResponseType' to ('CreateSPFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74887710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748878d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748879d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74887ad0, convert type='tns:SPFRecordData' to ('SPFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74887bd0, convert type='tns:GetOneSPFRecordRequestType' to ('GetOneSPFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74887dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74887f90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748940d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748941d0, convert type='tns:RDataSPF' to ('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748942d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74894410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74887d90, convert type='tns:GetOneSPFRecordResponseType' to ('GetOneSPFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74894690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74894850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74894950, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74894a50, convert type='tns:SPFRecordData' to ('SPFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74894b50, convert type='tns:GetSPFRecordsRequestType' to ('GetSPFRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74894d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74894ed0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74894fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748950d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748951d0, convert type='tns:GetSPFRecordsResponseType' to ('GetSPFRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74895390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74895550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74895650, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74895750, convert type='tns:SPFRecordData' to ('SPFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74895850, convert type='tns:UpdateSPFRecordRequestType' to ('UpdateSPFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74895a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74895c10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74895d10, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74895e10, convert type='tns:RDataSPF' to ('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74895f10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74896050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74896150, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74895a10, convert type='tns:UpdateSPFRecordResponseType' to ('UpdateSPFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748963d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74896590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74896690, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74896790, convert type='tns:SPFRecordData' to ('SPFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74896890, convert type='tns:DeleteSPFRecordsRequestType' to ('DeleteSPFRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74896a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74896c10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74896d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74896e10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74896f10, convert type='tns:DeleteSPFRecordsResponseType' to ('DeleteSPFRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748970d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74897290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74897390, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74897490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74897590, convert type='tns:DeleteOneSPFRecordRequestType' to ('DeleteOneSPFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74897790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74897950, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74897a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74897b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74897c50, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e74897d90, convert type='tns:RDataSPF' to ('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e74897750, convert type='tns:DeleteOneSPFRecordResponseType' to ('DeleteOneSPFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ac050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ac210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ac310, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ac410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ac510, convert type='tns:CreateSRVRecordRequestType' to ('CreateSRVRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ac710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ac8d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ac9d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748acad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748acbd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748acd10, convert type='tns:RDataSRV' to ('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ac6d0, convert type='tns:CreateSRVRecordResponseType' to ('CreateSRVRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748acf90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ad150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ad250, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ad350, convert type='tns:SRVRecordData' to ('SRVRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ad450, convert type='tns:GetOneSRVRecordRequestType' to ('GetOneSRVRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ad650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ad810, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ad910, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ada10, convert type='tns:RDataSRV' to ('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748adb10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748adc50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ad610, convert type='tns:GetOneSRVRecordResponseType' to ('GetOneSRVRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748aded0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ae090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ae190, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ae290, convert type='tns:SRVRecordData' to ('SRVRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ae390, convert type='tns:GetSRVRecordsRequestType' to ('GetSRVRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ae550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ae710, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ae810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ae910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748aea10, convert type='tns:GetSRVRecordsResponseType' to ('GetSRVRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748aebd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748aed90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748aee90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748aef90, convert type='tns:SRVRecordData' to ('SRVRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748af090, convert type='tns:UpdateSRVRecordRequestType' to ('UpdateSRVRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748af290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748af450, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748af550, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748af650, convert type='tns:RDataSRV' to ('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748af750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748af890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748af990, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748af250, convert type='tns:UpdateSRVRecordResponseType' to ('UpdateSRVRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748afc10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748afdd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748afed0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748affd0, convert type='tns:SRVRecordData' to ('SRVRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c4110, convert type='tns:DeleteSRVRecordsRequestType' to ('DeleteSRVRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c42d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c4490, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c4590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c4690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c4790, convert type='tns:DeleteSRVRecordsResponseType' to ('DeleteSRVRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c4950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c4b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c4c10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c4d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c4e10, convert type='tns:DeleteOneSRVRecordRequestType' to ('DeleteOneSRVRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c5010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c51d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c52d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c53d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c54d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c5610, convert type='tns:RDataSRV' to ('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c4fd0, convert type='tns:DeleteOneSRVRecordResponseType' to ('DeleteOneSRVRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c5890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c5a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c5b50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c5c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c5d50, convert type='tns:CreateSSHFPRecordRequestType' to ('CreateSSHFPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c5f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c6110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c6210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c6310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c6410, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c6550, convert type='tns:RDataSSHFP' to ('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c5f10, convert type='tns:CreateSSHFPRecordResponseType' to ('CreateSSHFPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c67d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c6990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c6a90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c6b90, convert type='tns:SSHFPRecordData' to ('SSHFPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c6c90, convert type='tns:GetOneSSHFPRecordRequestType' to ('GetOneSSHFPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c6e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c7050, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c7150, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c7250, convert type='tns:RDataSSHFP' to ('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c7350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c7490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c6e50, convert type='tns:GetOneSSHFPRecordResponseType' to ('GetOneSSHFPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c7710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c78d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c79d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c7ad0, convert type='tns:SSHFPRecordData' to ('SSHFPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c7bd0, convert type='tns:GetSSHFPRecordsRequestType' to ('GetSSHFPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748c7d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748c7f50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cc090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cc190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cc290, convert type='tns:GetSSHFPRecordsResponseType' to ('GetSSHFPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748cc450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cc610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cc710, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748cc810, convert type='tns:SSHFPRecordData' to ('SSHFPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748cc910, convert type='tns:UpdateSSHFPRecordRequestType' to ('UpdateSSHFPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ccb10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cccd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ccdd0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cced0, convert type='tns:RDataSSHFP' to ('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ccfd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cd110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cd210, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ccad0, convert type='tns:UpdateSSHFPRecordResponseType' to ('UpdateSSHFPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748cd490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cd650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cd750, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748cd850, convert type='tns:SSHFPRecordData' to ('SSHFPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748cd950, convert type='tns:DeleteSSHFPRecordsRequestType' to ('DeleteSSHFPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748cdb10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cdcd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cddd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cded0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cdfd0, convert type='tns:DeleteSSHFPRecordsResponseType' to ('DeleteSSHFPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ce190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ce350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ce450, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ce550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ce650, convert type='tns:DeleteOneSSHFPRecordRequestType' to ('DeleteOneSSHFPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ce850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cea10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ceb10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cec10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748ced10, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cee50, convert type='tns:RDataSSHFP' to ('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748ce810, convert type='tns:DeleteOneSSHFPRecordResponseType' to ('DeleteOneSSHFPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748cf0d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cf290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cf390, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748cf490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cf590, convert type='tns:CreateTLSARecordRequestType' to ('CreateTLSARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748cf790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cf950, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cfa50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cfb50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cfc50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748cfd90, convert type='tns:RDataTLSA' to ('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748cf750, convert type='tns:CreateTLSARecordResponseType' to ('CreateTLSARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d4050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d4210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d4310, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d4410, convert type='tns:TLSARecordData' to ('TLSARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d4510, convert type='tns:GetOneTLSARecordRequestType' to ('GetOneTLSARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d4710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d48d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d49d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d4ad0, convert type='tns:RDataTLSA' to ('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d4bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d4d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d46d0, convert type='tns:GetOneTLSARecordResponseType' to ('GetOneTLSARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d4f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d5150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d5250, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d5350, convert type='tns:TLSARecordData' to ('TLSARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d5450, convert type='tns:GetTLSARecordsRequestType' to ('GetTLSARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d5610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d57d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d58d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d59d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d5ad0, convert type='tns:GetTLSARecordsResponseType' to ('GetTLSARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d5c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d5e50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d5f50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d6050, convert type='tns:TLSARecordData' to ('TLSARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d6150, convert type='tns:UpdateTLSARecordRequestType' to ('UpdateTLSARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d6350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d6510, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d6610, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d6710, convert type='tns:RDataTLSA' to ('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d6810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d6950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d6a50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d6310, convert type='tns:UpdateTLSARecordResponseType' to ('UpdateTLSARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d6cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d6e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d6f90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d7090, convert type='tns:TLSARecordData' to ('TLSARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d7190, convert type='tns:DeleteTLSARecordsRequestType' to ('DeleteTLSARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d7350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d7510, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d7610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d7710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d7810, convert type='tns:DeleteTLSARecordsResponseType' to ('DeleteTLSARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d79d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d7b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d7c90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748d7d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748d7e90, convert type='tns:DeleteOneTLSARecordRequestType' to ('DeleteOneTLSARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f00d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f0290, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f0390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f0490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f0590, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f06d0, convert type='tns:RDataTLSA' to ('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f0090, convert type='tns:DeleteOneTLSARecordResponseType' to ('DeleteOneTLSARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f0950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f0b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f0c10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f0d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f0e10, convert type='tns:CreateTXTRecordRequestType' to ('CreateTXTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f1010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f11d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f12d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f13d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f14d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f1610, convert type='tns:RDataTXT' to ('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f0fd0, convert type='tns:CreateTXTRecordResponseType' to ('CreateTXTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f1890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f1a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f1b50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f1c50, convert type='tns:TXTRecordData' to ('TXTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f1d50, convert type='tns:GetOneTXTRecordRequestType' to ('GetOneTXTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f1f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f2110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f2210, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f2310, convert type='tns:RDataTXT' to ('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f2410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f2550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f1f10, convert type='tns:GetOneTXTRecordResponseType' to ('GetOneTXTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f27d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f2990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f2a90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f2b90, convert type='tns:TXTRecordData' to ('TXTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f2c90, convert type='tns:GetTXTRecordsRequestType' to ('GetTXTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f2e50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f3010, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f3110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f3210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f3310, convert type='tns:GetTXTRecordsResponseType' to ('GetTXTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f34d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f3690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f3790, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f3890, convert type='tns:TXTRecordData' to ('TXTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f3990, convert type='tns:UpdateTXTRecordRequestType' to ('UpdateTXTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f3b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f3d50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f3e50, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f3f50, convert type='tns:RDataTXT' to ('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f4090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f41d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f42d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f3b50, convert type='tns:UpdateTXTRecordResponseType' to ('UpdateTXTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f4550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f4710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f4810, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f4910, convert type='tns:TXTRecordData' to ('TXTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f4a10, convert type='tns:DeleteTXTRecordsRequestType' to ('DeleteTXTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f4bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f4d90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f4e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f4f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f5090, convert type='tns:DeleteTXTRecordsResponseType' to ('DeleteTXTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f5250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f5410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f5510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f5610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f5710, convert type='tns:DeleteOneTXTRecordRequestType' to ('DeleteOneTXTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f5910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f5ad0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f5bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f5cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f5dd0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f5f10, convert type='tns:RDataTXT' to ('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f58d0, convert type='tns:DeleteOneTXTRecordResponseType' to ('DeleteOneTXTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f6190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f6350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f6450, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f6550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f6650, convert type='tns:GetOneSOARecordRequestType' to ('GetOneSOARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f6850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f6a10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f6b10, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f6c10, convert type='tns:RDataSOA' to ('RDataSOA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f6d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f6e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f6810, convert type='tns:GetOneSOARecordResponseType' to ('GetOneSOARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f70d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f7290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f7390, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f7490, convert type='tns:SOARecordData' to ('SOARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f7590, convert type='tns:GetSOARecordsRequestType' to ('GetSOARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f7750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f7910, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f7a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f7b10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f7c10, convert type='tns:GetSOARecordsResponseType' to ('GetSOARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e748f7dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e748f7f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735c0d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735c1d0, convert type='tns:SOARecordData' to ('SOARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735c2d0, convert type='tns:UpdateSOARecordRequestType' to ('UpdateSOARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735c4d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735c690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735c790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735c890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735c990, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735cad0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735cbd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735ccd0, convert type='tns:RDataSOAUpdate' to ('RDataSOAUpdate', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735c490, convert type='tns:UpdateSOARecordResponseType' to ('UpdateSOARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735cf50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735d110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735d210, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735d310, convert type='tns:SOARecordData' to ('SOARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735d410, convert type='tns:CreateNSRecordRequestType' to ('CreateNSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735d610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735d7d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735d8d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735d9d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735dad0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735dc10, convert type='tns:RDataNS' to ('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735dd10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735d5d0, convert type='tns:CreateNSRecordResponseType' to ('CreateNSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735df90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735e150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735e250, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735e350, convert type='tns:NSRecordData' to ('NSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735e450, convert type='tns:GetOneNSRecordRequestType' to ('GetOneNSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735e650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735e810, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735e910, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735ea10, convert type='tns:RDataNS' to ('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735eb10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735ec50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735e610, convert type='tns:GetOneNSRecordResponseType' to ('GetOneNSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735eed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735f090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735f190, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735f290, convert type='tns:NSRecordData' to ('NSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735f390, convert type='tns:GetNSRecordsRequestType' to ('GetNSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735f550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735f710, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735f810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735f910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735fa10, convert type='tns:GetNSRecordsResponseType' to ('GetNSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735fbd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735fd90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7735fe90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7735ff90, convert type='tns:NSRecordData' to ('NSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731c0d0, convert type='tns:UpdateNSRecordRequestType' to ('UpdateNSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731c2d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731c490, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731c590, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731c690, convert type='tns:RDataNS' to ('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731c790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731c8d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731c9d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731cad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731c290, convert type='tns:UpdateNSRecordResponseType' to ('UpdateNSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731cd50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731cf10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731d010, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731d110, convert type='tns:NSRecordData' to ('NSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731d210, convert type='tns:DeleteNSRecordsRequestType' to ('DeleteNSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731d3d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731d590, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731d690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731d790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731d890, convert type='tns:DeleteNSRecordsResponseType' to ('DeleteNSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731da50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731dc10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731dd10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731de10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731df10, convert type='tns:DeleteOneNSRecordRequestType' to ('DeleteOneNSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731e110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731e2d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731e3d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731e4d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731e5d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731e710, convert type='tns:RDataNS' to ('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731e0d0, convert type='tns:DeleteOneNSRecordResponseType' to ('DeleteOneNSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731e990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731eb50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731ec50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731ed50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731ee50, convert type='tns:ReplaceARecordsRequestType' to ('ReplaceARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731f010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731f1d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731f2d0, convert type='tns:ARecordData' to ('ARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731f3d0, convert type='tns:ReplaceARecordsResponseType' to ('ReplaceARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731f590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731f750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731f850, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731f950, convert type='tns:ARecordData' to ('ARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731fa50, convert type='tns:ReplaceAAAARecordsRequestType' to ('ReplaceAAAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731fc10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731fdd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7731fed0, convert type='tns:AAAARecordData' to ('AAAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7731ffd0, convert type='tns:ReplaceAAAARecordsResponseType' to ('ReplaceAAAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773641d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77364390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77364490, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77364590, convert type='tns:AAAARecordData' to ('AAAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77364690, convert type='tns:ReplaceALIASRecordsRequestType' to ('ReplaceALIASRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77364850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77364a10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77364b10, convert type='tns:ALIASRecordData' to ('ALIASRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77364c10, convert type='tns:ReplaceALIASRecordsResponseType' to ('ReplaceALIASRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77364dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77364f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77365090, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77365190, convert type='tns:ALIASRecordData' to ('ALIASRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77365290, convert type='tns:ReplaceCAARecordsRequestType' to ('ReplaceCAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77365450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77365610, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77365710, convert type='tns:CAARecordData' to ('CAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77365810, convert type='tns:ReplaceCAARecordsResponseType' to ('ReplaceCAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773659d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77365b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77365c90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77365d90, convert type='tns:CAARecordData' to ('CAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77365e90, convert type='tns:ReplaceCDNSKEYRecordsRequestType' to ('ReplaceCDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77366050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77366210, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77366310, convert type='tns:CDNSKEYRecordData' to ('CDNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77366410, convert type='tns:ReplaceCDNSKEYRecordsResponseType' to ('ReplaceCDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773665d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77366790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77366890, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77366990, convert type='tns:CDNSKEYRecordData' to ('CDNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77366a90, convert type='tns:ReplaceCDSRecordsRequestType' to ('ReplaceCDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77366c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77366e10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77366f10, convert type='tns:CDSRecordData' to ('CDSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77367010, convert type='tns:ReplaceCDSRecordsResponseType' to ('ReplaceCDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773671d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77367390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77367490, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77367590, convert type='tns:CDSRecordData' to ('CDSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77367690, convert type='tns:ReplaceCERTRecordsRequestType' to ('ReplaceCERTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77367850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77367a10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77367b10, convert type='tns:CERTRecordData' to ('CERTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77367c10, convert type='tns:ReplaceCERTRecordsResponseType' to ('ReplaceCERTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77367dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77367f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773340d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773341d0, convert type='tns:CERTRecordData' to ('CERTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773342d0, convert type='tns:ReplaceCNAMERecordsRequestType' to ('ReplaceCNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77334490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77334650, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77334750, convert type='tns:CNAMERecordData' to ('CNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77334850, convert type='tns:ReplaceCNAMERecordsResponseType' to ('ReplaceCNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77334a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77334bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77334cd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77334dd0, convert type='tns:CNAMERecordData' to ('CNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77334ed0, convert type='tns:ReplaceCSYNCRecordsRequestType' to ('ReplaceCSYNCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77335090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77335250, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77335350, convert type='tns:CSYNCRecordData' to ('CSYNCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77335450, convert type='tns:ReplaceCSYNCRecordsResponseType' to ('ReplaceCSYNCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77335610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773357d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773358d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773359d0, convert type='tns:CSYNCRecordData' to ('CSYNCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77335ad0, convert type='tns:ReplaceDHCIDRecordsRequestType' to ('ReplaceDHCIDRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77335c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77335e50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77335f50, convert type='tns:DHCIDRecordData' to ('DHCIDRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77336050, convert type='tns:ReplaceDHCIDRecordsResponseType' to ('ReplaceDHCIDRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77336210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773363d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773364d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773365d0, convert type='tns:DHCIDRecordData' to ('DHCIDRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773366d0, convert type='tns:ReplaceDNAMERecordsRequestType' to ('ReplaceDNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77336890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77336a50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77336b50, convert type='tns:DNAMERecordData' to ('DNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77336c50, convert type='tns:ReplaceDNAMERecordsResponseType' to ('ReplaceDNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77336e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77336fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773370d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773371d0, convert type='tns:DNAMERecordData' to ('DNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773372d0, convert type='tns:ReplaceDNSKEYRecordsRequestType' to ('ReplaceDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77337490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77337650, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77337750, convert type='tns:DNSKEYRecordData' to ('DNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77337850, convert type='tns:ReplaceDNSKEYRecordsResponseType' to ('ReplaceDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77337a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77337bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77337cd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77337dd0, convert type='tns:DNSKEYRecordData' to ('DNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77337ed0, convert type='tns:ReplaceDSRecordsRequestType' to ('ReplaceDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773740d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77374290, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77374390, convert type='tns:DSRecordData' to ('DSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77374490, convert type='tns:ReplaceDSRecordsResponseType' to ('ReplaceDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77374650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77374810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77374910, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77374a10, convert type='tns:DSRecordData' to ('DSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77374b10, convert type='tns:ReplaceIPSECKEYRecordsRequestType' to ('ReplaceIPSECKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77374cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77374e90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77374f90, convert type='tns:IPSECKEYRecordData' to ('IPSECKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77375090, convert type='tns:ReplaceIPSECKEYRecordsResponseType' to ('ReplaceIPSECKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77375250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77375410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77375510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77375610, convert type='tns:IPSECKEYRecordData' to ('IPSECKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77375710, convert type='tns:ReplaceKEYRecordsRequestType' to ('ReplaceKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773758d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77375a90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77375b90, convert type='tns:KEYRecordData' to ('KEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77375c90, convert type='tns:ReplaceKEYRecordsResponseType' to ('ReplaceKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77375e50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77376010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77376110, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77376210, convert type='tns:KEYRecordData' to ('KEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77376310, convert type='tns:ReplaceKXRecordsRequestType' to ('ReplaceKXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773764d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77376690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77376790, convert type='tns:KXRecordData' to ('KXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77376890, convert type='tns:ReplaceKXRecordsResponseType' to ('ReplaceKXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77376a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77376c10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77376d10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77376e10, convert type='tns:KXRecordData' to ('KXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77376f10, convert type='tns:ReplaceLOCRecordsRequestType' to ('ReplaceLOCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773770d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77377290, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77377390, convert type='tns:LOCRecordData' to ('LOCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77377490, convert type='tns:ReplaceLOCRecordsResponseType' to ('ReplaceLOCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77377650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77377810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77377910, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77377a10, convert type='tns:LOCRecordData' to ('LOCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77377b10, convert type='tns:ReplaceMXRecordsRequestType' to ('ReplaceMXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77377cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77377e90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77377f90, convert type='tns:MXRecordData' to ('MXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773380d0, convert type='tns:ReplaceMXRecordsResponseType' to ('ReplaceMXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77338290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77338450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77338550, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77338650, convert type='tns:MXRecordData' to ('MXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77338750, convert type='tns:ReplaceNAPTRRecordsRequestType' to ('ReplaceNAPTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77338910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77338ad0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77338bd0, convert type='tns:NAPTRRecordData' to ('NAPTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77338cd0, convert type='tns:ReplaceNAPTRRecordsResponseType' to ('ReplaceNAPTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77338e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77339050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77339150, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77339250, convert type='tns:NAPTRRecordData' to ('NAPTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77339350, convert type='tns:ReplaceNSAPRecordsRequestType' to ('ReplaceNSAPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77339510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773396d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773397d0, convert type='tns:NSAPRecordData' to ('NSAPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773398d0, convert type='tns:ReplaceNSAPRecordsResponseType' to ('ReplaceNSAPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77339a90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77339c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77339d50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77339e50, convert type='tns:NSAPRecordData' to ('NSAPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77339f50, convert type='tns:ReplacePOLICYRecordsRequestType' to ('ReplacePOLICYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7733a110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7733a2d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7733a3d0, convert type='tns:POLICYRecordData' to ('POLICYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7733a4d0, convert type='tns:ReplacePOLICYRecordsResponseType' to ('ReplacePOLICYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7733a690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7733a850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7733a950, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7733aa50, convert type='tns:POLICYRecordData' to ('POLICYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7733ab50, convert type='tns:ReplacePTRRecordsRequestType' to ('ReplacePTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7733ad10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7733aed0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7733afd0, convert type='tns:PTRRecordData' to ('PTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7733b0d0, convert type='tns:ReplacePTRRecordsResponseType' to ('ReplacePTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7733b290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7733b450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7733b550, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7733b650, convert type='tns:PTRRecordData' to ('PTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7733b750, convert type='tns:ReplacePXRecordsRequestType' to ('ReplacePXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7733b910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7733bad0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7733bbd0, convert type='tns:PXRecordData' to ('PXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7733bcd0, convert type='tns:ReplacePXRecordsResponseType' to ('ReplacePXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7733be90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77344090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77344190, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77344290, convert type='tns:PXRecordData' to ('PXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77344390, convert type='tns:ReplaceRPRecordsRequestType' to ('ReplaceRPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77344550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77344710, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77344810, convert type='tns:RPRecordData' to ('RPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77344910, convert type='tns:ReplaceRPRecordsResponseType' to ('ReplaceRPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77344ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77344c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77344d90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77344e90, convert type='tns:RPRecordData' to ('RPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77344f90, convert type='tns:ReplaceSPFRecordsRequestType' to ('ReplaceSPFRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77345150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77345310, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77345410, convert type='tns:SPFRecordData' to ('SPFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77345510, convert type='tns:ReplaceSPFRecordsResponseType' to ('ReplaceSPFRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773456d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77345890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77345990, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77345a90, convert type='tns:SPFRecordData' to ('SPFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77345b90, convert type='tns:ReplaceSRVRecordsRequestType' to ('ReplaceSRVRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77345d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77345f10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77346010, convert type='tns:SRVRecordData' to ('SRVRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77346110, convert type='tns:ReplaceSRVRecordsResponseType' to ('ReplaceSRVRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773462d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77346490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77346590, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77346690, convert type='tns:SRVRecordData' to ('SRVRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77346790, convert type='tns:ReplaceSSHFPRecordsRequestType' to ('ReplaceSSHFPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77346950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77346b10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77346c10, convert type='tns:SSHFPRecordData' to ('SSHFPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77346d10, convert type='tns:ReplaceSSHFPRecordsResponseType' to ('ReplaceSSHFPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77346ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77347090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77347190, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77347290, convert type='tns:SSHFPRecordData' to ('SSHFPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77347390, convert type='tns:ReplaceTLSARecordsRequestType' to ('ReplaceTLSARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77347550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77347710, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77347810, convert type='tns:TLSARecordData' to ('TLSARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77347910, convert type='tns:ReplaceTLSARecordsResponseType' to ('ReplaceTLSARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77347ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77347c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77347d90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77347e90, convert type='tns:TLSARecordData' to ('TLSARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77347f90, convert type='tns:ReplaceTXTRecordsRequestType' to ('ReplaceTXTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77380190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77380350, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77380450, convert type='tns:TXTRecordData' to ('TXTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77380550, convert type='tns:ReplaceTXTRecordsResponseType' to ('ReplaceTXTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77380710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773808d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773809d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77380ad0, convert type='tns:TXTRecordData' to ('TXTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77380bd0, convert type='tns:ReplaceNSRecordsRequestType' to ('ReplaceNSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77380d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77380f50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77381050, convert type='tns:NSRecordData' to ('NSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77381150, convert type='tns:ReplaceNSRecordsResponseType' to ('ReplaceNSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77381310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773814d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773815d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773816d0, convert type='tns:NSRecordData' to ('NSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773817d0, convert type='tns:GetANYRecordsRequestType' to ('GetANYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77381990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77381b50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77381c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77381d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77381e50, convert type='tns:GetANYRecordsResponseType' to ('GetANYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77382010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773821d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773822d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773823d0, convert type='tns:ANYRecordData' to ('ANYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773824d0, convert type='tns:GetAllRecordsRequestType' to ('GetAllRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77382690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77382850, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77382950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77382a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77382b50, convert type='tns:GetAllRecordsResponseType' to ('GetAllRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77382d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77382ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77382fd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773830d0, convert type='tns:ANYRecordData' to ('ANYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773831d0, convert type='tns:GetAllAliasQNamesRequestType' to ('GetAllAliasQNamesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77383390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77383550, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77383650, convert type='tns:GetAllAliasQNamesResponseType' to ('GetAllAliasQNamesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77383810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773839d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77383ad0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77383bd0, convert type='tns:QNames' to ('QNames', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77383cd0, convert type='tns:GetOneUserRequestType' to ('GetOneUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77383e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77384090, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77384190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77384290, convert type='tns:GetOneUserResponseType' to ('GetOneUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77384450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77384610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77384710, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77384810, convert type='tns:UserData' to ('UserData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77384910, convert type='tns:DeleteOneUserRequestType' to ('DeleteOneUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77384ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77384c90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77384d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77384e90, convert type='tns:DeleteOneUserResponseType' to ('DeleteOneUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77385050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77385210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77385310, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77385410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77385510, convert type='tns:CreateUserRequestType' to ('CreateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773856d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77385890, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77385990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77385a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77385b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77385cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77385dd0, convert type='tns:PermissionZone' to ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77385ed0, convert type='tns:PermissionData' to ('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77385fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77386f90, convert type='tns:CreateUserResponseType' to ('CreateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77387150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77387310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77387410, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77387510, convert type='tns:UserData' to ('UserData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77387610, convert type='tns:UpdateUserRequestType' to ('UpdateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773877d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77387990, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77387a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77387b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77387c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77387dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77387ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77387fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77394110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77394190, convert type='tns:PermissionZone' to ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773942d0, convert type='tns:PermissionData' to ('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773943d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773944d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773945d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773946d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773947d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773948d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773949d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77394ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77394bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77394cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77394dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77394ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77394fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773950d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773951d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773952d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773953d0, convert type='tns:UpdateUserResponseType' to ('UpdateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77395590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77395750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77395850, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77395950, convert type='tns:UserData' to ('UserData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77395a50, convert type='tns:GetUsersRequestType' to ('GetUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77395c10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77395dd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77395ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77395fd0, convert type='tns:GetUsersResponseType' to ('GetUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77396190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77396350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77396450, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77396550, convert type='tns:UserData' to ('UserData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77396650, convert type='tns:GetUpdateUsersRequestType' to ('GetUpdateUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77396810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773969d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77396ad0, convert type='tns:GetUpdateUsersResponseType' to ('GetUpdateUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77396c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77396e50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77396f50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77397050, convert type='tns:UserData' to ('UserData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77397150, convert type='tns:UpdateUpdateUserRequestType' to ('UpdateUpdateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77397310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773974d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773975d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773976d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773977d0, convert type='tns:UpdateUpdateUserResponseType' to ('UpdateUpdateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77397990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77397b50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e77397c50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77397d50, convert type='tns:UserData' to ('UserData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e77397e50, convert type='tns:DeleteOneUpdateUserRequestType' to ('DeleteOneUpdateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ec050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ec210, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ec310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ec410, convert type='tns:DeleteOneUpdateUserResponseType' to ('DeleteOneUpdateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ec5d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ec790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ec890, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ec990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773eca90, convert type='tns:UpdateUserPasswordRequestType' to ('UpdateUserPasswordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ecc50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ece10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ecf10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ed010, convert type='tns:UpdateUserPasswordResponseType' to ('UpdateUserPasswordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ed1d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ed390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ed490, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ed590, convert type='tns:UserData' to ('UserData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ed690, convert type='tns:BlockUserRequestType' to ('BlockUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ed850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773eda10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773edb10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773edc10, convert type='tns:BlockUserResponseType' to ('BlockUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773eddd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773edf90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ee090, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ee190, convert type='tns:UserData' to ('UserData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ee290, convert type='tns:UnblockUserRequestType' to ('UnblockUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ee450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ee610, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ee710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ee810, convert type='tns:UnblockUserResponseType' to ('UnblockUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ee9d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773eeb90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773eec90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773eed90, convert type='tns:UserData' to ('UserData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773eee90, convert type='tns:CreateContactRequestType' to ('CreateContactRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ef050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ef210, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ef310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ef410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ef510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ef650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ef750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ef850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ef950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ef9d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773efb10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773efc10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773efd10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773efe10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773eff10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c8050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c8150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c8250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c8350, convert type='tns:CreateContactResponseType' to ('CreateContactResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c8510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c86d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c87d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c88d0, convert type='tns:ContactData' to ('ContactData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c89d0, convert type='tns:GetOneContactRequestType' to ('GetOneContactRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c8b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c8d50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c8e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c8f50, convert type='tns:GetOneContactResponseType' to ('GetOneContactResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c9110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c92d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c93d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c94d0, convert type='tns:ContactData' to ('ContactData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c95d0, convert type='tns:GetContactsRequestType' to ('GetContactsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c9790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c9950, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c9a50, convert type='tns:GetContactsResponseType' to ('GetContactsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c9c10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c9dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c9ed0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c9fd0, convert type='tns:ContactData' to ('ContactData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ca0d0, convert type='tns:DeleteOneContactRequestType' to ('DeleteOneContactRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ca290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ca450, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ca550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ca650, convert type='tns:DeleteOneContactResponseType' to ('DeleteOneContactResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773ca810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773ca9d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773caad0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773cabd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cacd0, convert type='tns:UpdateContactRequestType' to ('UpdateContactRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773cae90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cb050, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cb150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cb250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cb350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cb490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cb590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cb690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cb790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cb810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cb950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cba50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cbb50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cbc50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cbd50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cbe50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773cbf50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c4090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c4190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c4290, convert type='tns:UpdateContactResponseType' to ('UpdateContactResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c4450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c4610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c4710, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c4810, convert type='tns:ContactData' to ('ContactData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c4910, convert type='tns:CreateCustomerRequestType' to ('CreateCustomerRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c4ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c4c90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c4d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c4e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c4f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c50d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c51d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c52d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c53d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c5450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c5590, convert type='tns:CustomerAdminData' to ('CustomerAdminData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c5690, convert type='tns:CustomerAdminData' to ('CustomerAdminData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c5790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c5890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c5990, convert type='tns:CreateCustomerResponseType' to ('CreateCustomerResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c5b50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c5d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c5e10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c5f10, convert type='tns:CustomerData' to ('CustomerData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c6010, convert type='tns:UpdateCustomerRequestType' to ('UpdateCustomerRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c61d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c6390, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c6490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c6590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c6690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c67d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c68d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c69d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c6ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c6b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c6c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c6d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c6e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c6f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c7090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c7190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c7290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c7390, convert type='tns:UpdateCustomerResponseType' to ('UpdateCustomerResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c7550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c7710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c7810, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c7910, convert type='tns:CustomerData' to ('CustomerData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c7a10, convert type='tns:GetOneCustomerRequestType' to ('GetOneCustomerRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773c7bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c7d90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c7e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773c7f90, convert type='tns:GetOneCustomerResponseType' to ('GetOneCustomerResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e0190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e0350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e0450, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e0550, convert type='tns:CustomerData' to ('CustomerData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e0650, convert type='tns:GetCustomersRequestType' to ('GetCustomersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e0810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e09d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e0ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e0bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e0cd0, convert type='tns:GetCustomersResponseType' to ('GetCustomersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e0e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e1050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e1150, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e1250, convert type='tns:CustomerData' to ('CustomerData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e1350, convert type='tns:DeleteOneCustomerRequestType' to ('DeleteOneCustomerRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e1510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e16d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e17d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e18d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e19d0, convert type='tns:DeleteOneCustomerResponseType' to ('DeleteOneCustomerResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e1b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e1d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e1e50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e1f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e2050, convert type='tns:GetCustomerPrefsRequestType' to ('GetCustomerPrefsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e2210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e23d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e24d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e25d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e26d0, convert type='tns:GetCustomerPrefsResponseType' to ('GetCustomerPrefsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e2890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e2a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e2b50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e2c50, convert type='tns:CustomerPrefData' to ('CustomerPrefData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e2d50, convert type='tns:SetCustomerPrefsRequestType' to ('SetCustomerPrefsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e2f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e30d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e31d0, convert type='tns:CustomerPrefData' to ('CustomerPrefData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e32d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e33d0, convert type='tns:SetCustomerPrefsResponseType' to ('SetCustomerPrefsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e3590, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e3750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e3850, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e3950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e3a50, convert type='tns:GetCustomerIPACLRequestType' to ('GetCustomerIPACLRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e773e3c10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e3dd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e3ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e773e3fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76810110, convert type='tns:GetCustomerIPACLResponseType' to ('GetCustomerIPACLResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768102d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76810490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76810590, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76810690, convert type='tns:CustomerIPACL' to ('CustomerIPACL', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76810790, convert type='tns:SetCustomerIPACLRequestType' to ('SetCustomerIPACLRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76810950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76810b10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76810c10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76810d10, convert type='tns:CustomerIPACL' to ('CustomerIPACL', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76810e10, convert type='tns:SetCustomerIPACLResponseType' to ('SetCustomerIPACLResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76810fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76811190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76811290, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76811390, convert type='tns:CustomerIPACL' to ('CustomerIPACL', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76811490, convert type='tns:CreateCustomerOracleMetadataRequestType' to ('CreateCustomerOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76811690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76811850, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76811950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76811a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76811b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76811650, convert type='tns:CreateCustomerOracleMetadataResponseType' to ('CreateCustomerOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76811e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76811fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768120d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768121d0, convert type='tns:CustomerOracleMetadataData' to ('CustomerOracleMetadataData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768122d0, convert type='tns:UpdateCustomerOracleMetadataRequestType' to ('UpdateCustomerOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768124d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76812690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76812790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76812890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76812990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76812490, convert type='tns:UpdateCustomerOracleMetadataResponseType' to ('UpdateCustomerOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76812c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76812e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76812f10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76813010, convert type='tns:CustomerOracleMetadataData' to ('CustomerOracleMetadataData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76813110, convert type='tns:GetCustomerOracleMetadataRequestType' to ('GetCustomerOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76813310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768134d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768135d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768136d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768137d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768132d0, convert type='tns:GetCustomerOracleMetadataResponseType' to ('GetCustomerOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76813a90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76813c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76813d50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76813e50, convert type='tns:CustomerOracleMetadataData' to ('CustomerOracleMetadataData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76813f50, convert type='tns:DeleteCustomerOracleMetadataRequestType' to ('DeleteCustomerOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76838150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76838310, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76838410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76838510, convert type='tns:DeleteCustomerOracleMetadataResponseType' to ('DeleteCustomerOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768386d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76838890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76838990, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76838a90, convert type='tns:CustomerOracleMetadataData' to ('CustomerOracleMetadataData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76838b90, convert type='tns:CreateZoneOracleMetadataRequestType' to ('CreateZoneOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76838d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76838f50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76839050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76839150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76839250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76838d50, convert type='tns:CreateZoneOracleMetadataResponseType' to ('CreateZoneOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76839510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768396d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768397d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768398d0, convert type='tns:ZoneOracleMetadataData' to ('ZoneOracleMetadataData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768399d0, convert type='tns:UpdateZoneOracleMetadataRequestType' to ('UpdateZoneOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76839bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76839d90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76839e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76839f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7683a090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76839b90, convert type='tns:UpdateZoneOracleMetadataResponseType' to ('UpdateZoneOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7683a350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7683a510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7683a610, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7683a710, convert type='tns:ZoneOracleMetadataData' to ('ZoneOracleMetadataData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7683a810, convert type='tns:GetZoneOracleMetadataRequestType' to ('GetZoneOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7683aa10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7683abd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7683acd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7683add0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7683aed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7683a9d0, convert type='tns:GetZoneOracleMetadataResponseType' to ('GetZoneOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7683b190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7683b350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7683b450, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7683b550, convert type='tns:ZoneOracleMetadataData' to ('ZoneOracleMetadataData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7683b650, convert type='tns:DeleteZoneOracleMetadataRequestType' to ('DeleteZoneOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7683b810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7683b9d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7683bad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7683bbd0, convert type='tns:DeleteZoneOracleMetadataResponseType' to ('DeleteZoneOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7683bd90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7683bf50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76820090, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76820190, convert type='tns:ZoneOracleMetadataData' to ('ZoneOracleMetadataData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76820290, convert type='tns:OCIMigrateRequestType' to ('OCIMigrateRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76820450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76820610, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76820710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76820810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76820910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76820a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76820b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76820c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76820d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76820dd0, convert type='tns:Replacement' to ('Replacement', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76820f10, convert type='tns:OCIMigrateResponseType' to ('OCIMigrateResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768210d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76821290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76821390, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76821490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76821590, convert type='tns:CreateDDNSRequestType' to ('CreateDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76821790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76821950, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76821a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76821b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76821c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76821d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76821750, convert type='tns:CreateDDNSResponseType' to ('CreateDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76822010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768221d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768222d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768223d0, convert type='tns:DDNSData' to ('DDNSData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768224d0, convert type='tns:GetOneDDNSRequestType' to ('GetOneDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768226d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76822890, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76822990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76822a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76822b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76822690, convert type='tns:GetOneDDNSResponseType' to ('GetOneDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76822e50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76823010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76823110, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76823210, convert type='tns:DDNSData' to ('DDNSData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76823310, convert type='tns:GetDDNSsRequestType' to ('GetDDNSsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768234d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76823690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76823790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76823890, convert type='tns:GetDDNSsResponseType' to ('GetDDNSsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76823a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76823c10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76823d10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76823e10, convert type='tns:DDNSData' to ('DDNSData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76823f10, convert type='tns:UpdateDDNSRequestType' to ('UpdateDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76828150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76828310, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76828410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76828510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76828610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76828750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76828110, convert type='tns:UpdateDDNSResponseType' to ('UpdateDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768289d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76828b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76828c90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76828d90, convert type='tns:DDNSData' to ('DDNSData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76828e90, convert type='tns:DeleteOneDDNSRequestType' to ('DeleteOneDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76829090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76829250, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76829350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76829450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76829550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76829050, convert type='tns:DeleteOneDDNSResponseType' to ('DeleteOneDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76829810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768299d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76829ad0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76829bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76829cd0, convert type='tns:ActivateDDNSRequestType' to ('ActivateDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76829ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682a090, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682a190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682a290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682a390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76829e90, convert type='tns:ActivateDDNSResponseType' to ('ActivateDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7682a650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682a810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682a910, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7682aa10, convert type='tns:DDNSData' to ('DDNSData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7682ab10, convert type='tns:DeactivateDDNSRequestType' to ('DeactivateDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7682ad10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682aed0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682afd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682b0d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682b1d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682acd0, convert type='tns:DeactivateDDNSResponseType' to ('DeactivateDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7682b490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682b650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682b750, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7682b850, convert type='tns:DDNSData' to ('DDNSData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7682b950, convert type='tns:ResetDDNSRequestType' to ('ResetDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7682bb50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682bd10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682be10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682bf10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686c050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7682bb10, convert type='tns:ResetDDNSResponseType' to ('ResetDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686c310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686c4d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686c5d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686c6d0, convert type='tns:DDNSData' to ('DDNSData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686c7d0, convert type='tns:GetUpdateUserPasswordRequestType' to ('GetUpdateUserPasswordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686c990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686cb50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686cc50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686cd50, convert type='tns:GetUpdateUserPasswordResponseType' to ('GetUpdateUserPasswordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686cf10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686d0d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686d1d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686d2d0, convert type='tns:UpdateUserPasswordData' to ('UpdateUserPasswordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686d3d0, convert type='tns:CreateDDNSHostRequestType' to ('CreateDDNSHostRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686d5d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686d790, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686d890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686d990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686da90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686dbd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686dcd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686d590, convert type='tns:CreateDDNSHostResponseType' to ('CreateDDNSHostResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686df50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686e110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686e210, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686e310, convert type='tns:DDNSHostData' to ('DDNSHostData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686e410, convert type='tns:CreateUpdateUserRequestType' to ('CreateUpdateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686e5d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686e790, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686e890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686e990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686ea90, convert type='tns:CreateUpdateUserResponseType' to ('CreateUpdateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686ec50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686ee10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686ef10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686f010, convert type='tns:UpdateUser' to ('UpdateUser', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686f110, convert type='tns:AddDDNSRequestType' to ('AddDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686f310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686f4d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686f5d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686f6d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686f7d0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686f2d0, convert type='tns:AddDDNSResponseType' to ('AddDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686fa90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686fc50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7686fd50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686fe50, convert type='tns:DDNSData' to ('DDNSData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7686ff50, convert type='tns:CreateFailoverRequestType' to ('CreateFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76844150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76844310, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76844410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76844510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76844610, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76844750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76844850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76844950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76844a50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76844ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76844c10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76844d10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76844e10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76844f10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76845010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76845110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76845210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76845310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76845410, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76845510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76845610, convert type='tns:CreateFailoverResponseType' to ('CreateFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768457d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76845990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76845a90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76845b90, convert type='tns:FailoverData' to ('FailoverData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76845c90, convert type='tns:GetOneFailoverRequestType' to ('GetOneFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76845e50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76846010, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76846110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76846210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76846310, convert type='tns:GetOneFailoverResponseType' to ('GetOneFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768464d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76846690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76846790, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76846890, convert type='tns:FailoverData' to ('FailoverData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76846990, convert type='tns:GetFailoversRequestType' to ('GetFailoversRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76846b50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76846d10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76846e10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76846f10, convert type='tns:GetFailoversResponseType' to ('GetFailoversResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768470d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76847290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76847390, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76847490, convert type='tns:FailoverData' to ('FailoverData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76847590, convert type='tns:UpdateFailoverRequestType' to ('UpdateFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76847750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76847910, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76847a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76847b10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76847c10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76847d50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76847e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76847f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76854090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76854110, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76854250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76854350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76854450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76854550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76854650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76854750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76854850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76854950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76854a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76854b50, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76854c50, convert type='tns:UpdateFailoverResponseType' to ('UpdateFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76854e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76854fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768550d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768551d0, convert type='tns:FailoverData' to ('FailoverData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768552d0, convert type='tns:DeleteOneFailoverRequestType' to ('DeleteOneFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76855490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76855650, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76855750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76855850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76855950, convert type='tns:DeleteOneFailoverResponseType' to ('DeleteOneFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76855b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76855cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76855dd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76855ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76855fd0, convert type='tns:ActivateFailoverRequestType' to ('ActivateFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76856190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76856350, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76856450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76856550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76856650, convert type='tns:ActivateFailoverResponseType' to ('ActivateFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76856810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768569d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76856ad0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76856bd0, convert type='tns:FailoverData' to ('FailoverData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76856cd0, convert type='tns:DeactivateFailoverRequestType' to ('DeactivateFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76856e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76857050, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76857150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76857250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76857350, convert type='tns:DeactivateFailoverResponseType' to ('DeactivateFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76857510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768576d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768577d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768578d0, convert type='tns:FailoverData' to ('FailoverData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768579d0, convert type='tns:RecoverFailoverRequestType' to ('RecoverFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76857b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76857d50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76857e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76857f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b0090, convert type='tns:RecoverFailoverResponseType' to ('RecoverFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b0250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b0410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b0510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b0610, convert type='tns:FailoverData' to ('FailoverData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b0710, convert type='tns:CreateLoadBalanceRequestType' to ('CreateLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b08d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b0a90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b0b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b0c90, convert type='tns:LoadBalanceAddress' to ('LoadBalanceAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b0d90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b0ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b0fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b10d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b11d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b1250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b1390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b1490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b1590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b1690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b1790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b1890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b1990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b1a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b1b90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b1c90, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b1d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b1e90, convert type='tns:CreateLoadBalanceResponseType' to ('CreateLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b2050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b2210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b2310, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b2410, convert type='tns:LoadBalanceData' to ('LoadBalanceData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b2510, convert type='tns:GetOneLoadBalanceRequestType' to ('GetOneLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b26d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b2890, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b2990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b2a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b2b90, convert type='tns:GetOneLoadBalanceResponseType' to ('GetOneLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b2d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b2f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b3010, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b3110, convert type='tns:LoadBalanceData' to ('LoadBalanceData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b3210, convert type='tns:GetLoadBalancesRequestType' to ('GetLoadBalancesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b33d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b3590, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b3690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b3790, convert type='tns:GetLoadBalancesResponseType' to ('GetLoadBalancesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b3950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b3b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768b3c10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b3d10, convert type='tns:LoadBalanceData' to ('LoadBalanceData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b3e10, convert type='tns:UpdateLoadBalanceRequestType' to ('UpdateLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768b3fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689c1d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689c2d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689c3d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689c4d0, convert type='tns:LoadBalanceAddress' to ('LoadBalanceAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7689c610, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689c710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689c810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689c910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689c990, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689cad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689cbd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689ccd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689cdd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689ced0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689cfd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689d0d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689d1d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689d2d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689d3d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689d4d0, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7689d5d0, convert type='tns:UpdateLoadBalanceResponseType' to ('UpdateLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7689d790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689d950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689da50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7689db50, convert type='tns:LoadBalanceData' to ('LoadBalanceData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7689dc50, convert type='tns:DeleteOneLoadBalanceRequestType' to ('DeleteOneLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7689de10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689dfd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689e0d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689e1d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689e2d0, convert type='tns:DeleteOneLoadBalanceResponseType' to ('DeleteOneLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7689e490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689e650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689e750, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7689e850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689e950, convert type='tns:ActivateLoadBalanceRequestType' to ('ActivateLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7689eb10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689ecd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689edd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689eed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689efd0, convert type='tns:ActivateLoadBalanceResponseType' to ('ActivateLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7689f190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689f350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689f450, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7689f550, convert type='tns:LoadBalanceData' to ('LoadBalanceData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7689f650, convert type='tns:DeactivateLoadBalanceRequestType' to ('DeactivateLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7689f810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689f9d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689fad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689fbd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7689fcd0, convert type='tns:DeactivateLoadBalanceResponseType' to ('DeactivateLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7689fe90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76890090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76890190, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76890290, convert type='tns:LoadBalanceData' to ('LoadBalanceData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76890390, convert type='tns:RecoverLoadBalanceRequestType' to ('RecoverLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76890550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76890710, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76890810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76890910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76890a10, convert type='tns:RecoverLoadBalanceResponseType' to ('RecoverLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76890bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76890d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76890e90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76890f90, convert type='tns:LoadBalanceData' to ('LoadBalanceData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76891090, convert type='tns:RecoverLoadBalanceIPRequestType' to ('RecoverLoadBalanceIPRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76891290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76891450, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76891550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76891650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76891750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76891250, convert type='tns:RecoverLoadBalanceIPResponseType' to ('RecoverLoadBalanceIPResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76891a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76891bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76891cd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76891dd0, convert type='tns:LoadBalanceData' to ('LoadBalanceData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76891ed0, convert type='tns:CreateLoadBalancePoolEntryRequestType' to ('CreateLoadBalancePoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768920d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76892290, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76892390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76892490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76892590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768926d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768927d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768928d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76892090, convert type='tns:CreateLoadBalancePoolEntryResponseType' to ('CreateLoadBalancePoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76892b50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76892d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76892e10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76892f10, convert type='tns:LoadBalancePoolEntry' to ('LoadBalancePoolEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76893010, convert type='tns:UpdateLoadBalancePoolEntryRequestType' to ('UpdateLoadBalancePoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768931d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76893390, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76893490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76893590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76893690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768937d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768938d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768939d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76893ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76893b50, convert type='tns:UpdateLoadBalancePoolEntryResponseType' to ('UpdateLoadBalancePoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76893d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76893f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a0050, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a0150, convert type='tns:LoadBalancePoolEntry' to ('LoadBalancePoolEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a0250, convert type='tns:GetOneLoadBalancePoolEntryRequestType' to ('GetOneLoadBalancePoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a0450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a0610, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a0710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a0810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a0910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a0410, convert type='tns:GetOneLoadBalancePoolEntryResponseType' to ('GetOneLoadBalancePoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a0bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a0d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a0e90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a0f90, convert type='tns:LoadBalancePoolEntry' to ('LoadBalancePoolEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a1090, convert type='tns:GetLoadBalancePoolEntriesRequestType' to ('GetLoadBalancePoolEntriesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a1250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a1410, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a1510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a1610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a1710, convert type='tns:GetLoadBalancePoolEntriesResponseType' to ('GetLoadBalancePoolEntriesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a18d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a1a90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a1b90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a1c90, convert type='tns:LoadBalancePoolEntry' to ('LoadBalancePoolEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a1d90, convert type='tns:DeleteOneLoadBalancePoolEntryRequestType' to ('DeleteOneLoadBalancePoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a1f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a2150, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a2250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a2350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a2450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a1f50, convert type='tns:DeleteOneLoadBalancePoolEntryResponseType' to ('DeleteOneLoadBalancePoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a2710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a28d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a29d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a2ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a2bd0, convert type='tns:CreateGSLBRequestType' to ('CreateGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a2d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a2f50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3150, convert type='tns:GSLBRegion' to ('GSLBRegion', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3250, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3490, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3e50, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768a3f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cc090, convert type='tns:CreateGSLBResponseType' to ('CreateGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768cc250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cc410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cc510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768cc610, convert type='tns:GSLBData' to ('GSLBData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768cc710, convert type='tns:GetOneGSLBRequestType' to ('GetOneGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768cc8d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cca90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ccb90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ccc90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ccd90, convert type='tns:GetOneGSLBResponseType' to ('GetOneGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ccf50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cd110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cd210, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768cd310, convert type='tns:GSLBData' to ('GSLBData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768cd410, convert type='tns:GetGSLBsRequestType' to ('GetGSLBsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768cd5d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cd790, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cd890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cd990, convert type='tns:GetGSLBsResponseType' to ('GetGSLBsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768cdb50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cdd10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cde10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768cdf10, convert type='tns:GSLBData' to ('GSLBData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ce010, convert type='tns:UpdateGSLBRequestType' to ('UpdateGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ce1d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ce390, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ce490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ce590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ce690, convert type='tns:GSLBRegion' to ('GSLBRegion', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ce7d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ce8d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ce9d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cead0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ceb50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cec90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ced90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cee90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cef90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cf090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cf190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cf290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cf390, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768cf490, convert type='tns:UpdateGSLBResponseType' to ('UpdateGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768cf650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cf810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cf910, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768cfa10, convert type='tns:GSLBData' to ('GSLBData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768cfb10, convert type='tns:DeleteOneGSLBRequestType' to ('DeleteOneGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768cfcd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cfe90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768cff90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d00d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d01d0, convert type='tns:DeleteOneGSLBResponseType' to ('DeleteOneGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d0390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d0550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d0650, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d0750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d0850, convert type='tns:ActivateGSLBRequestType' to ('ActivateGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d0a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d0bd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d0cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d0dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d0ed0, convert type='tns:ActivateGSLBResponseType' to ('ActivateGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d1090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d1250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d1350, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d1450, convert type='tns:GSLBData' to ('GSLBData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d1550, convert type='tns:DeactivateGSLBRequestType' to ('DeactivateGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d1710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d18d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d19d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d1ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d1bd0, convert type='tns:DeactivateGSLBResponseType' to ('DeactivateGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d1d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d1f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d2050, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d2150, convert type='tns:GSLBData' to ('GSLBData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d2250, convert type='tns:RecoverGSLBRequestType' to ('RecoverGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d2410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d25d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d26d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d27d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d28d0, convert type='tns:RecoverGSLBResponseType' to ('RecoverGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d2a90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d2c50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d2d50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d2e50, convert type='tns:GSLBData' to ('GSLBData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d2f50, convert type='tns:RecoverGSLBIPRequestType' to ('RecoverGSLBIPRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d3150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d3310, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d3410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d3510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d3610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d3110, convert type='tns:RecoverGSLBIPResponseType' to ('RecoverGSLBIPResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d38d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d3a90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d3b90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d3c90, convert type='tns:GSLBData' to ('GSLBData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d3d90, convert type='tns:CreateGSLBRegionRequestType' to ('CreateGSLBRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d3f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d8150, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d8250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d8350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d8450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d8590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d8690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d8790, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d8890, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d8910, convert type='tns:GSLBAddress' to ('GSLBAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d8a50, convert type='tns:CreateGSLBRegionResponseType' to ('CreateGSLBRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d8c10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d8dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d8ed0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d8fd0, convert type='tns:GSLBRegionData' to ('GSLBRegionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d90d0, convert type='tns:GetOneGSLBRegionRequestType' to ('GetOneGSLBRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d92d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d9490, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d9590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d9690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d9790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d9290, convert type='tns:GetOneGSLBRegionResponseType' to ('GetOneGSLBRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d9a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d9c10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768d9d10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d9e10, convert type='tns:GSLBRegionData' to ('GSLBRegionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768d9f10, convert type='tns:GetGSLBRegionsRequestType' to ('GetGSLBRegionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768da0d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768da290, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768da390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768da490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768da590, convert type='tns:GetGSLBRegionsResponseType' to ('GetGSLBRegionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768da750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768da910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768daa10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768dab10, convert type='tns:GSLBRegionData' to ('GSLBRegionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768dac10, convert type='tns:UpdateGSLBRegionRequestType' to ('UpdateGSLBRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768dadd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768daf90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768db090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768db190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768db290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768db3d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768db4d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768db5d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768db6d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768db750, convert type='tns:GSLBAddress' to ('GSLBAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768db890, convert type='tns:UpdateGSLBRegionResponseType' to ('UpdateGSLBRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768dba50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768dbc10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768dbd10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768dbe10, convert type='tns:GSLBRegionData' to ('GSLBRegionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768dbf10, convert type='tns:DeleteOneGSLBRegionRequestType' to ('DeleteOneGSLBRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768e0150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e0310, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e0410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e0510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e0610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e0110, convert type='tns:DeleteOneGSLBRegionResponseType' to ('DeleteOneGSLBRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768e08d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e0a90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e0b90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768e0c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e0d90, convert type='tns:CreateGSLBRegionPoolEntryRequestType' to ('CreateGSLBRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768e0f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e1110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e1210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e1310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e1410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e1550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e1650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e1750, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e1850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e18d0, convert type='tns:CreateGSLBRegionPoolEntryResponseType' to ('CreateGSLBRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768e1ad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e1c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e1d90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768e1e90, convert type='tns:GSLBRegionPoolEntry' to ('GSLBRegionPoolEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768e1f90, convert type='tns:UpdateGSLBRegionPoolEntryRequestType' to ('UpdateGSLBRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768e2150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e2310, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e2410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e2510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e2610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e2750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e2850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e2950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e2a50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e2ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e2c10, convert type='tns:UpdateGSLBRegionPoolEntryResponseType' to ('UpdateGSLBRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768e2dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e2f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e3090, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768e3190, convert type='tns:GSLBRegionPoolEntry' to ('GSLBRegionPoolEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768e3290, convert type='tns:GetOneGSLBRegionPoolEntryRequestType' to ('GetOneGSLBRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768e3490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e3650, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e3750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e3850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e3950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e3a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e3450, convert type='tns:GetOneGSLBRegionPoolEntryResponseType' to ('GetOneGSLBRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768e3d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e3ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768e3fd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ec110, convert type='tns:GSLBRegionPoolEntry' to ('GSLBRegionPoolEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ec210, convert type='tns:GetGSLBRegionPoolEntriesRequestType' to ('GetGSLBRegionPoolEntriesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ec410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ec5d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ec6d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ec7d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ec8d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ec3d0, convert type='tns:GetGSLBRegionPoolEntriesResponseType' to ('GetGSLBRegionPoolEntriesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ecb90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ecd50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ece50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ecf50, convert type='tns:GSLBRegionPoolEntry' to ('GSLBRegionPoolEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ed050, convert type='tns:DeleteOneGSLBRegionPoolEntryRequestType' to ('DeleteOneGSLBRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ed250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ed410, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ed510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ed610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ed710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ed850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ed210, convert type='tns:DeleteOneGSLBRegionPoolEntryResponseType' to ('DeleteOneGSLBRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768edad0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768edc90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768edd90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ede90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768edf90, convert type='tns:CreateRTTMRequestType' to ('CreateRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ee150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ee310, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ee410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ee510, convert type='tns:RTTMRegion' to ('RTTMRegion', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ee610, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ee750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ee850, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ee950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768eea50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768eead0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768eec10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768eed10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768eee10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768eef10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ef010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ef110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ef210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ef310, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ef410, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ef510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ef610, convert type='tns:CreateRTTMResponseType' to ('CreateRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768ef7d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768ef990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768efa90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768efb90, convert type='tns:RTTMData' to ('RTTMData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768efc90, convert type='tns:GetOneRTTMRequestType' to ('GetOneRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768efe50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f0050, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f0150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f0250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f0350, convert type='tns:GetOneRTTMResponseType' to ('GetOneRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f0510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f06d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f07d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f08d0, convert type='tns:RTTMData' to ('RTTMData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f09d0, convert type='tns:GetRTTMsRequestType' to ('GetRTTMsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f0b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f0d50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f0e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f0f50, convert type='tns:GetRTTMsResponseType' to ('GetRTTMsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f1110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f12d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f13d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f14d0, convert type='tns:RTTMData' to ('RTTMData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f15d0, convert type='tns:UpdateRTTMRequestType' to ('UpdateRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f1790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f1950, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f1a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f1b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f1c50, convert type='tns:RTTMRegion' to ('RTTMRegion', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f1d90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f1e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f1f90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2450, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2550, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2a50, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2b50, convert type='tns:MonitorData' to ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2c50, convert type='tns:UpdateRTTMResponseType' to ('UpdateRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2e10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f2fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f30d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f31d0, convert type='tns:RTTMData' to ('RTTMData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f32d0, convert type='tns:DeleteOneRTTMRequestType' to ('DeleteOneRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f3490, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f3650, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f3750, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f3850, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f3950, convert type='tns:DeleteOneRTTMResponseType' to ('DeleteOneRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f3b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f3cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f3dd0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e768f3ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e768f3fd0, convert type='tns:ActivateRTTMRequestType' to ('ActivateRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769001d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76900390, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76900490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76900590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76900690, convert type='tns:ActivateRTTMResponseType' to ('ActivateRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76900850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76900a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76900b10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76900c10, convert type='tns:RTTMData' to ('RTTMData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76900d10, convert type='tns:DeactivateRTTMRequestType' to ('DeactivateRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76900ed0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76901090, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76901190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76901290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76901390, convert type='tns:DeactivateRTTMResponseType' to ('DeactivateRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76901550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76901710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76901810, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76901910, convert type='tns:RTTMData' to ('RTTMData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76901a10, convert type='tns:RecoverRTTMRequestType' to ('RecoverRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76901bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76901d90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76901e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76901f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76902090, convert type='tns:RecoverRTTMResponseType' to ('RecoverRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76902250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76902410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76902510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76902610, convert type='tns:RTTMData' to ('RTTMData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76902710, convert type='tns:RecoverRTTMIPRequestType' to ('RecoverRTTMIPRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76902910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76902ad0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76902bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76902cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76902dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769028d0, convert type='tns:RecoverRTTMIPResponseType' to ('RecoverRTTMIPResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76903090, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76903250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76903350, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76903450, convert type='tns:RTTMData' to ('RTTMData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76903550, convert type='tns:GetRTTMLogsRequestType' to ('GetRTTMLogsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76903750, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76903910, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76903a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76903b10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76903c10, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76903d50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76903710, convert type='tns:GetRTTMLogsResponseType' to ('GetRTTMLogsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76903fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769041d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769042d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769043d0, convert type='tns:RTTMLogData' to ('RTTMLogData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769044d0, convert type='tns:GetRTTMRRSetsRequestType' to ('GetRTTMRRSetsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769046d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76904890, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76904990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76904a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76904b90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76904690, convert type='tns:GetRTTMRRSetsResponseType' to ('GetRTTMRRSetsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76904e50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76905010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76905110, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76905210, convert type='tns:RTTMLogData' to ('RTTMLogData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76905310, convert type='tns:CreateRTTMRegionRequestType' to ('CreateRTTMRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769054d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76905690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76905790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76905890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76905990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76905ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76905bd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76905cd0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76905dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76905e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76905f90, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76906090, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76906190, convert type='tns:RTTMAddress' to ('RTTMAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76906290, convert type='tns:CreateRTTMRegionResponseType' to ('CreateRTTMRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76906450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76906610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76906710, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76906810, convert type='tns:RTTMRegionData' to ('RTTMRegionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76906910, convert type='tns:GetOneRTTMRegionRequestType' to ('GetOneRTTMRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76906b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76906cd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76906dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76906ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76906fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76906ad0, convert type='tns:GetOneRTTMRegionResponseType' to ('GetOneRTTMRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76907290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76907450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76907550, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76907650, convert type='tns:RTTMRegionData' to ('RTTMRegionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76907750, convert type='tns:GetRTTMRegionsRequestType' to ('GetRTTMRegionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76907910, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76907ad0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76907bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76907cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76907dd0, convert type='tns:GetRTTMRegionsResponseType' to ('GetRTTMRegionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76907f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76910190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76910290, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76910390, convert type='tns:RTTMRegionData' to ('RTTMRegionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76910490, convert type='tns:UpdateRTTMRegionRequestType' to ('UpdateRTTMRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76910650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76910810, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76910910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76910a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76910b10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76910c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76910d50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76910e50, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76910f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76910fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76911110, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76911210, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76911310, convert type='tns:RTTMAddress' to ('RTTMAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76911410, convert type='tns:UpdateRTTMRegionResponseType' to ('UpdateRTTMRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769115d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76911790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76911890, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76911990, convert type='tns:RTTMRegionData' to ('RTTMRegionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76911a90, convert type='tns:DeleteOneRTTMRegionRequestType' to ('DeleteOneRTTMRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76911c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76911e50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76911f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76912050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76912150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76911c50, convert type='tns:DeleteOneRTTMRegionResponseType' to ('DeleteOneRTTMRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76912410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769125d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769126d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769127d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769128d0, convert type='tns:CreateRTTMRegionPoolEntryRequestType' to ('CreateRTTMRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76912a90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76912c50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76912d50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76912e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76912f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76913090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76913190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76913290, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76913390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76913410, convert type='tns:CreateRTTMRegionPoolEntryResponseType' to ('CreateRTTMRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76913610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769137d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769138d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769139d0, convert type='tns:RTTMRegionPoolEntry' to ('RTTMRegionPoolEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76913ad0, convert type='tns:UpdateRTTMRegionPoolEntryRequestType' to ('UpdateRTTMRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76913c90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76913e50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76913f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76918090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76918190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769182d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769183d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769184d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769185d0, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76918650, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76918790, convert type='tns:UpdateRTTMRegionPoolEntryResponseType' to ('UpdateRTTMRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76918950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76918b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76918c10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76918d10, convert type='tns:RTTMRegionPoolEntry' to ('RTTMRegionPoolEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76918e10, convert type='tns:GetOneRTTMRegionPoolEntryRequestType' to ('GetOneRTTMRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76919010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769191d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769192d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769193d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769194d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76919610, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76918fd0, convert type='tns:GetOneRTTMRegionPoolEntryResponseType' to ('GetOneRTTMRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76919890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76919a50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76919b50, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76919c50, convert type='tns:RTTMRegionPoolEntry' to ('RTTMRegionPoolEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76919d50, convert type='tns:GetRTTMRegionPoolEntriesRequestType' to ('GetRTTMRegionPoolEntriesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76919f50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691a110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691a210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691a310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691a410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76919f10, convert type='tns:GetRTTMRegionPoolEntriesResponseType' to ('GetRTTMRegionPoolEntriesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691a6d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691a890, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691a990, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691aa90, convert type='tns:RTTMRegionPoolEntry' to ('RTTMRegionPoolEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691ab90, convert type='tns:DeleteOneRTTMRegionPoolEntryRequestType' to ('DeleteOneRTTMRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691ad90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691af50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691b050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691b150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691b250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691b390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691ad50, convert type='tns:DeleteOneRTTMRegionPoolEntryResponseType' to ('DeleteOneRTTMRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691b610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691b7d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691b8d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691b9d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691bad0, convert type='tns:CreateHTTPRedirectRequestType' to ('CreateHTTPRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691bcd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691be90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691bf90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691c0d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691c1d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691c310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691c410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691bc90, convert type='tns:CreateHTTPRedirectResponseType' to ('CreateHTTPRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691c690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691c850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691c950, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691ca50, convert type='tns:HTTPRedirectData' to ('HTTPRedirectData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691cb50, convert type='tns:GetOneHTTPRedirectRequestType' to ('GetOneHTTPRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691cd10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691ced0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691cfd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691d0d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691d1d0, convert type='tns:GetOneHTTPRedirectResponseType' to ('GetOneHTTPRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691d390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691d550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691d650, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691d750, convert type='tns:HTTPRedirectData' to ('HTTPRedirectData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691d850, convert type='tns:GetHTTPRedirectsRequestType' to ('GetHTTPRedirectsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691da10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691dbd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691dcd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691ddd0, convert type='tns:GetHTTPRedirectsResponseType' to ('GetHTTPRedirectsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691df90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691e150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691e250, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691e350, convert type='tns:HTTPRedirectData' to ('HTTPRedirectData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691e450, convert type='tns:UpdateHTTPRedirectRequestType' to ('UpdateHTTPRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691e650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691e810, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691e910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691ea10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691eb10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691ec50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691ed50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691e610, convert type='tns:UpdateHTTPRedirectResponseType' to ('UpdateHTTPRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691efd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691f190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691f290, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691f390, convert type='tns:HTTPRedirectData' to ('HTTPRedirectData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691f490, convert type='tns:DeleteOneHTTPRedirectRequestType' to ('DeleteOneHTTPRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691f690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691f850, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691f950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691fa50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691fb50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691f650, convert type='tns:DeleteOneHTTPRedirectResponseType' to ('DeleteOneHTTPRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7691fe10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7691ffd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76928110, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76928210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76928310, convert type='tns:CreateAdvRedirectRuleRequestType' to ('CreateAdvRedirectRuleRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769284d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76928690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76928790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76928890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76928990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76928ad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76928bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76928cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76928dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76928e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76928f90, convert type='tns:CreateAdvRedirectRuleResponseType' to ('CreateAdvRedirectRuleResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76929150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76929310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76929410, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76929510, convert type='tns:AdvRedirectRuleData' to ('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76929610, convert type='tns:UpdateAdvRedirectRuleRequestType' to ('UpdateAdvRedirectRuleRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769297d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76929990, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76929a90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76929b90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76929c90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76929dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76929ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76929fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692a0d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692a150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692a290, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692a390, convert type='tns:UpdateAdvRedirectRuleResponseType' to ('UpdateAdvRedirectRuleResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7692a550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692a710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692a810, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7692a910, convert type='tns:AdvRedirectRuleData' to ('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7692aa10, convert type='tns:GetOneAdvRedirectRuleRequestType' to ('GetOneAdvRedirectRuleRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7692ac10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692add0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692aed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692afd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692b0d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692abd0, convert type='tns:GetOneAdvRedirectRuleResponseType' to ('GetOneAdvRedirectRuleResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7692b390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692b550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692b650, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7692b750, convert type='tns:AdvRedirectRuleData' to ('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7692b850, convert type='tns:GetAdvRedirectRulesRequestType' to ('GetAdvRedirectRulesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7692ba10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692bbd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692bcd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692bdd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7692bed0, convert type='tns:GetAdvRedirectRulesResponseType' to ('GetAdvRedirectRulesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769300d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76930290, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76930390, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76930490, convert type='tns:AdvRedirectRuleData' to ('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76930590, convert type='tns:DeleteOneAdvRedirectRuleRequestType' to ('DeleteOneAdvRedirectRuleRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76930790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76930950, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76930a50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76930b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76930c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76930750, convert type='tns:DeleteOneAdvRedirectRuleResponseType' to ('DeleteOneAdvRedirectRuleResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76930f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769310d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769311d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769312d0, convert type='tns:AdvRedirectRuleData' to ('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769313d0, convert type='tns:CreateAdvRedirectRequestType' to ('CreateAdvRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769315d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76931790, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76931890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76931990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76931a90, convert type='tns:AdvRedirectRuleData' to ('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76931bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76931590, convert type='tns:CreateAdvRedirectResponseType' to ('CreateAdvRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76931e50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76932010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76932110, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76932210, convert type='tns:AdvRedirectData' to ('AdvRedirectData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76932310, convert type='tns:GetOneAdvRedirectRequestType' to ('GetOneAdvRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769324d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76932690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76932790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76932890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76932990, convert type='tns:GetOneAdvRedirectResponseType' to ('GetOneAdvRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76932b50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76932d10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76932e10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76932f10, convert type='tns:AdvRedirectData' to ('AdvRedirectData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76933010, convert type='tns:GetAdvRedirectsRequestType' to ('GetAdvRedirectsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769331d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76933390, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76933490, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76933590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76933690, convert type='tns:GetAdvRedirectsResponseType' to ('GetAdvRedirectsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76933850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76933a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76933b10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76933c10, convert type='tns:AdvRedirectData' to ('AdvRedirectData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76933d10, convert type='tns:UpdateAdvRedirectRequestType' to ('UpdateAdvRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76933f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76938110, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76938210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76938310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76938410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76938550, convert type='tns:AdvRedirectRuleData' to ('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76933ed0, convert type='tns:UpdateAdvRedirectResponseType' to ('UpdateAdvRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769387d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76938990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76938a90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76938b90, convert type='tns:AdvRedirectData' to ('AdvRedirectData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76938c90, convert type='tns:DeleteOneAdvRedirectRequestType' to ('DeleteOneAdvRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76938e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76939050, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76939150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76939250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76939350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76939490, convert type='tns:AdvRedirectRuleData' to ('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76938e50, convert type='tns:DeleteOneAdvRedirectResponseType' to ('DeleteOneAdvRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76939710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769398d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769399d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76939ad0, convert type='tns:AdvRedirectData' to ('AdvRedirectData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76939bd0, convert type='tns:GetNodeListRequestType' to ('GetNodeListRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76939d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76939f50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693a050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693a150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693a250, convert type='tns:GetNodeListResponseType' to ('GetNodeListResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693a410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693a5d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693a6d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693a7d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693a8d0, convert type='tns:PublishZoneRequestType' to ('PublishZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693aa90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693ac50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693ad50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693ae50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693af50, convert type='tns:PublishZoneResponseType' to ('PublishZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693b110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693b2d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693b3d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693b4d0, convert type='tns:PublishZoneData' to ('PublishZoneData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693b5d0, convert type='tns:PruneZoneRequestType' to ('PruneZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693b790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693b950, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693ba50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693bb50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693bc50, convert type='tns:PruneZoneResponseType' to ('PruneZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693be10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693bfd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693c110, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693c210, convert type='tns:ZoneData' to ('ZoneData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693c310, convert type='tns:FreezeZoneRequestType' to ('FreezeZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693c4d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693c690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693c790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693c890, convert type='tns:FreezeZoneResponseType' to ('FreezeZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693ca50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693cc10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693cd10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693ce10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693cf10, convert type='tns:ThawZoneRequestType' to ('ThawZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693d0d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693d290, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693d390, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693d490, convert type='tns:ThawZoneResponseType' to ('ThawZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693d650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693d810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693d910, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693da10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693db10, convert type='tns:RestoreZoneRequestType' to ('RestoreZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693dcd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693de90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693df90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693e090, convert type='tns:RestoreZoneResponseType' to ('RestoreZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693e250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693e410, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693e510, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693e610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693e710, convert type='tns:BlockZoneRequestType' to ('BlockZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693e8d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693ea90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693eb90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693ec90, convert type='tns:BlockZoneResponseType' to ('BlockZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693ee50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693f010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693f110, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693f210, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693f310, convert type='tns:DeleteZoneChangesetRequestType' to ('DeleteZoneChangesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693f4d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693f690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693f790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693f890, convert type='tns:DeleteZoneChangesetResponseType' to ('DeleteZoneChangesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693fa50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693fc10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693fd10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7693fe10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7693ff10, convert type='tns:GetZoneChangesetRequestType' to ('GetZoneChangesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76948110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769482d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769483d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769484d0, convert type='tns:GetZoneChangesetResponseType' to ('GetZoneChangesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76948690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76948850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76948950, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76948a50, convert type='tns:ZoneChangeData' to ('ZoneChangeData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76948b50, convert type='tns:GetZoneNotesRequestType' to ('GetZoneNotesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76948d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76948f10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76949010, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76949110, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76949210, convert type='xsd:int' to ('int', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76948d10, convert type='tns:GetZoneNotesResponseType' to ('GetZoneNotesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769494d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76949690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76949790, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76949890, convert type='tns:ZoneNoteData' to ('ZoneNoteData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76949990, convert type='tns:UploadZoneFileRequestType' to ('UploadZoneFileRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76949b90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76949d50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76949e50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76949f50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694a050, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76949b50, convert type='tns:UploadZoneFileResponseType' to ('UploadZoneFileResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694a310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694a4d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694a5d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694a6d0, convert type='tns:TaskIDData' to ('TaskIDData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694a7d0, convert type='tns:TransferZoneInRequestType' to ('TransferZoneInRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694a990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694ab50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694ac50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694ad50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694ae50, convert type='tns:TransferZoneInResponseType' to ('TransferZoneInResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694b010, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694b1d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694b2d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694b3d0, convert type='tns:TaskIDData' to ('TaskIDData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694b4d0, convert type='tns:GetTransferStatusRequestType' to ('GetTransferStatusRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694b690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694b850, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694b950, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694ba50, convert type='tns:GetTransferStatusResponseType' to ('GetTransferStatusResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694bc10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694bdd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694bed0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694bfd0, convert type='tns:ZoneTransferStatus' to ('ZoneTransferStatus', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694c110, convert type='tns:GetZoneConfigOptionsRequestType' to ('GetZoneConfigOptionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694c2d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694c490, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694c590, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694c690, convert type='tns:GetZoneConfigOptionsResponseType' to ('GetZoneConfigOptionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694c850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694ca10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694cb10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694cc10, convert type='tns:ZoneConfigOptionData' to ('ZoneConfigOptionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694cd10, convert type='tns:SetZoneConfigOptionsRequestType' to ('SetZoneConfigOptionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694ced0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694d090, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694d190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694d290, convert type='tns:ZoneConfigOptionData' to ('ZoneConfigOptionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694d390, convert type='tns:SetZoneConfigOptionsResponseType' to ('SetZoneConfigOptionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694d550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694d710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694d810, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694d910, convert type='tns:ZoneConfigOptionData' to ('ZoneConfigOptionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694da10, convert type='tns:CreateIPTrackRequestType' to ('CreateIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694dc10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694ddd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694ded0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694dfd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694e0d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694e210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694e310, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694e410, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694dbd0, convert type='tns:CreateIPTrackResponseType' to ('CreateIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694e690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694e850, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694e950, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694ea50, convert type='tns:IPTrackData' to ('IPTrackData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694eb50, convert type='tns:GetOneIPTrackRequestType' to ('GetOneIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694ed50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694ef10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694f010, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694f110, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694f210, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694ed10, convert type='tns:GetOneIPTrackResponseType' to ('GetOneIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694f4d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694f690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694f790, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694f890, convert type='tns:IPTrackData' to ('IPTrackData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694f990, convert type='tns:GetIPTracksRequestType' to ('GetIPTracksRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7694fb50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694fd10, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694fe10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7694ff10, convert type='tns:GetIPTracksResponseType' to ('GetIPTracksResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76954110, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769542d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769543d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769544d0, convert type='tns:IPTrackData' to ('IPTrackData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769545d0, convert type='tns:UpdateIPTrackRequestType' to ('UpdateIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76954790, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76954950, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76954a50, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76954b50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76954c50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76954d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76954e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76954f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76955090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76955110, convert type='tns:UpdateIPTrackResponseType' to ('UpdateIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76955310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769554d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769555d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769556d0, convert type='tns:IPTrackData' to ('IPTrackData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769557d0, convert type='tns:DeleteOneIPTrackRequestType' to ('DeleteOneIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769559d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76955b90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76955c90, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76955d90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76955e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76955990, convert type='tns:DeleteOneIPTrackResponseType' to ('DeleteOneIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76956150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76956310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76956410, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76956510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76956610, convert type='tns:ActivateIPTrackRequestType' to ('ActivateIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76956810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769569d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76956ad0, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76956bd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76956cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769567d0, convert type='tns:ActivateIPTrackResponseType' to ('ActivateIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76956f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76957150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76957250, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76957350, convert type='tns:IPTrackData' to ('IPTrackData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76957450, convert type='tns:DeactivateIPTrackRequestType' to ('DeactivateIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76957650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76957810, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76957910, convert type='xsd:long' to ('long', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76957a10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76957b10, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76957610, convert type='tns:DeactivateIPTrackResponseType' to ('DeactivateIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76957dd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76957f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769600d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769601d0, convert type='tns:IPTrackData' to ('IPTrackData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769602d0, convert type='tns:CreateDNSSECRequestType' to ('CreateDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769604d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76960690, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76960790, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76960890, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76960990, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76960ad0, convert type='tns:DNSSECKey' to ('DNSSECKey', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76960490, convert type='tns:CreateDNSSECResponseType' to ('CreateDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76960d50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76960f10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76961010, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76961110, convert type='tns:DNSSECData' to ('DNSSECData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76961210, convert type='tns:GetOneDNSSECRequestType' to ('GetOneDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769613d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76961590, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76961690, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76961790, convert type='tns:GetOneDNSSECResponseType' to ('GetOneDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76961950, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76961b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76961c10, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76961d10, convert type='tns:DNSSECData' to ('DNSSECData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76961e10, convert type='tns:GetDNSSECsRequestType' to ('GetDNSSECsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76961fd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76962190, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76962290, convert type='tns:GetDNSSECsResponseType' to ('GetDNSSECsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76962450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76962610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76962710, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76962810, convert type='tns:DNSSECData' to ('DNSSECData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76962910, convert type='tns:UpdateDNSSECRequestType' to ('UpdateDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76962b10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76962cd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76962dd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76962ed0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76962fd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76963110, convert type='tns:DNSSECKey' to ('DNSSECKey', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76962ad0, convert type='tns:UpdateDNSSECResponseType' to ('UpdateDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76963390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76963550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76963650, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76963750, convert type='tns:DNSSECData' to ('DNSSECData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76963850, convert type='tns:DeleteOneDNSSECRequestType' to ('DeleteOneDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76963a10, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76963bd0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76963cd0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76963dd0, convert type='tns:DeleteOneDNSSECResponseType' to ('DeleteOneDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76963f90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76964190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76964290, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76964390, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76964490, convert type='tns:ActivateDNSSECRequestType' to ('ActivateDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76964650, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76964810, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76964910, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76964a10, convert type='tns:ActivateDNSSECResponseType' to ('ActivateDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76964bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76964d90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76964e90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76964f90, convert type='tns:DNSSECData' to ('DNSSECData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76965090, convert type='tns:DeactivateDNSSECRequestType' to ('DeactivateDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76965250, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76965410, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76965510, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76965610, convert type='tns:DeactivateDNSSECResponseType' to ('DeactivateDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769657d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76965990, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76965a90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76965b90, convert type='tns:DNSSECData' to ('DNSSECData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76965c90, convert type='tns:GetDNSSECTimelineRequestType' to ('GetDNSSECTimelineRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76965e90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76966050, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76966150, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76966250, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76966350, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76965e50, convert type='tns:GetDNSSECTimelineResponseType' to ('GetDNSSECTimelineResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76966610, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769667d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769668d0, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769669d0, convert type='tns:DNSSECTimelineEvent' to ('DNSSECTimelineEvent', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76966ad0, convert type='tns:GetTasksRequestType' to ('GetTasksRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76966cd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76966e90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76966f90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76967090, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76967190, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769672d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76966c90, convert type='tns:GetTasksResponseType' to ('GetTasksResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76967550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76967710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76967810, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76967910, convert type='tns:TaskData' to ('TaskData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76967a10, convert type='tns:GetOneTaskRequestType' to ('GetOneTaskRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76967bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76967d90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76967e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76967f90, convert type='tns:GetOneTaskResponseType' to ('GetOneTaskResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696c190, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696c350, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696c450, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696c550, convert type='tns:TaskData' to ('TaskData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696c650, convert type='tns:CancelTaskRequestType' to ('CancelTaskRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696c810, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696c9d0, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696cad0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696cbd0, convert type='tns:CancelTaskResponseType' to ('CancelTaskResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696cd90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696cf50, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696d050, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696d150, convert type='tns:TaskData' to ('TaskData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696d250, convert type='tns:CreateExtNameserverRequestType' to ('CreateExtNameserverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696d450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696d610, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696d710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696d810, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696d910, convert type='tns:ExtNSEntry' to ('ExtNSEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696da50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696db50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696d410, convert type='tns:CreateExtNameserverResponseType' to ('CreateExtNameserverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696ddd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696df90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696e090, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696e190, convert type='tns:ExtNameserverData' to ('ExtNameserverData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696e290, convert type='tns:GetOneExtNameserverRequestType' to ('GetOneExtNameserverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696e450, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696e610, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696e710, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696e810, convert type='tns:GetOneExtNameserverResponseType' to ('GetOneExtNameserverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696e9d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696eb90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696ec90, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696ed90, convert type='tns:ExtNameserverData' to ('ExtNameserverData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696ee90, convert type='tns:GetExtNameserversRequestType' to ('GetExtNameserversRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696f050, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696f210, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696f310, convert type='tns:GetExtNameserversResponseType' to ('GetExtNameserversResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696f4d0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696f690, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696f790, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696f890, convert type='tns:ExtNameserverData' to ('ExtNameserverData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696f990, convert type='tns:UpdateExtNameserverRequestType' to ('UpdateExtNameserverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e7696fb90, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696fd50, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696fe50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696ff50, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76974090, convert type='tns:ExtNSEntry' to ('ExtNSEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e769741d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e769742d0, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e7696fb50, convert type='tns:UpdateExtNameserverResponseType' to ('UpdateExtNameserverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76974550, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76974710, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76974810, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76974910, convert type='tns:ExtNameserverData' to ('ExtNameserverData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76974a10, convert type='tns:DeleteOneExtNameserverRequestType' to ('DeleteOneExtNameserverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76974bd0, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76974d90, convert type='int' to (int, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76974e90, convert type='xsd:string' to ('string', 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76974f90, convert type='tns:DeleteOneExtNameserverResponseType' to ('DeleteOneExtNameserverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76975150, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76975310, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.sxbase:Element:0x28e76975410, convert type='tns:messages' to ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') +DEBUG:suds.xsd.sxbase:Element:0x28e76975510, convert type='string' to (string, 'http://www.w3.org/2001/XMLSchema') +DEBUG:suds.xsd.schema:loaded: + +schema collection + Schema:0x28e741e7910 + (raw) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rdata to update the svc record with + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The type of criteria contained within this Pool + + + + + Required based on criteria_type. Filtered in API/BLL + + + + + where in the list of rulesets this should be. Defaults to last. + + + + + + + + + + + + + Notify Object + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ID + + + + + Label for the DSF Monitor + + + + + Indicates whether or not the DSF Monitor is active + + + + + Num of responses to determine status + + + + + Interval, in seconds, between probes + + + + + number of attempted retries on failure before giving up + + + + + name of the protocol to monitor + + + + + options pertaining the monitor + + + + + IDs of attached notifiers + + + + + Endpoints to monitor + + + + + how are agents chosen? + + + + + IDs of attached services + + + + + + + + + Indicates whether or not the end point is active + + + + + label of the endpoint + + + + + address for the endpoint + + + + + ordered list of preferred sites for monitoring + + + + + + + + + time, in seconds, before the check timeout + + + + + an alternate port to connect to + + + + + a specific path to request + + + + + a value to pass into the `HOST:` header + + + + + additional header fields + + + + + a string to search for in the response + + + + + + + + + + address of an endpoint + + + + + host to use when checking that endpoint + + + + + + + + + information for a site performing DSF monitoring + + + + + + + + + site code for the monitoring machine + + + + + description of the machine's location + + + + + CIDR of the monitoring machine(s) + + + + + + + + + Label for the Notifier object + + + + + List of Recipients attached to the Notifier + + + + + List of services attached to the Notifier + + + + + + + + + Public_id of the Notifier to link to + + + + + filters on when services should fire the notifier + + + + + + + + + Public ID of the Notifier object + + + + + Label for the Notifier object + + + + + Indicates whether or not the Notifier is active + + + + + List of Recepients attached to the Notifier + + + + + List of services attached to the Notifier + + + + + + + + + Public ID of the Notifier object + + + + + Label for the Notifier object + + + + + Indicates whether or not the Notifier is active + + + + + List of Recepients attached to the Notifier + + + + + List of services attached to the Notifier + + + + + + + + + Public ID of the Notifier object + + + + + Indicates whether or not the Notifier link is active + + + + + filters on when services should fire the notifier + + + + + + + + + + Public ID of the Notifier object + + + + + + List of Recepients attached to the Notifier + + + + + Indicates whether or not the Notifier is active + + + + + + + + + email or syslog + + + + + For email, valid address or contact name. Syslog - address or hostname + + + + + hash of options + + + + + List of string. For email - detail and summary are valid + + + + + + + + + syslog port + + + + + syslog ident + + + + + syslog facility + + + + + syslog tls + + + + + + + + + Valid entries - DSF or Monitor + + + + + public_id of the specified service + + + + + filters on when services should fire the notifier + + + + + Indicates whether or not the link to the service is active + + + + + + + + + + + + + + + + + This field is returned in responses from the API, it should not be included in requests. + + + + + + + + + + + + + + + + + + + + + PermissionGroup + + + + + + + + + + + + + + + + + + + + + + + empty for customer-wide default + + + + + Y or N + + + + + + + Zone + + + + + name of zone + + + + + code indicating how serial numbers are constructed on publish + + + + + current serial number + + + + + Type of zone. Primary or Secondary + + + + + + + + + + + + + + + + + + + + + + + + + + + + A record + + + + + + + + + hostname + + + + + name of zone + + + + + + + AAAA record + + + + + + + + + hostname + + + + + name of zone + + + + + + + ALIAS record + + + + + + + + + hostname + + + + + name of zone + + + + + + + CAA record + + + + + + + + + hostname + + + + + name of zone + + + + + + + CDNSKEY record + + + + + + + + + hostname + + + + + name of zone + + + + + + + CDS record + + + + + + + + + hostname + + + + + name of zone + + + + + + + CERT record + + + + + + + + + hostname + + + + + name of zone + + + + + + + CNAME record + + + + + + + + + hostname + + + + + name of zone + + + + + + + CSYNC record + + + + + + + + + hostname + + + + + name of zone + + + + + + + DHCID record + + + + + + + + + hostname + + + + + name of zone + + + + + + + DNAME record + + + + + + + + + hostname + + + + + name of zone + + + + + + + DNSKEY record + + + + + + + + + hostname + + + + + name of zone + + + + + + + DS record + + + + + + + + + hostname + + + + + name of zone + + + + + + + IPSECKEY record + + + + + + + + + hostname + + + + + name of zone + + + + + + + KEY record + + + + + + + + + hostname + + + + + name of zone + + + + + + + KX record + + + + + + + + + hostname + + + + + name of zone + + + + + + + LOC record + + + + + + + + + hostname + + + + + name of zone + + + + + + + MX record + + + + + + + + + hostname + + + + + name of zone + + + + + + + NAPTR record + + + + + + + + + hostname + + + + + name of zone + + + + + + + NSAP record + + + + + + + + + hostname + + + + + name of zone + + + + + + + POLICY record + + + + + + + + + hostname + + + + + name of zone + + + + + + + PTR record + + + + + + + + + hostname + + + + + name of zone + + + + + + + PX record + + + + + + + + + hostname + + + + + name of zone + + + + + + + RP record + + + + + + + + + hostname + + + + + name of zone + + + + + + + SPF record + + + + + + + + + hostname + + + + + name of zone + + + + + + + SRV record + + + + + + + + + hostname + + + + + name of zone + + + + + + + SSHFP record + + + + + + + + + hostname + + + + + name of zone + + + + + + + TLSA record + + + + + + + + + hostname + + + + + name of zone + + + + + + + TXT record + + + + + + + + + hostname + + + + + name of zone + + + + + + + SOA record + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + NS record + + + + + + + + + + hostname + + + + + name of zone + + + + + + + User + + + + + + + + + + + + + + + + + + + + + + + + + + + + Contact + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of the pref setting + + + + + value of the setting + + + + + Y/N: pref is not explicitly set, this is the default value + + + + + + + + + comma or space-delimited list of netmasks, in CIDR form; no '/' assumes exact address + + + + + 'Y'/'N', default 'Y' + + + + + 'web'/'api', default 'web' + + + + + + + + + compartment id + + + + + customer id + + + + + tenant id + + + + + + + + + compartment id + + + + + public id + + + + + zone id + + + + + + + + + + + + + + + + + + + + + Dynamic DNS service + + + + + an IP address, either v4 or v6 + + + + + either A or AAAA + + + + + last time this service was update by a Dynamic DNS client + + + + + count of excessive updates + + + + + 'Y', 'N' + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + Simple Failover service + + + + + normally served address + + + + + TTL (time-to-live) + + + + + 'ip' or 'cname' + + + + + address or CNAME to serve on failover + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + 'ok', 'trouble', 'failover' + + + + + 'Y', 'N' + + + + + monitoring changes task + + + + + Recent monitoring results. This field is returned in responses from the API, it should not be included in requests. + + + + + hostname + + + + + name of zone + + + + + + + + + HTTP, HTTPS, PING, SMTP, TCP, NONE + + + + + time between checks, in minutes + + + + + times to retest on failure + + + + + if different from service default + + + + + e.g: http://host/path + + + + + if different from fqdn + + + + + check response for specific text + + + + + additional HTTP headers + + + + + test timeout + + + + + + + monitoring results + + + + + 'up', 'down', 'unk' + + + + + more details on error + + + + + unix timestamp of monitor + + + + + "airport" code + + + + + + + basic LoadBalance service + + + + + pool of IP addresses to balance + + + + + TTL (time-to-live) + + + + + 'ip', 'global', or 'cname' + + + + + for 'ip' or 'cname', what to serve on failover + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + number of addresses in each DNS response + + + + + details about monitoring + + + + + 'ok', 'trouble', 'failover' + + + + + 'Y', 'N' + + + + + hostname + + + + + name of zone + + + + + + + + + an IP address to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + current monitoring status This field is returned in responses from the API, it should not be included in requests. + + + + + Recent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests. + + + + + + + + + + + an IP address to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + current monitoring status This field is returned in responses from the API, it should not be included in requests. + + + + + Recent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests. + + + + + + + GSLB + + + + + per-region addresses and configuration + + + + + TTL (time-to-live) + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + 'ok', 'trouble', 'failover' + + + + + 'Y', 'N' + + + + + monitoring changes task + + + + + hostname + + + + + name of zone + + + + + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + 'ip', 'global', or 'cname' + + + + + for 'ip' or 'cname', what to serve on failover + + + + + number of addresses in each DNS response + + + + + number of 'ok' addresses before region fails over + + + + + pool of IP addresses to balance + + + + + + + + + an IP address or FQDN to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + current monitoring status This field is returned in responses from the API, it should not be included in requests. + + + + + Recent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests. + + + + + + + GSLBRegion + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + 'ip', 'global', or 'cname' + + + + + for 'ip' or 'cname', what to serve on failover + + + + + number of addresses in each DNS response + + + + + number of 'ok' addresses before region fails over + + + + + pool of IP addresses to balance + + + + + 'ok', 'trouble', 'failover' + + + + + monitoring changes task + + + + + + name of zone + + + + + + + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + an IP address or FQDN to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + current monitoring status This field is returned in responses from the API, it should not be included in requests. + + + + + monitoring changes task This field is returned in responses from the API, it should not be included in requests. + + + + + Recent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests. + + + + + + + RTTM + + + + + per-region addresses and configuration + + + + + TTL (time-to-live) + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + details about performance monitoring + + + + + 'ok', 'unk', 'trouble', 'failover' + + + + + 'Y', 'N' + + + + + monitoring changes task + + + + + hostname + + + + + name of zone + + + + + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + 'Y' or 'N', if 'Y', region will filled in with global settings + + + + + number of addresses in each DNS response + + + + + pool_count, number of addresses to be included in the serve pool + + + + + 'ip', 'global', 'region', default 'global' + + + + + for 'ip' mode, address to serve on failover. For 'region' mode, region_code of the region to failover to. + + + + + failover_count, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + failover_count2, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + pool of IP addresses to balance + + + + + 'ok, 'unk', 'trouble', 'failover', This field is returned in responses from the API, it should not be included in requests. + + + + + monitoring changes task This field is returned in responses from the API, it should not be included in requests. + + + + + + + + + an IP address to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + current monitoring status This field is returned in responses from the API, it should not be included in requests. + + + + + Recent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests. + + + + + + + + + zone serial at which this status was made + + + + + timestamp in UTC at which this status was made + + + + + type of status change. 'health', 'perf', or 'user' + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + 'up', 'trouble', 'failover', or 'reg_remove' + + + + + If change_type is 'user', the user that made the change + + + + + number of addresses in each DNS response + + + + + 'A', 'AAAA', or 'CNAME' + + + + + List of rdata being served for this region + + + + + + + + + how often this is served relative to others in pool + + + + + + + + + + RTTMRegion + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + 'Y' or 'N', if 'Y', region will filled in with global settings + + + + + number of addresses in each DNS response + + + + + pool_count, number of addresses to be included in the serve pool + + + + + 'ip', 'global', 'region', default 'global' + + + + + for 'ip' mode, address to serve on failover. For 'region' mode, region_code of the region to failover to. + + + + + failover_count, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + failover_count2, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + pool of IP addresses to balance + + + + + monitoring changes task This field is returned in responses from the API, it should not be included in requests. + + + + + 'ok, 'unk', 'trouble', 'failover', + + + + + + name of zone + + + + + + + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + an IP address to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + current monitoring status This field is returned in responses from the API, it should not be included in requests. + + + + + Recent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests. + + + + + monitoring changes task This field is returned in responses from the API, it should not be included in requests. + + + + + + + HTTPRedirect + + + + + URL requests are redirecto to + + + + + either '301' (temporary) or '302' (permanent) + + + + + should redirected URL include requested URL + + + + + hostname + + + + + name of zone + + + + + + + + + Public ID of rule. + + + + + either '301' (temporary) or '302' (permanent) + + + + + host portion of URL to match + + + + + path portion of URL to match + + + + + replacement pattern + + + + + 'Y'/'N', default 'Y' + + + + + Public ID of next AdvRedirect rule to be processed. (default to end of list) + + + + + + + AdvRedirect + + + + + 'Y'/'N', default 'Y' + + + + + List of AdvRedirectRules + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IPTrack + + + + + A, Dynamic_A, AAAA, Dynamic_AAAA + + + + + List of hostnames to watch for records + + + + + 'match', 'default', or a valid ttl + + + + + Mask that records should match + + + + + + + hostname + + + + + name of zone + + + + + + + DNSSEC + + + + + + , contact that gets key notifications + + + + + when notifications are sent + + + + + + + + + + + 'KSK' or 'ZSK' + + + + + 'RSA/SHA-1', 'RSA/SHA-256', 'RSA/SHA-512', 'DSA' + + + + + + + + + + Only for updates: 'rollover', 'rollover_now', 'remove' + + + + + + This field is returned in responses from the API, it should not be included in requests. + + + + + preserved for compatibility This field is returned in responses from the API, it should not be included in requests. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Task + + + + + + identifies the task operation + + + + + + + ready running waiting complete failed canceled stalled + + + + + in a multi-step process, how far along + + + + + total number of steps in multi-step process + + + + + Y/N - does this task block further zone operations? + + + + + + + + + other arguments passed to the task + + + + + + + ExtNameserver + + + + + can be empty or 'default' + + + + + Y/N - does this block requests or add them + + + + + + + + + + + + address or CIDR + + + + + Y/N - do we send NOTIFYs to this host? + + + + + Y/N - do we accept [AI]XFRs from this host? + + + + + + + + + + + + + should be empty and can be ignored + + + + + + + + + + + + + + + + + + + + + Contains the response data. Can be any type as GetJob is request-agnostic. + + + + + + + + + + + + + + + + + + + + + + identifies your session token (needed for all other Dynect API calls) and the API protocol version + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + defaults to admin user + + + + + + + + + + + + + + + + + + + + + + defaults to admin user + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The timestamp indicating the beginning of the period to report on + + + + + The timestamp indicating the end of the period to report on + + + + + The fields to break down the data with + + + + + A list of specific hostnames to report on. A hostname beginning with '!' will cause that hostname to be excluded + + + + + A list of specific nameservers to report on. A nameserver beginning with '!' will cause that nameserver to be excluded + + + + + A list of record types to report on. A record type beginning with '!' will cause that record type to be excluded + + + + + A list of zone names to report on. A zone name beginning with '!' will cause that zone to be excluded. + + + + + + + + + + + + + The CSV data containing the requested statistics + + + + + + + + + + + + Name of the service we want to create + + + + + List of region groups that contain a list of countries and records to be served + + + + + List of zone name, node name pairs to link a node to the Geo Service + + + + + Default TTL for records + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to update + + + + + The new name to assign to the Geo Service + + + + + List of region groups that contain a list of countries and records to be served + + + + + List of zone name, node name pairs to link a node to the Geo Service + + + + + Default TTL for records + + + + + + + + + + + + + + + + + + + + + Name (partial) of the Geo Service to find + + + + + Name (partial) of the Geo Region Group to find + + + + + + + + + + + + + + + + + + + + + Name (partial) of the Geo Service to find + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to delete + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to activate + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to deactivate + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to update + + + + + , Name of the Region Group + + + + + Rdata to update the Region Group with + + + + + List of countries to update the Region Group with + + + + + Optional weights to accompany the rdata + + + + + Optional serve counts to accompany the rdata + + + + + Optional Default TTL values for each record + + + + + Optional labels for the rdata + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to update + + + + + , Name of the Region Group + + + + + Rdata to update the Region Group with + + + + + List of countries to update the Region Group with + + + + + Optional weights to accompany the rdata + + + + + Optional serve counts to accompany the rdata + + + + + Optional Default TTL values for each record + + + + + Optional labels for the rdata + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to update + + + + + , Name of the Region Group + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to update + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to update + + + + + , Name of the Region Group + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to add the nodes to + + + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to delete the nodes from + + + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service + + + + + + + + + + + + + + + + + + + + + DSF Label + + + + + Default TTL to be used in this service + + + + + A list of fqdn,zone pairs to identify nodes to attach + + + + + A list of DSF Rulesets defined for the service + + + + + A list of notifier links + + + + + If 'Y', service will be published on creation + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF service to update + + + + + A new label for the service + + + + + Default TTL to be used + + + + + A list of fqdn,zone pairs to identify nodes to attach + + + + + + A list of notifier links + + + + + If true, the service is immediately published + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + label, ID, or wildcard + + + + + label or ID + + + + + wildcard + + + + + linker + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + Identifier for DSF service to search on + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF service to delete + + + + + + + + + + + + + + + + + + + + + label or ID + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + label or ID + + + + + + + + + + + + + + + + + + + + + label or ID + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + Identifier for DSF service to search on + + + + + Public_id of the Notifier to link to + + + + + filters on when services should fire the notifier + + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + Identifier for DSF service to search on + + + + + Public_id of the Notifier to link to + + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + Ruleset label + + + + + The type of criteria contained within this Pool + + + + + Required based on criteria_type. Filtered in API/BLL + + + + + Where in the chain does the ruleset land. Defautls to the last. + + + + + A list of DSF Reponse Pools that comprise the Ruleset + + + + + boolean - immediately save change and publish + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID of the ruleset to update + + + + + Ruleset label + + + + + The type of criteria contained within this Pool + + + + + Required based on criteria_type. Filtered in API/BLL + + + + + Where in the chain does the ruleset land. Defautls to the last. + + + + + A list of DSF Reponse Pools that comprise the Ruleset + + + + + boolean - immediately save change and publish + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + Ruleset label to search on. Can be wildcarded + + + + + Can be wildcarded...must be string representation + + + + + The type of criteria contained within this Pool + + + + + Where in the chain does the ruleset land. Defautls to the last. + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID of the ruleset to update + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID of the ruleset to update + + + + + boolean - immediately save change and publish + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + Response Pool label + + + + + + + Defaults to true + + + + + ID or label of the DSF Ruleset to join + + + + + Index within the specified DSF Ruleset + + + + + + boolean - immediately save change and publish + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID or label of the Response Pool to update + + + + + Response Pool label + + + + + + + Defaults to true + + + + + Entire chain must be specified + + + + + ID or label of the DSF Ruleset to join + + + + + If true, removes record-sets that are no longer referenced by anyone + + + + + boolean - immediately save change and publish + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + + ID or label of a DSF Ruleset that could contain + + + + + + + + + bool, if true, finds pools that do not exist in any Rulesets + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or the label of the DSF Service + + + + + ID or label of the desired response pool + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or the label of the DSF Service + + + + + ID or label of the desired response pool + + + + + If 'Y', Pool will be deleted on execution + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID of the DSF Service + + + + + ID of the DSF Response Pool that the Rec Set Fail chain belongs to + + + + + Label of the DSF Record Set Failover Chain + + + + + Optional, defaults to false, indicates whether enclosed Record Sets are Core + + + + + A list of record sets to be included in this chain + + + + + If 'Y', RS Chain will be deleted on execution + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID of the DSF Service + + + + + ID or label of the DSF Rec Set Failover Chain + + + + + Label of the DSF Record Set Failover Chain + + + + + Optional, defaults to false, indicates whether enclosed Record Sets are Core + + + + + A list of record sets to be included in this chain + + + + + If 'Y', RS Chain will be deleted on execution + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID or label of the DSF Response Pool that the Rec Set Fail chain belongs to + + + + + Label of the DSF Record Set Failover Chain + + + + + Search for core DSF Record Set Failover Chains that are core + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID or label of the DSF Rec Set Failover Chain + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID or label of the DSF Rec Set Failover Chain + + + + + If 'Y', Pool will be deleted on execution + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + class of rdata that the set will contain + + + + + Record Set label + + + + + ID or label of the associated monitor + + + + + + + + + + + list of hashes that contain information to create DSF Records + + + + + ID or label to associate the new RS with an existing RP + + + + + Index of the RS in the specified chain + + + + + ID or label to associate the new RS with an existing RP + + + + + Defaults to true + + + + + boolean - immediately save change and publish + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID or label of the DSF Record Set + + + + + new label for the DSF Record Set + + + + + ID or label of the associated monitor + + + + + + + + + + + Defaults to true + + + + + hash of information to create DSF Records + + + + + boolean - immediately save change and publish + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID or label of the DSF Record Set + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + Record Set label - can be wildcarded + + + + + + + + + + + + + class of rdata that the set will contain + + + + + ID or label to associate the RS with an existing DSF Record Set Failover Chain + + + + + ID or label of the associated monitor + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID or label of the DSF Record Set + + + + + If 'Y', Record Set will be deleted on execution + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + label of the DSF Record Set + + + + + + Rdata to create the svc record with + + + + + name of the DSF record + + + + + + + + number of endpoints that need to be up + + + + + + boolean, if true add and immediately publish + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + label of the DSF Record + + + + + + Rdata to update the svc record with + + + + + name of the DSF record + + + + + + + + number of endpoints that need to be up + + + + + + boolean, if true add and immediately publish + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + label of the DSF Record + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + DSF Record Set Failover Chain ID to search on + + + + + Record set id to search on + + + + + Wildcard allowed + + + + + Wildcard allowed + + + + + Wildcard allowed + + + + + + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + label of the DSF Record + + + + + If 'Y', Record will be deleted on execution + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + an fqdn, zone pair + + + + + If 'Y', change is published immediately + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + A list of fqdn, zone pairs + + + + + If 'Y', change is published immediately + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + an fqdn, zone pair + + + + + If 'Y', change is published immediately + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + Label for the DSF Monitor + + + + + Num of responses to determine status + + + + + Interval, in seconds, between probes + + + + + number of attempted retries on failure before giving up + + + + + name of the protocol to monitor + + + + + indicates if the monitor is active, default is N + + + + + options pertaining the monitor + + + + + Endpoints to monitor + + + + + + + + + + + + + + + + + + + + + ID + + + + + New label for the DSF Monitor + + + + + Num of responses to determine status + + + + + Interval, in seconds, between probes + + + + + number of attempted retries on failure before giving up + + + + + name of the protocol to monitor + + + + + indicates if the monitor is active + + + + + options pertaining the monitor + + + + + Endpoints to monitor + + + + + + + + + + + + + + + + + + + + + ID + + + + + + + + + + + + + + + + + + + + + Label for the DSF Monitor + + + + + Interval, in seconds, between probes + + + + + number of attempted retries on failure before giving up + + + + + name of the protocol to monitor + + + + + + + + + + + + + + + + + + + + + ID + + + + + + + + + + + + + + + + + + + + + Monitor ID + + + + + Notifier ID passed in for existing Notifier, or the follow params used to create + + + + + filters on when services should fire the notifier + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Label for the Notifier + + + + + List of Recipients attached to the Notifier + + + + + List of Services attached to the Notifier + + + + + + + + + + + + + + + + + + + + + Public_id of the Notifier to update + + + + + Label for the DSF Notify + + + + + List of Recipients attached to the Notifier + + + + + List of Services attached to the Notifier + + + + + + + + + + + + + + + + + + + + + Public_id of the Notifier to retrieve + + + + + + + + + + + + + + + + + + + + + Label for the DSF Notify + + + + + Search for active or inactive notifiers + + + + + Search for email or syslog recipients + + + + + Search on the recipient email, hostname, or contact + + + + + Search for active or inactive recipients + + + + + Must be specified with service public id + + + + + Public_id of the service_class item to search for + + + + + Search for active or inactive services + + + + + + + + + + + + + + + + + + + + + Public_id of the Notifier to delete + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + address of responsible party, per SOA + + + + + default TTL (Time-to-Live) for records + + + + + code indicating how serial numbers are constructed on publish + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + FQDN of a node + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of user + + + + + + + + + + + + + + + + + + + + + name of user + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + preference name; may be '*' to list all + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + customer name or ID to see ACLs for, defaults to current customer + + + + + scope of the ACL to retrieve + + + + + + + + + + + + + + + + + + + + + customer name or ID to set ACLs for, defaults to current customer + + + + + + + + + + + + + + + + + + + + + + name of customer + + + + + compartment id + + + + + tenant id + + + + + + + + + + + + + + + + + + + + + name of customer + + + + + compartment id + + + + + tenant id + + + + + + + + + + + + + + + + + + + + + name of customer + + + + + compartment id + + + + + tenant id + + + + + + + + + + + + + + + + + + + + + name of customer + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + compartment id + + + + + public_id + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + compartment id + + + + + public_id + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + compartment id + + + + + public id + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + , req + + + + + public_id + + + + + compartment id + + + + + tenant id + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + an IP address, either v4 or v6 + + + + + either A or AAAA + + + + + hostname + + + + + + + + + + + + + + + + + + + + + either A or AAAA + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + either A or AAAA + + + + + name of zone + + + + + hostname + + + + + an IP address, either v4 or v6 + + + + + + + + + + + + + + + + + + + + + either A or AAAA + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + either A or AAAA + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + either A or AAAA + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + either A or AAAA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + an IP address, either v4 or v6 + + + + + either A or AAAA + + + + + name of update user + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + normally served address + + + + + TTL (time-to-live) + + + + + 'ip' or 'cname' + + + + + address or CNAME to serve on failover + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + normally served address + + + + + TTL (time-to-live) + + + + + 'ip' or 'cname' + + + + + address or CNAME to serve on failover + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + pool of IP addresses to balance + + + + + TTL (time-to-live) + + + + + 'ip', 'global', or 'cname' + + + + + for 'ip' or 'cname', what to serve on failover + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + number of addresses in each DNS response + + + + + details about monitoring + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + pool of IP addresses to balance + + + + + TTL (time-to-live) + + + + + 'ip', 'global', or 'cname' + + + + + for 'ip' or 'cname', what to serve on failover + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + number of addresses in each DNS response + + + + + details about monitoring + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + an IP address to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + The IP of the pool entry to update + + + + + If specified, the new IP address for this entry + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + The IP of the pool entry to get + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + The IP of the pool entry to delete + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + per-region addresses and configuration + + + + + TTL (time-to-live) + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + per-region addresses and configuration + + + + + TTL (time-to-live) + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + 'ip', 'global', or 'cname' + + + + + for 'ip' or 'cname', what to serve on failover + + + + + number of addresses in each DNS response + + + + + number of 'ok' addresses before region fails over + + + + + pool of IP addresses to balance + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'ip', 'global', or 'cname' + + + + + for 'ip' or 'cname', what to serve on failover + + + + + number of addresses in each DNS response + + + + + number of 'ok' addresses before region fails over + + + + + pool of IP addresses to balance + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + an IP address or FQDN to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + The IP address or FQDN of the pool entry to update + + + + + If specified, the new IP address for this entry + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + The IP address or FQDN of the pool entry to get + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + The IP of the pool entry to delete + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + per-region addresses and configuration + + + + + TTL (time-to-live) + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + details about performance monitoring + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + per-region addresses and configuration + + + + + TTL (time-to-live) + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + details about performance monitoring + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + The timestamp indicating the beginning of the period to report on + + + + + The timestamp indicating the end of the period to report on + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + The timestamp indicating the period to report on + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + 'Y' or 'N', if 'Y', region will filled in with global settings + + + + + number of addresses in each DNS response + + + + + pool_count, number of addresses to be included in the serve pool + + + + + 'ip', 'global', 'region', default 'global' + + + + + for 'ip' mode, address to serve on failover. For 'region' mode, region_code of the region to failover to. + + + + + failover_count, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + failover_count2, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + pool of IP addresses to balance + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'Y' or 'N', if 'Y', region will filled in with global settings + + + + + number of addresses in each DNS response + + + + + pool_count, number of addresses to be included in the serve pool + + + + + 'ip', 'global', 'region', default 'global' + + + + + for 'ip' mode, address to serve on failover. For 'region' mode, region_code of the region to failover to. + + + + + failover_count, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + failover_count2, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + pool of IP addresses to balance + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + an IP address to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + The IP of the pool entry to update + + + + + If specified, the new IP address for this entry + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + The IP of the pool entry to get + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + The IP of the pool entry to delete + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + URL requests are redirecto to + + + + + either '301' (temporary) or '302' (permanent) + + + + + should redirected URL include requested URL + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + URL requests are redirecto to + + + + + either '301' (temporary) or '302' (permanent) + + + + + should redirected URL include requested URL + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + either '301' (temporary) or '302' (permanent) + + + + + host portion of URL to match + + + + + path portion of URL to match + + + + + replacement pattern + + + + + 'Y'/'N', default 'Y' + + + + + Public ID of next AdvRedirect rule to be processed. (default to end of list) + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + public_id of Rule + + + + + either '301' (temporary) or '302' (permanent) + + + + + host portion of URL to match + + + + + path portion of URL to match + + + + + replacement pattern + + + + + 'Y'/'N', default 'Y' + + + + + Public ID of next AdvRedirect rule to be processed. (default to end of list) + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + public_id of Rule + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + public_id of Rule + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + 'Y'/'N', default 'Y' + + + + + List of AdvRedirectRules + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'Y'/'N', default 'Y' + + + + + List of AdvRedirectRules + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'Y'/'N', default 'Y' + + + + + List of AdvRedirectRules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + A, Dynamic_A, AAAA, Dynamic_AAAA + + + + + List of hostnames to watch for records + + + + + 'match', 'default', or a valid ttl + + + + + Mask that records should match + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + A, Dynamic_A, AAAA, Dynamic_AAAA + + + + + List of hostnames to watch for records + + + + + 'match', 'default', or a valid ttl + + + + + Mask that records should match + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + , contact that gets key notifications + + + + + when notifications are sent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + , contact that gets key notifications + + + + + when notifications are sent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + an epoch time, or 'now' + + + + + an epoch time, or 'now' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + can be empty or 'default' + + + + + Y/N - does this block requests or add them + + + + + + + + + + + + + + + + + + + + + + + + can be empty or 'default' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + can be empty or 'default' + + + + + Y/N - does this block requests or add them + + + + + + + + + + + + + + + + + + + + + + + + can be empty or 'default' + + + + + + + + + + + + + + + (model) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +DEBUG:suds.xsd.schema:MERGED: +Schema:0x28e741e7910 +(raw) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Rdata to update the svc record with + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The type of criteria contained within this Pool + + + + + Required based on criteria_type. Filtered in API/BLL + + + + + where in the list of rulesets this should be. Defaults to last. + + + + + + + + + + + + + Notify Object + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ID + + + + + Label for the DSF Monitor + + + + + Indicates whether or not the DSF Monitor is active + + + + + Num of responses to determine status + + + + + Interval, in seconds, between probes + + + + + number of attempted retries on failure before giving up + + + + + name of the protocol to monitor + + + + + options pertaining the monitor + + + + + IDs of attached notifiers + + + + + Endpoints to monitor + + + + + how are agents chosen? + + + + + IDs of attached services + + + + + + + + + Indicates whether or not the end point is active + + + + + label of the endpoint + + + + + address for the endpoint + + + + + ordered list of preferred sites for monitoring + + + + + + + + + time, in seconds, before the check timeout + + + + + an alternate port to connect to + + + + + a specific path to request + + + + + a value to pass into the `HOST:` header + + + + + additional header fields + + + + + a string to search for in the response + + + + + + + + + + address of an endpoint + + + + + host to use when checking that endpoint + + + + + + + + + information for a site performing DSF monitoring + + + + + + + + + site code for the monitoring machine + + + + + description of the machine's location + + + + + CIDR of the monitoring machine(s) + + + + + + + + + Label for the Notifier object + + + + + List of Recipients attached to the Notifier + + + + + List of services attached to the Notifier + + + + + + + + + Public_id of the Notifier to link to + + + + + filters on when services should fire the notifier + + + + + + + + + Public ID of the Notifier object + + + + + Label for the Notifier object + + + + + Indicates whether or not the Notifier is active + + + + + List of Recepients attached to the Notifier + + + + + List of services attached to the Notifier + + + + + + + + + Public ID of the Notifier object + + + + + Label for the Notifier object + + + + + Indicates whether or not the Notifier is active + + + + + List of Recepients attached to the Notifier + + + + + List of services attached to the Notifier + + + + + + + + + Public ID of the Notifier object + + + + + Indicates whether or not the Notifier link is active + + + + + filters on when services should fire the notifier + + + + + + + + + + Public ID of the Notifier object + + + + + + List of Recepients attached to the Notifier + + + + + Indicates whether or not the Notifier is active + + + + + + + + + email or syslog + + + + + For email, valid address or contact name. Syslog - address or hostname + + + + + hash of options + + + + + List of string. For email - detail and summary are valid + + + + + + + + + syslog port + + + + + syslog ident + + + + + syslog facility + + + + + syslog tls + + + + + + + + + Valid entries - DSF or Monitor + + + + + public_id of the specified service + + + + + filters on when services should fire the notifier + + + + + Indicates whether or not the link to the service is active + + + + + + + + + + + + + + + + + This field is returned in responses from the API, it should not be included in requests. + + + + + + + + + + + + + + + + + + + + + PermissionGroup + + + + + + + + + + + + + + + + + + + + + + + empty for customer-wide default + + + + + Y or N + + + + + + + Zone + + + + + name of zone + + + + + code indicating how serial numbers are constructed on publish + + + + + current serial number + + + + + Type of zone. Primary or Secondary + + + + + + + + + + + + + + + + + + + + + + + + + + + + A record + + + + + + + + + hostname + + + + + name of zone + + + + + + + AAAA record + + + + + + + + + hostname + + + + + name of zone + + + + + + + ALIAS record + + + + + + + + + hostname + + + + + name of zone + + + + + + + CAA record + + + + + + + + + hostname + + + + + name of zone + + + + + + + CDNSKEY record + + + + + + + + + hostname + + + + + name of zone + + + + + + + CDS record + + + + + + + + + hostname + + + + + name of zone + + + + + + + CERT record + + + + + + + + + hostname + + + + + name of zone + + + + + + + CNAME record + + + + + + + + + hostname + + + + + name of zone + + + + + + + CSYNC record + + + + + + + + + hostname + + + + + name of zone + + + + + + + DHCID record + + + + + + + + + hostname + + + + + name of zone + + + + + + + DNAME record + + + + + + + + + hostname + + + + + name of zone + + + + + + + DNSKEY record + + + + + + + + + hostname + + + + + name of zone + + + + + + + DS record + + + + + + + + + hostname + + + + + name of zone + + + + + + + IPSECKEY record + + + + + + + + + hostname + + + + + name of zone + + + + + + + KEY record + + + + + + + + + hostname + + + + + name of zone + + + + + + + KX record + + + + + + + + + hostname + + + + + name of zone + + + + + + + LOC record + + + + + + + + + hostname + + + + + name of zone + + + + + + + MX record + + + + + + + + + hostname + + + + + name of zone + + + + + + + NAPTR record + + + + + + + + + hostname + + + + + name of zone + + + + + + + NSAP record + + + + + + + + + hostname + + + + + name of zone + + + + + + + POLICY record + + + + + + + + + hostname + + + + + name of zone + + + + + + + PTR record + + + + + + + + + hostname + + + + + name of zone + + + + + + + PX record + + + + + + + + + hostname + + + + + name of zone + + + + + + + RP record + + + + + + + + + hostname + + + + + name of zone + + + + + + + SPF record + + + + + + + + + hostname + + + + + name of zone + + + + + + + SRV record + + + + + + + + + hostname + + + + + name of zone + + + + + + + SSHFP record + + + + + + + + + hostname + + + + + name of zone + + + + + + + TLSA record + + + + + + + + + hostname + + + + + name of zone + + + + + + + TXT record + + + + + + + + + hostname + + + + + name of zone + + + + + + + SOA record + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + NS record + + + + + + + + + + hostname + + + + + name of zone + + + + + + + User + + + + + + + + + + + + + + + + + + + + + + + + + + + + Contact + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of the pref setting + + + + + value of the setting + + + + + Y/N: pref is not explicitly set, this is the default value + + + + + + + + + comma or space-delimited list of netmasks, in CIDR form; no '/' assumes exact address + + + + + 'Y'/'N', default 'Y' + + + + + 'web'/'api', default 'web' + + + + + + + + + compartment id + + + + + customer id + + + + + tenant id + + + + + + + + + compartment id + + + + + public id + + + + + zone id + + + + + + + + + + + + + + + + + + + + + Dynamic DNS service + + + + + an IP address, either v4 or v6 + + + + + either A or AAAA + + + + + last time this service was update by a Dynamic DNS client + + + + + count of excessive updates + + + + + 'Y', 'N' + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + Simple Failover service + + + + + normally served address + + + + + TTL (time-to-live) + + + + + 'ip' or 'cname' + + + + + address or CNAME to serve on failover + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + 'ok', 'trouble', 'failover' + + + + + 'Y', 'N' + + + + + monitoring changes task + + + + + Recent monitoring results. This field is returned in responses from the API, it should not be included in requests. + + + + + hostname + + + + + name of zone + + + + + + + + + HTTP, HTTPS, PING, SMTP, TCP, NONE + + + + + time between checks, in minutes + + + + + times to retest on failure + + + + + if different from service default + + + + + e.g: http://host/path + + + + + if different from fqdn + + + + + check response for specific text + + + + + additional HTTP headers + + + + + test timeout + + + + + + + monitoring results + + + + + 'up', 'down', 'unk' + + + + + more details on error + + + + + unix timestamp of monitor + + + + + "airport" code + + + + + + + basic LoadBalance service + + + + + pool of IP addresses to balance + + + + + TTL (time-to-live) + + + + + 'ip', 'global', or 'cname' + + + + + for 'ip' or 'cname', what to serve on failover + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + number of addresses in each DNS response + + + + + details about monitoring + + + + + 'ok', 'trouble', 'failover' + + + + + 'Y', 'N' + + + + + hostname + + + + + name of zone + + + + + + + + + an IP address to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + current monitoring status This field is returned in responses from the API, it should not be included in requests. + + + + + Recent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests. + + + + + + + + + + + an IP address to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + current monitoring status This field is returned in responses from the API, it should not be included in requests. + + + + + Recent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests. + + + + + + + GSLB + + + + + per-region addresses and configuration + + + + + TTL (time-to-live) + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + 'ok', 'trouble', 'failover' + + + + + 'Y', 'N' + + + + + monitoring changes task + + + + + hostname + + + + + name of zone + + + + + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + 'ip', 'global', or 'cname' + + + + + for 'ip' or 'cname', what to serve on failover + + + + + number of addresses in each DNS response + + + + + number of 'ok' addresses before region fails over + + + + + pool of IP addresses to balance + + + + + + + + + an IP address or FQDN to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + current monitoring status This field is returned in responses from the API, it should not be included in requests. + + + + + Recent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests. + + + + + + + GSLBRegion + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + 'ip', 'global', or 'cname' + + + + + for 'ip' or 'cname', what to serve on failover + + + + + number of addresses in each DNS response + + + + + number of 'ok' addresses before region fails over + + + + + pool of IP addresses to balance + + + + + 'ok', 'trouble', 'failover' + + + + + monitoring changes task + + + + + + name of zone + + + + + + + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + an IP address or FQDN to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + current monitoring status This field is returned in responses from the API, it should not be included in requests. + + + + + monitoring changes task This field is returned in responses from the API, it should not be included in requests. + + + + + Recent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests. + + + + + + + RTTM + + + + + per-region addresses and configuration + + + + + TTL (time-to-live) + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + details about performance monitoring + + + + + 'ok', 'unk', 'trouble', 'failover' + + + + + 'Y', 'N' + + + + + monitoring changes task + + + + + hostname + + + + + name of zone + + + + + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + 'Y' or 'N', if 'Y', region will filled in with global settings + + + + + number of addresses in each DNS response + + + + + pool_count, number of addresses to be included in the serve pool + + + + + 'ip', 'global', 'region', default 'global' + + + + + for 'ip' mode, address to serve on failover. For 'region' mode, region_code of the region to failover to. + + + + + failover_count, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + failover_count2, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + pool of IP addresses to balance + + + + + 'ok, 'unk', 'trouble', 'failover', This field is returned in responses from the API, it should not be included in requests. + + + + + monitoring changes task This field is returned in responses from the API, it should not be included in requests. + + + + + + + + + an IP address to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + current monitoring status This field is returned in responses from the API, it should not be included in requests. + + + + + Recent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests. + + + + + + + + + zone serial at which this status was made + + + + + timestamp in UTC at which this status was made + + + + + type of status change. 'health', 'perf', or 'user' + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + 'up', 'trouble', 'failover', or 'reg_remove' + + + + + If change_type is 'user', the user that made the change + + + + + number of addresses in each DNS response + + + + + 'A', 'AAAA', or 'CNAME' + + + + + List of rdata being served for this region + + + + + + + + + how often this is served relative to others in pool + + + + + + + + + + RTTMRegion + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + 'Y' or 'N', if 'Y', region will filled in with global settings + + + + + number of addresses in each DNS response + + + + + pool_count, number of addresses to be included in the serve pool + + + + + 'ip', 'global', 'region', default 'global' + + + + + for 'ip' mode, address to serve on failover. For 'region' mode, region_code of the region to failover to. + + + + + failover_count, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + failover_count2, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + pool of IP addresses to balance + + + + + monitoring changes task This field is returned in responses from the API, it should not be included in requests. + + + + + 'ok, 'unk', 'trouble', 'failover', + + + + + + name of zone + + + + + + + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + an IP address to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + current monitoring status This field is returned in responses from the API, it should not be included in requests. + + + + + Recent monitoring results for this address. This field is returned in responses from the API, it should not be included in requests. + + + + + monitoring changes task This field is returned in responses from the API, it should not be included in requests. + + + + + + + HTTPRedirect + + + + + URL requests are redirecto to + + + + + either '301' (temporary) or '302' (permanent) + + + + + should redirected URL include requested URL + + + + + hostname + + + + + name of zone + + + + + + + + + Public ID of rule. + + + + + either '301' (temporary) or '302' (permanent) + + + + + host portion of URL to match + + + + + path portion of URL to match + + + + + replacement pattern + + + + + 'Y'/'N', default 'Y' + + + + + Public ID of next AdvRedirect rule to be processed. (default to end of list) + + + + + + + AdvRedirect + + + + + 'Y'/'N', default 'Y' + + + + + List of AdvRedirectRules + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + IPTrack + + + + + A, Dynamic_A, AAAA, Dynamic_AAAA + + + + + List of hostnames to watch for records + + + + + 'match', 'default', or a valid ttl + + + + + Mask that records should match + + + + + + + hostname + + + + + name of zone + + + + + + + DNSSEC + + + + + + , contact that gets key notifications + + + + + when notifications are sent + + + + + + + + + + + 'KSK' or 'ZSK' + + + + + 'RSA/SHA-1', 'RSA/SHA-256', 'RSA/SHA-512', 'DSA' + + + + + + + + + + Only for updates: 'rollover', 'rollover_now', 'remove' + + + + + + This field is returned in responses from the API, it should not be included in requests. + + + + + preserved for compatibility This field is returned in responses from the API, it should not be included in requests. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Task + + + + + + identifies the task operation + + + + + + + ready running waiting complete failed canceled stalled + + + + + in a multi-step process, how far along + + + + + total number of steps in multi-step process + + + + + Y/N - does this task block further zone operations? + + + + + + + + + other arguments passed to the task + + + + + + + ExtNameserver + + + + + can be empty or 'default' + + + + + Y/N - does this block requests or add them + + + + + + + + + + + + address or CIDR + + + + + Y/N - do we send NOTIFYs to this host? + + + + + Y/N - do we accept [AI]XFRs from this host? + + + + + + + + + + + + + should be empty and can be ignored + + + + + + + + + + + + + + + + + + + + + Contains the response data. Can be any type as GetJob is request-agnostic. + + + + + + + + + + + + + + + + + + + + + + identifies your session token (needed for all other Dynect API calls) and the API protocol version + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + defaults to admin user + + + + + + + + + + + + + + + + + + + + + + defaults to admin user + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + The timestamp indicating the beginning of the period to report on + + + + + The timestamp indicating the end of the period to report on + + + + + The fields to break down the data with + + + + + A list of specific hostnames to report on. A hostname beginning with '!' will cause that hostname to be excluded + + + + + A list of specific nameservers to report on. A nameserver beginning with '!' will cause that nameserver to be excluded + + + + + A list of record types to report on. A record type beginning with '!' will cause that record type to be excluded + + + + + A list of zone names to report on. A zone name beginning with '!' will cause that zone to be excluded. + + + + + + + + + + + + + The CSV data containing the requested statistics + + + + + + + + + + + + Name of the service we want to create + + + + + List of region groups that contain a list of countries and records to be served + + + + + List of zone name, node name pairs to link a node to the Geo Service + + + + + Default TTL for records + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to update + + + + + The new name to assign to the Geo Service + + + + + List of region groups that contain a list of countries and records to be served + + + + + List of zone name, node name pairs to link a node to the Geo Service + + + + + Default TTL for records + + + + + + + + + + + + + + + + + + + + + Name (partial) of the Geo Service to find + + + + + Name (partial) of the Geo Region Group to find + + + + + + + + + + + + + + + + + + + + + Name (partial) of the Geo Service to find + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to delete + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to activate + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to deactivate + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to update + + + + + , Name of the Region Group + + + + + Rdata to update the Region Group with + + + + + List of countries to update the Region Group with + + + + + Optional weights to accompany the rdata + + + + + Optional serve counts to accompany the rdata + + + + + Optional Default TTL values for each record + + + + + Optional labels for the rdata + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to update + + + + + , Name of the Region Group + + + + + Rdata to update the Region Group with + + + + + List of countries to update the Region Group with + + + + + Optional weights to accompany the rdata + + + + + Optional serve counts to accompany the rdata + + + + + Optional Default TTL values for each record + + + + + Optional labels for the rdata + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to update + + + + + , Name of the Region Group + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to update + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to update + + + + + , Name of the Region Group + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to add the nodes to + + + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service to delete the nodes from + + + + + + + + + + + + + + + + + + + + + + + Name of the Geo Service + + + + + + + + + + + + + + + + + + + + + DSF Label + + + + + Default TTL to be used in this service + + + + + A list of fqdn,zone pairs to identify nodes to attach + + + + + A list of DSF Rulesets defined for the service + + + + + A list of notifier links + + + + + If 'Y', service will be published on creation + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF service to update + + + + + A new label for the service + + + + + Default TTL to be used + + + + + A list of fqdn,zone pairs to identify nodes to attach + + + + + + A list of notifier links + + + + + If true, the service is immediately published + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + label, ID, or wildcard + + + + + label or ID + + + + + wildcard + + + + + linker + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + Identifier for DSF service to search on + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF service to delete + + + + + + + + + + + + + + + + + + + + + label or ID + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + label or ID + + + + + + + + + + + + + + + + + + + + + label or ID + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + Identifier for DSF service to search on + + + + + Public_id of the Notifier to link to + + + + + filters on when services should fire the notifier + + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + Identifier for DSF service to search on + + + + + Public_id of the Notifier to link to + + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + Ruleset label + + + + + The type of criteria contained within this Pool + + + + + Required based on criteria_type. Filtered in API/BLL + + + + + Where in the chain does the ruleset land. Defautls to the last. + + + + + A list of DSF Reponse Pools that comprise the Ruleset + + + + + boolean - immediately save change and publish + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID of the ruleset to update + + + + + Ruleset label + + + + + The type of criteria contained within this Pool + + + + + Required based on criteria_type. Filtered in API/BLL + + + + + Where in the chain does the ruleset land. Defautls to the last. + + + + + A list of DSF Reponse Pools that comprise the Ruleset + + + + + boolean - immediately save change and publish + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + Ruleset label to search on. Can be wildcarded + + + + + Can be wildcarded...must be string representation + + + + + The type of criteria contained within this Pool + + + + + Where in the chain does the ruleset land. Defautls to the last. + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID of the ruleset to update + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID of the ruleset to update + + + + + boolean - immediately save change and publish + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + Response Pool label + + + + + + + Defaults to true + + + + + ID or label of the DSF Ruleset to join + + + + + Index within the specified DSF Ruleset + + + + + + boolean - immediately save change and publish + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID or label of the Response Pool to update + + + + + Response Pool label + + + + + + + Defaults to true + + + + + Entire chain must be specified + + + + + ID or label of the DSF Ruleset to join + + + + + If true, removes record-sets that are no longer referenced by anyone + + + + + boolean - immediately save change and publish + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + + ID or label of a DSF Ruleset that could contain + + + + + + + + + bool, if true, finds pools that do not exist in any Rulesets + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or the label of the DSF Service + + + + + ID or label of the desired response pool + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or the label of the DSF Service + + + + + ID or label of the desired response pool + + + + + If 'Y', Pool will be deleted on execution + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID of the DSF Service + + + + + ID of the DSF Response Pool that the Rec Set Fail chain belongs to + + + + + Label of the DSF Record Set Failover Chain + + + + + Optional, defaults to false, indicates whether enclosed Record Sets are Core + + + + + A list of record sets to be included in this chain + + + + + If 'Y', RS Chain will be deleted on execution + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID of the DSF Service + + + + + ID or label of the DSF Rec Set Failover Chain + + + + + Label of the DSF Record Set Failover Chain + + + + + Optional, defaults to false, indicates whether enclosed Record Sets are Core + + + + + A list of record sets to be included in this chain + + + + + If 'Y', RS Chain will be deleted on execution + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID or label of the DSF Response Pool that the Rec Set Fail chain belongs to + + + + + Label of the DSF Record Set Failover Chain + + + + + Search for core DSF Record Set Failover Chains that are core + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID or label of the DSF Rec Set Failover Chain + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID or label of the DSF Rec Set Failover Chain + + + + + If 'Y', Pool will be deleted on execution + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + class of rdata that the set will contain + + + + + Record Set label + + + + + ID or label of the associated monitor + + + + + + + + + + + list of hashes that contain information to create DSF Records + + + + + ID or label to associate the new RS with an existing RP + + + + + Index of the RS in the specified chain + + + + + ID or label to associate the new RS with an existing RP + + + + + Defaults to true + + + + + boolean - immediately save change and publish + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID or label of the DSF Record Set + + + + + new label for the DSF Record Set + + + + + ID or label of the associated monitor + + + + + + + + + + + Defaults to true + + + + + hash of information to create DSF Records + + + + + boolean - immediately save change and publish + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID or label of the DSF Record Set + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + Record Set label - can be wildcarded + + + + + + + + + + + + + class of rdata that the set will contain + + + + + ID or label to associate the RS with an existing DSF Record Set Failover Chain + + + + + ID or label of the associated monitor + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + ID or label of the DSF Service + + + + + ID or label of the DSF Record Set + + + + + If 'Y', Record Set will be deleted on execution + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + label of the DSF Record Set + + + + + + Rdata to create the svc record with + + + + + name of the DSF record + + + + + + + + number of endpoints that need to be up + + + + + + boolean, if true add and immediately publish + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + label of the DSF Record + + + + + + Rdata to update the svc record with + + + + + name of the DSF record + + + + + + + + number of endpoints that need to be up + + + + + + boolean, if true add and immediately publish + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + label of the DSF Record + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + DSF Record Set Failover Chain ID to search on + + + + + Record set id to search on + + + + + Wildcard allowed + + + + + Wildcard allowed + + + + + Wildcard allowed + + + + + + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + label of the DSF Record + + + + + If 'Y', Record will be deleted on execution + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + an fqdn, zone pair + + + + + If 'Y', change is published immediately + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + A list of fqdn, zone pairs + + + + + If 'Y', change is published immediately + + + + + Optional Publish Notes. + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + response will include pending changes + + + + + + + + + + + + + + + + + + + + + label of the DSF Service + + + + + an fqdn, zone pair + + + + + If 'Y', change is published immediately + + + + + Optional notes + + + + + + + + + + + + + + + + + + + + + Label for the DSF Monitor + + + + + Num of responses to determine status + + + + + Interval, in seconds, between probes + + + + + number of attempted retries on failure before giving up + + + + + name of the protocol to monitor + + + + + indicates if the monitor is active, default is N + + + + + options pertaining the monitor + + + + + Endpoints to monitor + + + + + + + + + + + + + + + + + + + + + ID + + + + + New label for the DSF Monitor + + + + + Num of responses to determine status + + + + + Interval, in seconds, between probes + + + + + number of attempted retries on failure before giving up + + + + + name of the protocol to monitor + + + + + indicates if the monitor is active + + + + + options pertaining the monitor + + + + + Endpoints to monitor + + + + + + + + + + + + + + + + + + + + + ID + + + + + + + + + + + + + + + + + + + + + Label for the DSF Monitor + + + + + Interval, in seconds, between probes + + + + + number of attempted retries on failure before giving up + + + + + name of the protocol to monitor + + + + + + + + + + + + + + + + + + + + + ID + + + + + + + + + + + + + + + + + + + + + Monitor ID + + + + + Notifier ID passed in for existing Notifier, or the follow params used to create + + + + + filters on when services should fire the notifier + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Label for the Notifier + + + + + List of Recipients attached to the Notifier + + + + + List of Services attached to the Notifier + + + + + + + + + + + + + + + + + + + + + Public_id of the Notifier to update + + + + + Label for the DSF Notify + + + + + List of Recipients attached to the Notifier + + + + + List of Services attached to the Notifier + + + + + + + + + + + + + + + + + + + + + Public_id of the Notifier to retrieve + + + + + + + + + + + + + + + + + + + + + Label for the DSF Notify + + + + + Search for active or inactive notifiers + + + + + Search for email or syslog recipients + + + + + Search on the recipient email, hostname, or contact + + + + + Search for active or inactive recipients + + + + + Must be specified with service public id + + + + + Public_id of the service_class item to search for + + + + + Search for active or inactive services + + + + + + + + + + + + + + + + + + + + + Public_id of the Notifier to delete + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + address of responsible party, per SOA + + + + + default TTL (Time-to-Live) for records + + + + + code indicating how serial numbers are constructed on publish + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + FQDN of a node + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + + hostname + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of user + + + + + + + + + + + + + + + + + + + + + name of user + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + preference name; may be '*' to list all + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + customer name or ID to see ACLs for, defaults to current customer + + + + + scope of the ACL to retrieve + + + + + + + + + + + + + + + + + + + + + customer name or ID to set ACLs for, defaults to current customer + + + + + + + + + + + + + + + + + + + + + + name of customer + + + + + compartment id + + + + + tenant id + + + + + + + + + + + + + + + + + + + + + name of customer + + + + + compartment id + + + + + tenant id + + + + + + + + + + + + + + + + + + + + + name of customer + + + + + compartment id + + + + + tenant id + + + + + + + + + + + + + + + + + + + + + name of customer + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + compartment id + + + + + public_id + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + compartment id + + + + + public_id + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + compartment id + + + + + public id + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + , req + + + + + public_id + + + + + compartment id + + + + + tenant id + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + an IP address, either v4 or v6 + + + + + either A or AAAA + + + + + hostname + + + + + + + + + + + + + + + + + + + + + either A or AAAA + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + either A or AAAA + + + + + name of zone + + + + + hostname + + + + + an IP address, either v4 or v6 + + + + + + + + + + + + + + + + + + + + + either A or AAAA + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + either A or AAAA + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + either A or AAAA + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + either A or AAAA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + an IP address, either v4 or v6 + + + + + either A or AAAA + + + + + name of update user + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + normally served address + + + + + TTL (time-to-live) + + + + + 'ip' or 'cname' + + + + + address or CNAME to serve on failover + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + normally served address + + + + + TTL (time-to-live) + + + + + 'ip' or 'cname' + + + + + address or CNAME to serve on failover + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + pool of IP addresses to balance + + + + + TTL (time-to-live) + + + + + 'ip', 'global', or 'cname' + + + + + for 'ip' or 'cname', what to serve on failover + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + number of addresses in each DNS response + + + + + details about monitoring + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + pool of IP addresses to balance + + + + + TTL (time-to-live) + + + + + 'ip', 'global', or 'cname' + + + + + for 'ip' or 'cname', what to serve on failover + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + number of addresses in each DNS response + + + + + details about monitoring + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + an IP address to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + The IP of the pool entry to update + + + + + If specified, the new IP address for this entry + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + The IP of the pool entry to get + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + The IP of the pool entry to delete + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + per-region addresses and configuration + + + + + TTL (time-to-live) + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + per-region addresses and configuration + + + + + TTL (time-to-live) + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + 'ip', 'global', or 'cname' + + + + + for 'ip' or 'cname', what to serve on failover + + + + + number of addresses in each DNS response + + + + + number of 'ok' addresses before region fails over + + + + + pool of IP addresses to balance + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'ip', 'global', or 'cname' + + + + + for 'ip' or 'cname', what to serve on failover + + + + + number of addresses in each DNS response + + + + + number of 'ok' addresses before region fails over + + + + + pool of IP addresses to balance + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + an IP address or FQDN to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + The IP address or FQDN of the pool entry to update + + + + + If specified, the new IP address for this entry + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + The IP address or FQDN of the pool entry to get + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + The IP of the pool entry to delete + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + per-region addresses and configuration + + + + + TTL (time-to-live) + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + details about performance monitoring + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + per-region addresses and configuration + + + + + TTL (time-to-live) + + + + + restore normal address automatically (Y) + + + + + The number of consecutive monitoring intervals to delay before placing an IP address back in service + + + + + contact that gets status notification + + + + + when notifications are sent + + + + + The IP or hostname of a syslog server to send monitor events to + + + + + The port of the syslog server. Defaults to 514 if not present + + + + + The syslog ident to use. Defaults to 'dynect' + + + + + The syslog facility to use. Defaults to 'daemon' + + + + + When to deliver syslog message; 'change' or 'all' + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + for custom syslog messages + + + + + details about monitoring + + + + + details about performance monitoring + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + The timestamp indicating the beginning of the period to report on + + + + + The timestamp indicating the end of the period to report on + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + The timestamp indicating the period to report on + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + 'Y' or 'N', if 'Y', region will filled in with global settings + + + + + number of addresses in each DNS response + + + + + pool_count, number of addresses to be included in the serve pool + + + + + 'ip', 'global', 'region', default 'global' + + + + + for 'ip' mode, address to serve on failover. For 'region' mode, region_code of the region to failover to. + + + + + failover_count, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + failover_count2, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + pool of IP addresses to balance + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'Y' or 'N', if 'Y', region will filled in with global settings + + + + + number of addresses in each DNS response + + + + + pool_count, number of addresses to be included in the serve pool + + + + + 'ip', 'global', 'region', default 'global' + + + + + for 'ip' mode, address to serve on failover. For 'region' mode, region_code of the region to failover to. + + + + + failover_count, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + failover_count2, number of addresses that must be 'ok', otherwise a region is considered 'failover' + + + + + pool of IP addresses to balance + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + an IP address to monitor and publish + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + The IP of the pool entry to update + + + + + If specified, the new IP address for this entry + + + + + a human-readable label + + + + + how often this is served relative to others in pool + + + + + how this address reponds to monitoring: obey,remove,always,no + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + The IP of the pool entry to get + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'global' or specific region code: 'US West', 'US Central', 'US East', 'EU West', 'EU Central', 'Asia', + + + + + The IP of the pool entry to delete + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + URL requests are redirecto to + + + + + either '301' (temporary) or '302' (permanent) + + + + + should redirected URL include requested URL + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + URL requests are redirecto to + + + + + either '301' (temporary) or '302' (permanent) + + + + + should redirected URL include requested URL + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + either '301' (temporary) or '302' (permanent) + + + + + host portion of URL to match + + + + + path portion of URL to match + + + + + replacement pattern + + + + + 'Y'/'N', default 'Y' + + + + + Public ID of next AdvRedirect rule to be processed. (default to end of list) + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + public_id of Rule + + + + + either '301' (temporary) or '302' (permanent) + + + + + host portion of URL to match + + + + + path portion of URL to match + + + + + replacement pattern + + + + + 'Y'/'N', default 'Y' + + + + + Public ID of next AdvRedirect rule to be processed. (default to end of list) + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + public_id of Rule + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + public_id of Rule + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + 'Y'/'N', default 'Y' + + + + + List of AdvRedirectRules + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'Y'/'N', default 'Y' + + + + + List of AdvRedirectRules + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + 'Y'/'N', default 'Y' + + + + + List of AdvRedirectRules + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + A, Dynamic_A, AAAA, Dynamic_AAAA + + + + + List of hostnames to watch for records + + + + + 'match', 'default', or a valid ttl + + + + + Mask that records should match + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + A, Dynamic_A, AAAA, Dynamic_AAAA + + + + + List of hostnames to watch for records + + + + + 'match', 'default', or a valid ttl + + + + + Mask that records should match + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + hostname + + + + + + + + + + + + + + + + + + + + + + , contact that gets key notifications + + + + + when notifications are sent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + , contact that gets key notifications + + + + + when notifications are sent + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + name of zone + + + + + an epoch time, or 'now' + + + + + an epoch time, or 'now' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + can be empty or 'default' + + + + + Y/N - does this block requests or add them + + + + + + + + + + + + + + + + + + + + + + + + can be empty or 'default' + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + can be empty or 'default' + + + + + Y/N - does this block requests or add them + + + + + + + + + + + + + + + + + + + + + + + + can be empty or 'default' + + + + + + + + + + + + + + +(model) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +DEBUG:suds.xsd.query:('GetJobRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7469de10, resolving: ('GetJobRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetJobRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetJobRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetJobResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7469e390, resolving: ('GetJobResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetJobResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetJobResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SessionLoginRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7469ea10, resolving: ('SessionLoginRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SessionLoginRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SessionLoginRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SessionLoginResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7469f090, resolving: ('SessionLoginResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SessionLoginResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SessionLoginResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SessionLogoutRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7469f710, resolving: ('SessionLogoutRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SessionLogoutRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SessionLogoutRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SessionLogoutResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7469fb90, resolving: ('SessionLogoutResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SessionLogoutResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SessionLogoutResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SessionIsAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746e0250, resolving: ('SessionIsAliveRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SessionIsAliveRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SessionIsAliveRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SessionIsAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746e06d0, resolving: ('SessionIsAliveResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SessionIsAliveResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SessionIsAliveResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SessionKeepAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746e0d50, resolving: ('SessionKeepAliveRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SessionKeepAliveRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SessionKeepAliveRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SessionKeepAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746e11d0, resolving: ('SessionKeepAliveResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SessionKeepAliveResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SessionKeepAliveResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ScopeInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746e1850, resolving: ('ScopeInRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ScopeInRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ScopeInRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ScopeInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746e1ed0, resolving: ('ScopeInResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ScopeInResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ScopeInResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ScopeAsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746e2550, resolving: ('ScopeAsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ScopeAsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ScopeAsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ScopeAsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746e2bd0, resolving: ('ScopeAsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ScopeAsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ScopeAsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UnscopeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746e3250, resolving: ('UnscopeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UnscopeRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UnscopeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UnscopeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746e36d0, resolving: ('UnscopeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UnscopeResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UnscopeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetQueryStatsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746e3d50, resolving: ('GetQueryStatsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetQueryStatsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetQueryStatsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetQueryStatsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746888d0, resolving: ('GetQueryStatsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetQueryStatsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetQueryStatsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74688f90, resolving: ('CreateGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateGeoRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74689150, resolving: ('CreateGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateGeoResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74689ed0, resolving: ('UpdateGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateGeoRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7468a090, resolving: ('UpdateGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateGeoResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetGeosRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7468af10, resolving: ('GetGeosRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetGeosRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetGeosRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetGeosResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7468b590, resolving: ('GetGeosResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetGeosResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetGeosResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7468bc10, resolving: ('GetOneGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneGeoRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746d81d0, resolving: ('GetOneGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneGeoResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746d8850, resolving: ('DeleteOneGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneGeoRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746d8dd0, resolving: ('DeleteOneGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneGeoResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746d9450, resolving: ('ActivateGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ActivateGeoRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746d99d0, resolving: ('ActivateGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ActivateGeoResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746da050, resolving: ('DeactivateGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeactivateGeoRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateGeoRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746da5d0, resolving: ('DeactivateGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeactivateGeoResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateGeoResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746dac50, resolving: ('CreateGeoRegionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateGeoRegionGroupRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateGeoRegionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746db8d0, resolving: ('CreateGeoRegionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateGeoRegionGroupResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateGeoRegionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746dbf50, resolving: ('UpdateGeoRegionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateGeoRegionGroupRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateGeoRegionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746ecc10, resolving: ('UpdateGeoRegionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateGeoRegionGroupResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateGeoRegionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746ed290, resolving: ('DeleteOneGeoRegionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneGeoRegionGroupRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneGeoRegionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746ed910, resolving: ('DeleteOneGeoRegionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneGeoRegionGroupResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneGeoRegionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetGeoRegionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746edf90, resolving: ('GetGeoRegionGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetGeoRegionGroupsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetGeoRegionGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetGeoRegionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746ee510, resolving: ('GetGeoRegionGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetGeoRegionGroupsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetGeoRegionGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746eeb90, resolving: ('GetOneGeoRegionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneGeoRegionGroupRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneGeoRegionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746ef210, resolving: ('GetOneGeoRegionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneGeoRegionGroupResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneGeoRegionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746ef890, resolving: ('CreateGeoNodeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateGeoNodeRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateGeoNodeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746efa50, resolving: ('CreateGeoNodeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateGeoNodeResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateGeoNodeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f4710, resolving: ('DeleteOneGeoNodeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneGeoNodeRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneGeoNodeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f48d0, resolving: ('DeleteOneGeoNodeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneGeoNodeResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneGeoNodeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetGeoNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f5550, resolving: ('GetGeoNodesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetGeoNodesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetGeoNodesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetGeoNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f5ad0, resolving: ('GetGeoNodesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetGeoNodesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetGeoNodesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f6150, resolving: ('CreateDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateDSFRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f6cd0, resolving: ('CreateDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateDSFResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f7390, resolving: ('UpdateDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateDSFRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74678050, resolving: ('UpdateDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateDSFResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746786d0, resolving: ('GetDSFsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDSFsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74678890, resolving: ('GetDSFsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDSFsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74679710, resolving: ('GetDSFNotifiersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDSFNotifiersRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFNotifiersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74679c90, resolving: ('GetDSFNotifiersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDSFNotifiersResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFNotifiersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7467a310, resolving: ('DeleteOneDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneDSFRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7467a890, resolving: ('DeleteOneDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneDSFResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7467af10, resolving: ('GetOneDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneDSFRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7467b590, resolving: ('GetOneDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneDSFResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RevertDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7467bc10, resolving: ('RevertDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RevertDSFRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RevertDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RevertDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746301d0, resolving: ('RevertDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RevertDSFResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RevertDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('PublishDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74630850, resolving: ('PublishDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "PublishDSFRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PublishDSFRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('PublishDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74630ed0, resolving: ('PublishDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "PublishDSFResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PublishDSFResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74631550, resolving: ('AddDSFNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "AddDSFNotifierRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddDSFNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74631710, resolving: ('AddDSFNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "AddDSFNotifierResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddDSFNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemoveDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74632590, resolving: ('RemoveDSFNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RemoveDSFNotifierRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemoveDSFNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemoveDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74632750, resolving: ('RemoveDSFNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RemoveDSFNotifierResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemoveDSFNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746334d0, resolving: ('CreateDSFRulesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateDSFRulesetRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSFRulesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74600190, resolving: ('CreateDSFRulesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateDSFRulesetResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSFRulesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74600810, resolving: ('UpdateDSFRulesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateDSFRulesetRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFRulesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74601590, resolving: ('UpdateDSFRulesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateDSFRulesetResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFRulesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFRulesetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74601c10, resolving: ('GetDSFRulesetsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDSFRulesetsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFRulesetsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFRulesetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74601dd0, resolving: ('GetDSFRulesetsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDSFRulesetsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFRulesetsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74602d50, resolving: ('GetOneDSFRulesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneDSFRulesetRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSFRulesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74602f10, resolving: ('GetOneDSFRulesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneDSFRulesetResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSFRulesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74603b90, resolving: ('DeleteOneDSFRulesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneDSFRulesetRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFRulesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74603d50, resolving: ('DeleteOneDSFRulesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneDSFRulesetResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFRulesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74648b10, resolving: ('CreateDSFResponsePoolRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateDSFResponsePoolRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSFResponsePoolRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74649990, resolving: ('CreateDSFResponsePoolResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateDSFResponsePoolResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSFResponsePoolResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7464a010, resolving: ('UpdateDSFResponsePoolRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateDSFResponsePoolRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFResponsePoolRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7464af90, resolving: ('UpdateDSFResponsePoolResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateDSFResponsePoolResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFResponsePoolResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFResponsePoolsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7464b610, resolving: ('GetDSFResponsePoolsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDSFResponsePoolsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFResponsePoolsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFResponsePoolsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776f43d0, resolving: ('GetDSFResponsePoolsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDSFResponsePoolsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFResponsePoolsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776f4a50, resolving: ('GetOneDSFResponsePoolRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneDSFResponsePoolRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSFResponsePoolRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776f4c10, resolving: ('GetOneDSFResponsePoolResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneDSFResponsePoolResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSFResponsePoolResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776f5890, resolving: ('DeleteOneDSFResponsePoolRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneDSFResponsePoolRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFResponsePoolRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776f5a50, resolving: ('DeleteOneDSFResponsePoolResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneDSFResponsePoolResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFResponsePoolResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776f67d0, resolving: ('CreateDSFRecordSetFailoverChainRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateDSFRecordSetFailoverChainRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSFRecordSetFailoverChainRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776f7310, resolving: ('CreateDSFRecordSetFailoverChainResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateDSFRecordSetFailoverChainResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSFRecordSetFailoverChainResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776f79d0, resolving: ('UpdateDSFRecordSetFailoverChainRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateDSFRecordSetFailoverChainRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFRecordSetFailoverChainRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77648550, resolving: ('UpdateDSFRecordSetFailoverChainResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateDSFRecordSetFailoverChainResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFRecordSetFailoverChainResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFRecordSetFailoverChainsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77648c10, resolving: ('GetDSFRecordSetFailoverChainsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDSFRecordSetFailoverChainsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFRecordSetFailoverChainsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFRecordSetFailoverChainsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77648dd0, resolving: ('GetDSFRecordSetFailoverChainsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDSFRecordSetFailoverChainsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFRecordSetFailoverChainsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77649c50, resolving: ('GetOneDSFRecordSetFailoverChainRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneDSFRecordSetFailoverChainRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSFRecordSetFailoverChainRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77649e10, resolving: ('GetOneDSFRecordSetFailoverChainResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneDSFRecordSetFailoverChainResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSFRecordSetFailoverChainResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7764aa90, resolving: ('DeleteOneDSFRecordSetFailoverChainRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneDSFRecordSetFailoverChainRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFRecordSetFailoverChainRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7764ac50, resolving: ('DeleteOneDSFRecordSetFailoverChainResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneDSFRecordSetFailoverChainResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFRecordSetFailoverChainResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7764b9d0, resolving: ('CreateDSFRecordSetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateDSFRecordSetRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSFRecordSetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776b0f90, resolving: ('CreateDSFRecordSetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateDSFRecordSetResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSFRecordSetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776b1610, resolving: ('UpdateDSFRecordSetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateDSFRecordSetRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFRecordSetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776b2890, resolving: ('UpdateDSFRecordSetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateDSFRecordSetResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFRecordSetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776b2f10, resolving: ('GetOneDSFRecordSetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneDSFRecordSetRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSFRecordSetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776b30d0, resolving: ('GetOneDSFRecordSetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneDSFRecordSetResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSFRecordSetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFRecordSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776b3d50, resolving: ('GetDSFRecordSetsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDSFRecordSetsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFRecordSetsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFRecordSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776c1010, resolving: ('GetDSFRecordSetsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDSFRecordSetsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFRecordSetsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776c1690, resolving: ('DeleteOneDSFRecordSetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneDSFRecordSetRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFRecordSetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776c1850, resolving: ('DeleteOneDSFRecordSetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneDSFRecordSetResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFRecordSetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776c25d0, resolving: ('CreateDSFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateDSFRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776c3650, resolving: ('CreateDSFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateDSFRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776c3cd0, resolving: ('UpdateDSFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateDSFRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776b8d90, resolving: ('UpdateDSFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateDSFRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776b9410, resolving: ('GetOneDSFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneDSFRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776b95d0, resolving: ('GetOneDSFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneDSFRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776ba250, resolving: ('GetDSFRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDSFRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776bb2d0, resolving: ('GetDSFRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDSFRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776bb950, resolving: ('DeleteOneDSFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneDSFRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776bbb10, resolving: ('DeleteOneDSFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneDSFRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e08d0, resolving: ('AddDSFNodeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "AddDSFNodeRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddDSFNodeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e0a90, resolving: ('AddDSFNodeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "AddDSFNodeResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddDSFNodeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e1810, resolving: ('UpdateDSFNodesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateDSFNodesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFNodesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e19d0, resolving: ('UpdateDSFNodesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateDSFNodesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFNodesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e2750, resolving: ('GetDSFNodesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDSFNodesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFNodesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e2dd0, resolving: ('GetDSFNodesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDSFNodesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFNodesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e3450, resolving: ('DeleteOneDSFNodeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneDSFNodeRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFNodeRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e3610, resolving: ('DeleteOneDSFNodeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneDSFNodeResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFNodeResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e83d0, resolving: ('CreateDSFMonitorRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateDSFMonitorRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSFMonitorRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e9050, resolving: ('CreateDSFMonitorResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateDSFMonitorResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSFMonitorResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e96d0, resolving: ('UpdateDSFMonitorRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateDSFMonitorRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFMonitorRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776ea450, resolving: ('UpdateDSFMonitorResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateDSFMonitorResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSFMonitorResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776eaad0, resolving: ('GetOneDSFMonitorRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneDSFMonitorRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSFMonitorRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776eb050, resolving: ('GetOneDSFMonitorResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneDSFMonitorResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSFMonitorResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFMonitorsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776eb6d0, resolving: ('GetDSFMonitorsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDSFMonitorsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFMonitorsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFMonitorsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776eb890, resolving: ('GetDSFMonitorsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDSFMonitorsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFMonitorsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7764c650, resolving: ('DeleteOneDSFMonitorRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneDSFMonitorRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFMonitorRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7764cbd0, resolving: ('DeleteOneDSFMonitorResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneDSFMonitorResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSFMonitorResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddDSFMonitorNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7764d250, resolving: ('AddDSFMonitorNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "AddDSFMonitorNotifierRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddDSFMonitorNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddDSFMonitorNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7764d410, resolving: ('AddDSFMonitorNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "AddDSFMonitorNotifierResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddDSFMonitorNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFMonitorSitesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7764e090, resolving: ('GetDSFMonitorSitesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDSFMonitorSitesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFMonitorSitesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSFMonitorSitesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7764e510, resolving: ('GetDSFMonitorSitesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDSFMonitorSitesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSFMonitorSitesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7764eb90, resolving: ('CreateNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateNotifierRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7764ed50, resolving: ('CreateNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateNotifierResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7764f9d0, resolving: ('UpdateNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateNotifierRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7764fb90, resolving: ('UpdateNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateNotifierResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77678950, resolving: ('GetOneNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneNotifierRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77678ed0, resolving: ('GetOneNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneNotifierResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77679550, resolving: ('GetNotifiersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetNotifiersRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetNotifiersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7767a1d0, resolving: ('GetNotifiersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetNotifiersResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetNotifiersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7767a850, resolving: ('DeleteOneNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneNotifierRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneNotifierRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7767add0, resolving: ('DeleteOneNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneNotifierResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneNotifierResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7767b450, resolving: ('CreateConfigLimitRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateConfigLimitRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateConfigLimitRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7767b610, resolving: ('CreateConfigLimitResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateConfigLimitResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateConfigLimitResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776582d0, resolving: ('GetOneConfigLimitRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneConfigLimitRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneConfigLimitRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77658950, resolving: ('GetOneConfigLimitResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneConfigLimitResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneConfigLimitResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetConfigLimitsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77658fd0, resolving: ('GetConfigLimitsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetConfigLimitsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetConfigLimitsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetConfigLimitsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77659550, resolving: ('GetConfigLimitsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetConfigLimitsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetConfigLimitsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77659bd0, resolving: ('UpdateConfigLimitRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateConfigLimitRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateConfigLimitRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77659d90, resolving: ('UpdateConfigLimitResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateConfigLimitResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateConfigLimitResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7765aa10, resolving: ('DeleteOneConfigLimitRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneConfigLimitRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneConfigLimitRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7765b090, resolving: ('DeleteOneConfigLimitResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneConfigLimitResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneConfigLimitResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7765b710, resolving: ('CreatePermissionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreatePermissionGroupRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreatePermissionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7762c3d0, resolving: ('CreatePermissionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreatePermissionGroupResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreatePermissionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7762ca50, resolving: ('GetOnePermissionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOnePermissionGroupRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOnePermissionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7762cfd0, resolving: ('GetOnePermissionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOnePermissionGroupResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOnePermissionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetPermissionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7762d650, resolving: ('GetPermissionGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetPermissionGroupsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetPermissionGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetPermissionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7762dad0, resolving: ('GetPermissionGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetPermissionGroupsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetPermissionGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7762e150, resolving: ('DeleteOnePermissionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOnePermissionGroupRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOnePermissionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7762e6d0, resolving: ('DeleteOnePermissionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOnePermissionGroupResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOnePermissionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7762ed50, resolving: ('UpdatePermissionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdatePermissionGroupRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdatePermissionGroupRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7762fad0, resolving: ('UpdatePermissionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdatePermissionGroupResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdatePermissionGroupResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7768c190, resolving: ('GetCustomerPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetCustomerPermissionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCustomerPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7768c710, resolving: ('GetCustomerPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetCustomerPermissionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCustomerPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7768cd90, resolving: ('GetUserPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetUserPermissionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetUserPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7768d310, resolving: ('GetUserPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetUserPermissionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetUserPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CheckPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7768d990, resolving: ('CheckPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CheckPermissionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CheckPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CheckPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7768e010, resolving: ('CheckPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CheckPermissionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CheckPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7768e690, resolving: ('AddPermissionGroupUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "AddPermissionGroupUsersRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddPermissionGroupUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7768ed10, resolving: ('AddPermissionGroupUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "AddPermissionGroupUsersResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddPermissionGroupUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7768f390, resolving: ('SetPermissionGroupUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SetPermissionGroupUsersRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetPermissionGroupUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7768fa10, resolving: ('SetPermissionGroupUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SetPermissionGroupUsersResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetPermissionGroupUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemovePermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776700d0, resolving: ('RemovePermissionGroupUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RemovePermissionGroupUsersRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemovePermissionGroupUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemovePermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77670750, resolving: ('RemovePermissionGroupUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RemovePermissionGroupUsersResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemovePermissionGroupUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77670dd0, resolving: ('AddPermissionGroupSubgroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "AddPermissionGroupSubgroupsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddPermissionGroupSubgroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77671450, resolving: ('AddPermissionGroupSubgroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "AddPermissionGroupSubgroupsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddPermissionGroupSubgroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77671ad0, resolving: ('SetPermissionGroupSubgroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SetPermissionGroupSubgroupsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetPermissionGroupSubgroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77672150, resolving: ('SetPermissionGroupSubgroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SetPermissionGroupSubgroupsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetPermissionGroupSubgroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemovePermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776727d0, resolving: ('RemovePermissionGroupSubgroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RemovePermissionGroupSubgroupsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemovePermissionGroupSubgroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemovePermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77672e50, resolving: ('RemovePermissionGroupSubgroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RemovePermissionGroupSubgroupsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemovePermissionGroupSubgroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776734d0, resolving: ('AddPermissionGroupPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "AddPermissionGroupPermissionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddPermissionGroupPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77673b50, resolving: ('AddPermissionGroupPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "AddPermissionGroupPermissionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddPermissionGroupPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77604210, resolving: ('SetPermissionGroupPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SetPermissionGroupPermissionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetPermissionGroupPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77604890, resolving: ('SetPermissionGroupPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SetPermissionGroupPermissionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetPermissionGroupPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemovePermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77604f10, resolving: ('RemovePermissionGroupPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RemovePermissionGroupPermissionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemovePermissionGroupPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemovePermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77605590, resolving: ('RemovePermissionGroupPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RemovePermissionGroupPermissionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemovePermissionGroupPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77605c10, resolving: ('AddPermissionGroupZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "AddPermissionGroupZonesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddPermissionGroupZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77606290, resolving: ('AddPermissionGroupZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "AddPermissionGroupZonesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddPermissionGroupZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77606910, resolving: ('SetPermissionGroupZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SetPermissionGroupZonesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetPermissionGroupZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77606f90, resolving: ('SetPermissionGroupZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SetPermissionGroupZonesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetPermissionGroupZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemovePermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77607610, resolving: ('RemovePermissionGroupZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RemovePermissionGroupZonesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemovePermissionGroupZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemovePermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77607c90, resolving: ('RemovePermissionGroupZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RemovePermissionGroupZonesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemovePermissionGroupZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77634350, resolving: ('AddUserGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "AddUserGroupsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddUserGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776349d0, resolving: ('AddUserGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "AddUserGroupsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddUserGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77635050, resolving: ('SetUserGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SetUserGroupsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetUserGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776356d0, resolving: ('SetUserGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SetUserGroupsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetUserGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemoveUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77635d50, resolving: ('RemoveUserGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RemoveUserGroupsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemoveUserGroupsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemoveUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776363d0, resolving: ('RemoveUserGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RemoveUserGroupsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemoveUserGroupsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77636a50, resolving: ('AddUserZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "AddUserZonesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddUserZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776370d0, resolving: ('AddUserZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "AddUserZonesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddUserZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77637750, resolving: ('SetUserZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SetUserZonesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetUserZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77637dd0, resolving: ('SetUserZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SetUserZonesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetUserZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemoveUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77680490, resolving: ('RemoveUserZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RemoveUserZonesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemoveUserZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemoveUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77680b10, resolving: ('RemoveUserZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RemoveUserZonesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemoveUserZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77681190, resolving: ('AddUserPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "AddUserPermissionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddUserPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77681810, resolving: ('AddUserPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "AddUserPermissionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddUserPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77681e90, resolving: ('SetUserPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SetUserPermissionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetUserPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77682510, resolving: ('SetUserPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SetUserPermissionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetUserPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemoveUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77682b90, resolving: ('RemoveUserPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RemoveUserPermissionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemoveUserPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemoveUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77683210, resolving: ('RemoveUserPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RemoveUserPermissionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemoveUserPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77683890, resolving: ('AddUserForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "AddUserForbidsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddUserForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77683f10, resolving: ('AddUserForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "AddUserForbidsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddUserForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744445d0, resolving: ('SetUserForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SetUserForbidsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetUserForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74444c50, resolving: ('SetUserForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SetUserForbidsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetUserForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemoveUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744452d0, resolving: ('RemoveUserForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RemoveUserForbidsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemoveUserForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemoveUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74445950, resolving: ('RemoveUserForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RemoveUserForbidsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemoveUserForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74445fd0, resolving: ('AddCustomerPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "AddCustomerPermissionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddCustomerPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74446650, resolving: ('AddCustomerPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "AddCustomerPermissionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddCustomerPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74446cd0, resolving: ('SetCustomerPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SetCustomerPermissionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetCustomerPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74447350, resolving: ('SetCustomerPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SetCustomerPermissionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetCustomerPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemoveCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744479d0, resolving: ('RemoveCustomerPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RemoveCustomerPermissionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemoveCustomerPermissionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemoveCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74474090, resolving: ('RemoveCustomerPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RemoveCustomerPermissionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemoveCustomerPermissionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74474710, resolving: ('AddCustomerForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "AddCustomerForbidsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddCustomerForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74474d90, resolving: ('AddCustomerForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "AddCustomerForbidsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddCustomerForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74475410, resolving: ('SetCustomerForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SetCustomerForbidsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetCustomerForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74475a90, resolving: ('SetCustomerForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SetCustomerForbidsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetCustomerForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemoveCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74476110, resolving: ('RemoveCustomerForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RemoveCustomerForbidsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemoveCustomerForbidsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RemoveCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74476790, resolving: ('RemoveCustomerForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RemoveCustomerForbidsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RemoveCustomerForbidsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74476e10, resolving: ('GetHostStatsFlagsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetHostStatsFlagsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetHostStatsFlagsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74477390, resolving: ('GetHostStatsFlagsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetHostStatsFlagsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetHostStatsFlagsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74477a10, resolving: ('SetHostStatsFlagsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SetHostStatsFlagsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetHostStatsFlagsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e80d0, resolving: ('SetHostStatsFlagsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SetHostStatsFlagsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetHostStatsFlagsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e8750, resolving: ('CreateTSIGKeyRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateTSIGKeyRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateTSIGKeyRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e8910, resolving: ('CreateTSIGKeyResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateTSIGKeyResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateTSIGKeyResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e9790, resolving: ('GetOneTSIGKeyRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneTSIGKeyRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneTSIGKeyRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e9d10, resolving: ('GetOneTSIGKeyResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneTSIGKeyResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneTSIGKeyResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetTSIGKeysRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744ea390, resolving: ('GetTSIGKeysRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetTSIGKeysRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetTSIGKeysRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetTSIGKeysResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744ea810, resolving: ('GetTSIGKeysResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetTSIGKeysResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetTSIGKeysResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744eae90, resolving: ('UpdateTSIGKeyRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateTSIGKeyRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateTSIGKeyRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744eb050, resolving: ('UpdateTSIGKeyResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateTSIGKeyResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateTSIGKeyResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744ebfd0, resolving: ('DeleteOneTSIGKeyRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneTSIGKeyRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneTSIGKeyRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74414590, resolving: ('DeleteOneTSIGKeyResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneTSIGKeyResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneTSIGKeyResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74414c10, resolving: ('CreateZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateZoneRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74414dd0, resolving: ('CreateZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateZoneResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74415b50, resolving: ('GetOneZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneZoneRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744160d0, resolving: ('GetOneZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneZoneResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74416750, resolving: ('GetZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetZonesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetZonesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74416bd0, resolving: ('GetZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetZonesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetZonesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74417250, resolving: ('DeleteOneZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneZoneRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744177d0, resolving: ('DeleteOneZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneZoneResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateSecondaryZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74417e50, resolving: ('CreateSecondaryZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateSecondaryZoneRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateSecondaryZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateSecondaryZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74418050, resolving: ('CreateSecondaryZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateSecondaryZoneResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateSecondaryZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74418dd0, resolving: ('UpdateSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateSecondaryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74418f90, resolving: ('UpdateSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateSecondaryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74419d10, resolving: ('ActivateSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ActivateSecondaryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7441a290, resolving: ('ActivateSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ActivateSecondaryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7441a910, resolving: ('DeactivateSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeactivateSecondaryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7441ae90, resolving: ('DeactivateSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeactivateSecondaryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RetransferSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7441b510, resolving: ('RetransferSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RetransferSecondaryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RetransferSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RetransferSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7441ba90, resolving: ('RetransferSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RetransferSecondaryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RetransferSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7447c150, resolving: ('GetOneSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneSecondaryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneSecondaryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7447c6d0, resolving: ('GetOneSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneSecondaryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneSecondaryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetSecondariesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7447cd50, resolving: ('GetSecondariesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetSecondariesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetSecondariesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetSecondariesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7447d1d0, resolving: ('GetSecondariesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetSecondariesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetSecondariesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetZoneApexRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7447d850, resolving: ('GetZoneApexRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetZoneApexRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetZoneApexRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetZoneApexResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7447ddd0, resolving: ('GetZoneApexResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetZoneApexResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetZoneApexResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7447e450, resolving: ('CreateARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7447e610, resolving: ('CreateARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7447f390, resolving: ('GetOneARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7447f550, resolving: ('GetOneARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445c310, resolving: ('GetARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetARecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445c990, resolving: ('GetARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetARecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445d010, resolving: ('UpdateARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445d1d0, resolving: ('UpdateARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445e050, resolving: ('DeleteARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteARecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445e6d0, resolving: ('DeleteARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteARecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445ed50, resolving: ('DeleteOneARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445ef10, resolving: ('DeleteOneARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445fc90, resolving: ('CreateAAAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateAAAARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateAAAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445fe50, resolving: ('CreateAAAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateAAAARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateAAAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74434c10, resolving: ('GetOneAAAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneAAAARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneAAAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74434dd0, resolving: ('GetOneAAAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneAAAARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneAAAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74435b50, resolving: ('GetAAAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetAAAARecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetAAAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744361d0, resolving: ('GetAAAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetAAAARecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetAAAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74436850, resolving: ('UpdateAAAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateAAAARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateAAAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74436a10, resolving: ('UpdateAAAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateAAAARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateAAAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74437890, resolving: ('DeleteAAAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteAAAARecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteAAAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74437f10, resolving: ('DeleteAAAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteAAAARecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteAAAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744585d0, resolving: ('DeleteOneAAAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneAAAARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneAAAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74458790, resolving: ('DeleteOneAAAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneAAAARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneAAAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74459510, resolving: ('CreateALIASRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateALIASRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateALIASRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744596d0, resolving: ('CreateALIASRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateALIASRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateALIASRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445a450, resolving: ('GetOneALIASRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneALIASRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneALIASRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445a610, resolving: ('GetOneALIASRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneALIASRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneALIASRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445b390, resolving: ('GetALIASRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetALIASRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetALIASRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445ba10, resolving: ('GetALIASRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetALIASRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetALIASRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744500d0, resolving: ('UpdateALIASRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateALIASRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateALIASRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74450290, resolving: ('UpdateALIASRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateALIASRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateALIASRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74451110, resolving: ('DeleteALIASRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteALIASRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteALIASRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74451790, resolving: ('DeleteALIASRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteALIASRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteALIASRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74451e10, resolving: ('DeleteOneALIASRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneALIASRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneALIASRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74451fd0, resolving: ('DeleteOneALIASRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneALIASRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneALIASRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74452d50, resolving: ('CreateCAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateCAARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74452f10, resolving: ('CreateCAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateCAARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74453c90, resolving: ('GetOneCAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneCAARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneCAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74453e50, resolving: ('GetOneCAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneCAARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneCAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744c8c10, resolving: ('GetCAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetCAARecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744c9290, resolving: ('GetCAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetCAARecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744c9910, resolving: ('UpdateCAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateCAARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744c9ad0, resolving: ('UpdateCAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateCAARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744ca950, resolving: ('DeleteCAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteCAARecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteCAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744cafd0, resolving: ('DeleteCAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteCAARecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteCAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744cb650, resolving: ('DeleteOneCAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneCAARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneCAARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744cb810, resolving: ('DeleteOneCAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneCAARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneCAARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744d85d0, resolving: ('CreateCDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateCDNSKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744d8790, resolving: ('CreateCDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateCDNSKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744d9510, resolving: ('GetOneCDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneCDNSKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneCDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744d96d0, resolving: ('GetOneCDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneCDNSKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneCDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744da450, resolving: ('GetCDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetCDNSKEYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744daad0, resolving: ('GetCDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetCDNSKEYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744db150, resolving: ('UpdateCDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateCDNSKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744db310, resolving: ('UpdateCDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateCDNSKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744a41d0, resolving: ('DeleteCDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteCDNSKEYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteCDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744a4850, resolving: ('DeleteCDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteCDNSKEYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteCDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744a4ed0, resolving: ('DeleteOneCDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneCDNSKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneCDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744a5090, resolving: ('DeleteOneCDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneCDNSKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneCDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744a5e10, resolving: ('CreateCDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateCDSRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744a5fd0, resolving: ('CreateCDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateCDSRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744a6d50, resolving: ('GetOneCDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneCDSRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneCDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744a6f10, resolving: ('GetOneCDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneCDSRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneCDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744a7c90, resolving: ('GetCDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetCDSRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744f0350, resolving: ('GetCDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetCDSRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744f09d0, resolving: ('UpdateCDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateCDSRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744f0b90, resolving: ('UpdateCDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateCDSRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744f1a10, resolving: ('DeleteCDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteCDSRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteCDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744f2090, resolving: ('DeleteCDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteCDSRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteCDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744f2710, resolving: ('DeleteOneCDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneCDSRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneCDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744f28d0, resolving: ('DeleteOneCDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneCDSRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneCDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744f3650, resolving: ('CreateCERTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateCERTRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCERTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744f3810, resolving: ('CreateCERTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateCERTRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCERTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e05d0, resolving: ('GetOneCERTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneCERTRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneCERTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e0790, resolving: ('GetOneCERTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneCERTRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneCERTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e1510, resolving: ('GetCERTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetCERTRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCERTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e1b90, resolving: ('GetCERTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetCERTRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCERTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e2210, resolving: ('UpdateCERTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateCERTRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCERTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e23d0, resolving: ('UpdateCERTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateCERTRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCERTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e3250, resolving: ('DeleteCERTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteCERTRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteCERTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e38d0, resolving: ('DeleteCERTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteCERTRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteCERTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e3f50, resolving: ('DeleteOneCERTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneCERTRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneCERTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77404150, resolving: ('DeleteOneCERTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneCERTRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneCERTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77404ed0, resolving: ('CreateCNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateCNAMERecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77405090, resolving: ('CreateCNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateCNAMERecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77405e10, resolving: ('GetOneCNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneCNAMERecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneCNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77405fd0, resolving: ('GetOneCNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneCNAMERecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneCNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77406d50, resolving: ('GetCNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetCNAMERecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774073d0, resolving: ('GetCNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetCNAMERecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77407a50, resolving: ('UpdateCNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateCNAMERecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77407c10, resolving: ('UpdateCNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateCNAMERecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77410ad0, resolving: ('DeleteCNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteCNAMERecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteCNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77411150, resolving: ('DeleteCNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteCNAMERecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteCNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774117d0, resolving: ('DeleteOneCNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneCNAMERecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneCNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77411990, resolving: ('DeleteOneCNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneCNAMERecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneCNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77412710, resolving: ('CreateCSYNCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateCSYNCRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCSYNCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774128d0, resolving: ('CreateCSYNCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateCSYNCRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCSYNCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77413650, resolving: ('GetOneCSYNCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneCSYNCRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneCSYNCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77413810, resolving: ('GetOneCSYNCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneCSYNCRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneCSYNCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ec5d0, resolving: ('GetCSYNCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetCSYNCRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCSYNCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ecc50, resolving: ('GetCSYNCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetCSYNCRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCSYNCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ed2d0, resolving: ('UpdateCSYNCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateCSYNCRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCSYNCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ed490, resolving: ('UpdateCSYNCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateCSYNCRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCSYNCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ee310, resolving: ('DeleteCSYNCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteCSYNCRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteCSYNCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ee990, resolving: ('DeleteCSYNCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteCSYNCRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteCSYNCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ef010, resolving: ('DeleteOneCSYNCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneCSYNCRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneCSYNCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ef1d0, resolving: ('DeleteOneCSYNCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneCSYNCRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneCSYNCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774eff50, resolving: ('CreateDHCIDRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateDHCIDRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDHCIDRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7743c150, resolving: ('CreateDHCIDRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateDHCIDRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDHCIDRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7743ced0, resolving: ('GetOneDHCIDRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneDHCIDRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDHCIDRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7743d090, resolving: ('GetOneDHCIDRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneDHCIDRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDHCIDRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7743de10, resolving: ('GetDHCIDRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDHCIDRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDHCIDRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7743e490, resolving: ('GetDHCIDRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDHCIDRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDHCIDRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7743eb10, resolving: ('UpdateDHCIDRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateDHCIDRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDHCIDRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7743ecd0, resolving: ('UpdateDHCIDRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateDHCIDRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDHCIDRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7743fb50, resolving: ('DeleteDHCIDRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteDHCIDRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteDHCIDRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7742c210, resolving: ('DeleteDHCIDRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteDHCIDRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteDHCIDRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7742c890, resolving: ('DeleteOneDHCIDRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneDHCIDRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDHCIDRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7742ca50, resolving: ('DeleteOneDHCIDRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneDHCIDRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDHCIDRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7742d7d0, resolving: ('CreateDNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateDNAMERecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7742d990, resolving: ('CreateDNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateDNAMERecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7742e710, resolving: ('GetOneDNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneDNAMERecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7742e8d0, resolving: ('GetOneDNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneDNAMERecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7742f650, resolving: ('GetDNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDNAMERecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7742fcd0, resolving: ('GetDNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDNAMERecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774f8390, resolving: ('UpdateDNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateDNAMERecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774f8550, resolving: ('UpdateDNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateDNAMERecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774f93d0, resolving: ('DeleteDNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteDNAMERecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteDNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774f9a50, resolving: ('DeleteDNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteDNAMERecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteDNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774fa0d0, resolving: ('DeleteOneDNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneDNAMERecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDNAMERecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774fa290, resolving: ('DeleteOneDNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneDNAMERecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDNAMERecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774fb010, resolving: ('CreateDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateDNSKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774fb1d0, resolving: ('CreateDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateDNSKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774fbf50, resolving: ('GetOneDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneDNSKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77448150, resolving: ('GetOneDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneDNSKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77448ed0, resolving: ('GetDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDNSKEYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77449550, resolving: ('GetDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDNSKEYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77449bd0, resolving: ('UpdateDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateDNSKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77449d90, resolving: ('UpdateDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateDNSKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7744ac10, resolving: ('DeleteDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteDNSKEYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7744b290, resolving: ('DeleteDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteDNSKEYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7744b910, resolving: ('DeleteOneDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneDNSKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDNSKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7744bad0, resolving: ('DeleteOneDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneDNSKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDNSKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774c8890, resolving: ('CreateDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateDSRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774c8a50, resolving: ('CreateDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateDSRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774c97d0, resolving: ('GetOneDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneDSRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774c9990, resolving: ('GetOneDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneDSRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ca710, resolving: ('GetDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDSRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774cad90, resolving: ('GetDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDSRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774cb410, resolving: ('UpdateDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateDSRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774cb5d0, resolving: ('UpdateDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateDSRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774a8490, resolving: ('DeleteDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteDSRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774a8b10, resolving: ('DeleteDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteDSRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774a9190, resolving: ('DeleteOneDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneDSRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774a9350, resolving: ('DeleteOneDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneDSRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774aa0d0, resolving: ('CreateIPSECKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateIPSECKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateIPSECKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774aa290, resolving: ('CreateIPSECKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateIPSECKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateIPSECKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ab010, resolving: ('GetOneIPSECKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneIPSECKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneIPSECKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ab1d0, resolving: ('GetOneIPSECKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneIPSECKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneIPSECKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774abf50, resolving: ('GetIPSECKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetIPSECKEYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetIPSECKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77454610, resolving: ('GetIPSECKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetIPSECKEYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetIPSECKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77454c90, resolving: ('UpdateIPSECKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateIPSECKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateIPSECKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77454e50, resolving: ('UpdateIPSECKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateIPSECKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateIPSECKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77455cd0, resolving: ('DeleteIPSECKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteIPSECKEYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteIPSECKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77456350, resolving: ('DeleteIPSECKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteIPSECKEYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteIPSECKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774569d0, resolving: ('DeleteOneIPSECKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneIPSECKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneIPSECKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77456b90, resolving: ('DeleteOneIPSECKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneIPSECKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneIPSECKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77457910, resolving: ('CreateKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77457ad0, resolving: ('CreateKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774b8890, resolving: ('GetOneKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774b8a50, resolving: ('GetOneKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774b97d0, resolving: ('GetKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetKEYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774b9e50, resolving: ('GetKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetKEYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ba4d0, resolving: ('UpdateKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ba690, resolving: ('UpdateKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774bb510, resolving: ('DeleteKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteKEYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774bbb90, resolving: ('DeleteKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteKEYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77460250, resolving: ('DeleteOneKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneKEYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneKEYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77460410, resolving: ('DeleteOneKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneKEYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneKEYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77461190, resolving: ('CreateKXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateKXRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateKXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77461350, resolving: ('CreateKXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateKXRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateKXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774620d0, resolving: ('GetOneKXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneKXRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneKXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77462290, resolving: ('GetOneKXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneKXRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneKXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77463010, resolving: ('GetKXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetKXRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetKXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77463690, resolving: ('GetKXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetKXRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetKXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77463d10, resolving: ('UpdateKXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateKXRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateKXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77463ed0, resolving: ('UpdateKXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateKXRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateKXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77498d90, resolving: ('DeleteKXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteKXRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteKXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77499410, resolving: ('DeleteKXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteKXRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteKXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77499a90, resolving: ('DeleteOneKXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneKXRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneKXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77499c50, resolving: ('DeleteOneKXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneKXRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneKXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7749a9d0, resolving: ('CreateLOCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateLOCRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateLOCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7749ab90, resolving: ('CreateLOCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateLOCRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateLOCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7749b910, resolving: ('GetOneLOCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneLOCRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneLOCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7749bad0, resolving: ('GetOneLOCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneLOCRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneLOCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774e0890, resolving: ('GetLOCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetLOCRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetLOCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774e0f10, resolving: ('GetLOCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetLOCRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetLOCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774e1590, resolving: ('UpdateLOCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateLOCRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateLOCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774e1750, resolving: ('UpdateLOCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateLOCRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateLOCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774e25d0, resolving: ('DeleteLOCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteLOCRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteLOCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774e2c50, resolving: ('DeleteLOCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteLOCRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteLOCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774e32d0, resolving: ('DeleteOneLOCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneLOCRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneLOCRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774e3490, resolving: ('DeleteOneLOCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneLOCRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneLOCRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774d0250, resolving: ('CreateMXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateMXRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateMXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774d0410, resolving: ('CreateMXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateMXRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateMXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774d1190, resolving: ('GetOneMXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneMXRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneMXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774d1350, resolving: ('GetOneMXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneMXRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneMXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774d20d0, resolving: ('GetMXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetMXRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetMXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774d2750, resolving: ('GetMXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetMXRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetMXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774d2dd0, resolving: ('UpdateMXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateMXRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateMXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774d2f90, resolving: ('UpdateMXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateMXRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateMXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774d3e10, resolving: ('DeleteMXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteMXRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteMXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748044d0, resolving: ('DeleteMXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteMXRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteMXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74804b50, resolving: ('DeleteOneMXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneMXRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneMXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74804d10, resolving: ('DeleteOneMXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneMXRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneMXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74805a90, resolving: ('CreateNAPTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateNAPTRRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateNAPTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74805c50, resolving: ('CreateNAPTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateNAPTRRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateNAPTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748069d0, resolving: ('GetOneNAPTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneNAPTRRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneNAPTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74806b90, resolving: ('GetOneNAPTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneNAPTRRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneNAPTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74807910, resolving: ('GetNAPTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetNAPTRRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetNAPTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74807f90, resolving: ('GetNAPTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetNAPTRRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetNAPTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74810650, resolving: ('UpdateNAPTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateNAPTRRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateNAPTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74810810, resolving: ('UpdateNAPTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateNAPTRRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateNAPTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74811690, resolving: ('DeleteNAPTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteNAPTRRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteNAPTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74811d10, resolving: ('DeleteNAPTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteNAPTRRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteNAPTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74812390, resolving: ('DeleteOneNAPTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneNAPTRRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneNAPTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74812550, resolving: ('DeleteOneNAPTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneNAPTRRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneNAPTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748132d0, resolving: ('CreateNSAPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateNSAPRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateNSAPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74813490, resolving: ('CreateNSAPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateNSAPRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateNSAPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74824250, resolving: ('GetOneNSAPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneNSAPRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneNSAPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74824410, resolving: ('GetOneNSAPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneNSAPRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneNSAPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74825190, resolving: ('GetNSAPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetNSAPRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetNSAPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74825810, resolving: ('GetNSAPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetNSAPRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetNSAPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74825e90, resolving: ('UpdateNSAPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateNSAPRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateNSAPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74826050, resolving: ('UpdateNSAPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateNSAPRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateNSAPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74826ed0, resolving: ('DeleteNSAPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteNSAPRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteNSAPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74827550, resolving: ('DeleteNSAPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteNSAPRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteNSAPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74827bd0, resolving: ('DeleteOneNSAPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneNSAPRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneNSAPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74827d90, resolving: ('DeleteOneNSAPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneNSAPRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneNSAPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74830b50, resolving: ('CreatePOLICYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreatePOLICYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreatePOLICYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74830d10, resolving: ('CreatePOLICYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreatePOLICYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreatePOLICYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74831a90, resolving: ('GetOnePOLICYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOnePOLICYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOnePOLICYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74831c50, resolving: ('GetOnePOLICYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOnePOLICYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOnePOLICYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetPOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748329d0, resolving: ('GetPOLICYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetPOLICYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetPOLICYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetPOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74833050, resolving: ('GetPOLICYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetPOLICYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetPOLICYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748336d0, resolving: ('UpdatePOLICYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdatePOLICYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdatePOLICYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74833890, resolving: ('UpdatePOLICYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdatePOLICYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdatePOLICYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeletePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74834750, resolving: ('DeletePOLICYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeletePOLICYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeletePOLICYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeletePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74834dd0, resolving: ('DeletePOLICYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeletePOLICYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeletePOLICYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74835450, resolving: ('DeleteOnePOLICYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOnePOLICYRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOnePOLICYRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74835610, resolving: ('DeleteOnePOLICYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOnePOLICYRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOnePOLICYRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74836390, resolving: ('CreatePTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreatePTRRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreatePTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74836550, resolving: ('CreatePTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreatePTRRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreatePTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748372d0, resolving: ('GetOnePTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOnePTRRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOnePTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74837490, resolving: ('GetOnePTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOnePTRRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOnePTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74848250, resolving: ('GetPTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetPTRRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetPTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748488d0, resolving: ('GetPTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetPTRRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetPTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74848f50, resolving: ('UpdatePTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdatePTRRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdatePTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74849110, resolving: ('UpdatePTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdatePTRRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdatePTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeletePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74849f90, resolving: ('DeletePTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeletePTRRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeletePTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeletePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7484a610, resolving: ('DeletePTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeletePTRRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeletePTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7484ac90, resolving: ('DeleteOnePTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOnePTRRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOnePTRRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7484ae50, resolving: ('DeleteOnePTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOnePTRRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOnePTRRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7484bbd0, resolving: ('CreatePXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreatePXRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreatePXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7484bd90, resolving: ('CreatePXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreatePXRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreatePXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748fcb50, resolving: ('GetOnePXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOnePXRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOnePXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748fcd10, resolving: ('GetOnePXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOnePXRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOnePXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetPXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748fda90, resolving: ('GetPXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetPXRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetPXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetPXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748fe110, resolving: ('GetPXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetPXRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetPXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748fe790, resolving: ('UpdatePXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdatePXRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdatePXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748fe950, resolving: ('UpdatePXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdatePXRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdatePXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeletePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748ff7d0, resolving: ('DeletePXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeletePXRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeletePXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeletePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748ffe50, resolving: ('DeletePXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeletePXRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeletePXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74854510, resolving: ('DeleteOnePXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOnePXRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOnePXRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748546d0, resolving: ('DeleteOnePXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOnePXRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOnePXRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74855450, resolving: ('CreateRPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateRPRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateRPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74855610, resolving: ('CreateRPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateRPRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateRPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74856390, resolving: ('GetOneRPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneRPRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneRPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74856550, resolving: ('GetOneRPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneRPRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneRPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748572d0, resolving: ('GetRPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetRPRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetRPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74857950, resolving: ('GetRPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetRPRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetRPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74857fd0, resolving: ('UpdateRPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateRPRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateRPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748841d0, resolving: ('UpdateRPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateRPRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateRPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74885050, resolving: ('DeleteRPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteRPRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteRPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748856d0, resolving: ('DeleteRPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteRPRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteRPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74885d50, resolving: ('DeleteOneRPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneRPRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneRPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74885f10, resolving: ('DeleteOneRPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneRPRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneRPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74886c90, resolving: ('CreateSPFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateSPFRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateSPFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74886e50, resolving: ('CreateSPFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateSPFRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateSPFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74887bd0, resolving: ('GetOneSPFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneSPFRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneSPFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74887d90, resolving: ('GetOneSPFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneSPFRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneSPFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74894b50, resolving: ('GetSPFRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetSPFRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetSPFRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748951d0, resolving: ('GetSPFRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetSPFRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetSPFRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74895850, resolving: ('UpdateSPFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateSPFRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateSPFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74895a10, resolving: ('UpdateSPFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateSPFRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateSPFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74896890, resolving: ('DeleteSPFRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteSPFRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteSPFRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74896f10, resolving: ('DeleteSPFRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteSPFRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteSPFRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74897590, resolving: ('DeleteOneSPFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneSPFRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneSPFRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74897750, resolving: ('DeleteOneSPFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneSPFRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneSPFRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748ac510, resolving: ('CreateSRVRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateSRVRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateSRVRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748ac6d0, resolving: ('CreateSRVRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateSRVRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateSRVRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748ad450, resolving: ('GetOneSRVRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneSRVRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneSRVRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748ad610, resolving: ('GetOneSRVRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneSRVRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneSRVRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748ae390, resolving: ('GetSRVRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetSRVRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetSRVRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748aea10, resolving: ('GetSRVRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetSRVRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetSRVRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748af090, resolving: ('UpdateSRVRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateSRVRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateSRVRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748af250, resolving: ('UpdateSRVRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateSRVRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateSRVRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748c4110, resolving: ('DeleteSRVRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteSRVRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteSRVRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748c4790, resolving: ('DeleteSRVRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteSRVRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteSRVRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748c4e10, resolving: ('DeleteOneSRVRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneSRVRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneSRVRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748c4fd0, resolving: ('DeleteOneSRVRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneSRVRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneSRVRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748c5d50, resolving: ('CreateSSHFPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateSSHFPRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateSSHFPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748c5f10, resolving: ('CreateSSHFPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateSSHFPRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateSSHFPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748c6c90, resolving: ('GetOneSSHFPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneSSHFPRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneSSHFPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748c6e50, resolving: ('GetOneSSHFPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneSSHFPRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneSSHFPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748c7bd0, resolving: ('GetSSHFPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetSSHFPRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetSSHFPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748cc290, resolving: ('GetSSHFPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetSSHFPRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetSSHFPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748cc910, resolving: ('UpdateSSHFPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateSSHFPRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateSSHFPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748ccad0, resolving: ('UpdateSSHFPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateSSHFPRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateSSHFPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748cd950, resolving: ('DeleteSSHFPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteSSHFPRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteSSHFPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748cdfd0, resolving: ('DeleteSSHFPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteSSHFPRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteSSHFPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748ce650, resolving: ('DeleteOneSSHFPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneSSHFPRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneSSHFPRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748ce810, resolving: ('DeleteOneSSHFPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneSSHFPRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneSSHFPRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748cf590, resolving: ('CreateTLSARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateTLSARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateTLSARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748cf750, resolving: ('CreateTLSARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateTLSARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateTLSARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748d4510, resolving: ('GetOneTLSARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneTLSARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneTLSARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748d46d0, resolving: ('GetOneTLSARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneTLSARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneTLSARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748d5450, resolving: ('GetTLSARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetTLSARecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetTLSARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748d5ad0, resolving: ('GetTLSARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetTLSARecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetTLSARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748d6150, resolving: ('UpdateTLSARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateTLSARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateTLSARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748d6310, resolving: ('UpdateTLSARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateTLSARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateTLSARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748d7190, resolving: ('DeleteTLSARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteTLSARecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteTLSARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748d7810, resolving: ('DeleteTLSARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteTLSARecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteTLSARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748d7e90, resolving: ('DeleteOneTLSARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneTLSARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneTLSARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f0090, resolving: ('DeleteOneTLSARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneTLSARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneTLSARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f0e10, resolving: ('CreateTXTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateTXTRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateTXTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f0fd0, resolving: ('CreateTXTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateTXTRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateTXTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f1d50, resolving: ('GetOneTXTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneTXTRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneTXTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f1f10, resolving: ('GetOneTXTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneTXTRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneTXTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f2c90, resolving: ('GetTXTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetTXTRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetTXTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f3310, resolving: ('GetTXTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetTXTRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetTXTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f3990, resolving: ('UpdateTXTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateTXTRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateTXTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f3b50, resolving: ('UpdateTXTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateTXTRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateTXTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f4a10, resolving: ('DeleteTXTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteTXTRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteTXTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f5090, resolving: ('DeleteTXTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteTXTRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteTXTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f5710, resolving: ('DeleteOneTXTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneTXTRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneTXTRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f58d0, resolving: ('DeleteOneTXTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneTXTRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneTXTRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f6650, resolving: ('GetOneSOARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneSOARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneSOARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f6810, resolving: ('GetOneSOARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneSOARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneSOARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetSOARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f7590, resolving: ('GetSOARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetSOARecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetSOARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetSOARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f7c10, resolving: ('GetSOARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetSOARecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetSOARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7735c2d0, resolving: ('UpdateSOARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateSOARecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateSOARecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7735c490, resolving: ('UpdateSOARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateSOARecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateSOARecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7735d410, resolving: ('CreateNSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateNSRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateNSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7735d5d0, resolving: ('CreateNSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateNSRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateNSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7735e450, resolving: ('GetOneNSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneNSRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneNSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7735e610, resolving: ('GetOneNSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneNSRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneNSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7735f390, resolving: ('GetNSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetNSRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetNSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7735fa10, resolving: ('GetNSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetNSRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetNSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7731c0d0, resolving: ('UpdateNSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateNSRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateNSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7731c290, resolving: ('UpdateNSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateNSRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateNSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7731d210, resolving: ('DeleteNSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteNSRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteNSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7731d890, resolving: ('DeleteNSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteNSRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteNSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7731df10, resolving: ('DeleteOneNSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneNSRecordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneNSRecordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7731e0d0, resolving: ('DeleteOneNSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneNSRecordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneNSRecordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7731ee50, resolving: ('ReplaceARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceARecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7731f3d0, resolving: ('ReplaceARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceARecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7731fa50, resolving: ('ReplaceAAAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceAAAARecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceAAAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7731ffd0, resolving: ('ReplaceAAAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceAAAARecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceAAAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77364690, resolving: ('ReplaceALIASRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceALIASRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceALIASRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77364c10, resolving: ('ReplaceALIASRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceALIASRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceALIASRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77365290, resolving: ('ReplaceCAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceCAARecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceCAARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77365810, resolving: ('ReplaceCAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceCAARecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceCAARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77365e90, resolving: ('ReplaceCDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceCDNSKEYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceCDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77366410, resolving: ('ReplaceCDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceCDNSKEYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceCDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77366a90, resolving: ('ReplaceCDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceCDSRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceCDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77367010, resolving: ('ReplaceCDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceCDSRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceCDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77367690, resolving: ('ReplaceCERTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceCERTRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceCERTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77367c10, resolving: ('ReplaceCERTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceCERTRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceCERTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773342d0, resolving: ('ReplaceCNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceCNAMERecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceCNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77334850, resolving: ('ReplaceCNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceCNAMERecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceCNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77334ed0, resolving: ('ReplaceCSYNCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceCSYNCRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceCSYNCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77335450, resolving: ('ReplaceCSYNCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceCSYNCRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceCSYNCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77335ad0, resolving: ('ReplaceDHCIDRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceDHCIDRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceDHCIDRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77336050, resolving: ('ReplaceDHCIDRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceDHCIDRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceDHCIDRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773366d0, resolving: ('ReplaceDNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceDNAMERecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceDNAMERecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77336c50, resolving: ('ReplaceDNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceDNAMERecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceDNAMERecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773372d0, resolving: ('ReplaceDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceDNSKEYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceDNSKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77337850, resolving: ('ReplaceDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceDNSKEYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceDNSKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77337ed0, resolving: ('ReplaceDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceDSRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceDSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77374490, resolving: ('ReplaceDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceDSRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceDSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77374b10, resolving: ('ReplaceIPSECKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceIPSECKEYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceIPSECKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77375090, resolving: ('ReplaceIPSECKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceIPSECKEYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceIPSECKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77375710, resolving: ('ReplaceKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceKEYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceKEYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77375c90, resolving: ('ReplaceKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceKEYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceKEYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77376310, resolving: ('ReplaceKXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceKXRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceKXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77376890, resolving: ('ReplaceKXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceKXRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceKXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77376f10, resolving: ('ReplaceLOCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceLOCRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceLOCRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77377490, resolving: ('ReplaceLOCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceLOCRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceLOCRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77377b10, resolving: ('ReplaceMXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceMXRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceMXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773380d0, resolving: ('ReplaceMXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceMXRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceMXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77338750, resolving: ('ReplaceNAPTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceNAPTRRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceNAPTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77338cd0, resolving: ('ReplaceNAPTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceNAPTRRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceNAPTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77339350, resolving: ('ReplaceNSAPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceNSAPRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceNSAPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773398d0, resolving: ('ReplaceNSAPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceNSAPRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceNSAPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplacePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77339f50, resolving: ('ReplacePOLICYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplacePOLICYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplacePOLICYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplacePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7733a4d0, resolving: ('ReplacePOLICYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplacePOLICYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplacePOLICYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplacePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7733ab50, resolving: ('ReplacePTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplacePTRRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplacePTRRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplacePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7733b0d0, resolving: ('ReplacePTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplacePTRRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplacePTRRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplacePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7733b750, resolving: ('ReplacePXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplacePXRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplacePXRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplacePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7733bcd0, resolving: ('ReplacePXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplacePXRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplacePXRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77344390, resolving: ('ReplaceRPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceRPRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceRPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77344910, resolving: ('ReplaceRPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceRPRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceRPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77344f90, resolving: ('ReplaceSPFRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceSPFRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceSPFRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77345510, resolving: ('ReplaceSPFRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceSPFRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceSPFRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77345b90, resolving: ('ReplaceSRVRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceSRVRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceSRVRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77346110, resolving: ('ReplaceSRVRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceSRVRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceSRVRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77346790, resolving: ('ReplaceSSHFPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceSSHFPRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceSSHFPRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77346d10, resolving: ('ReplaceSSHFPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceSSHFPRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceSSHFPRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77347390, resolving: ('ReplaceTLSARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceTLSARecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceTLSARecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77347910, resolving: ('ReplaceTLSARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceTLSARecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceTLSARecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77347f90, resolving: ('ReplaceTXTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceTXTRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceTXTRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77380550, resolving: ('ReplaceTXTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceTXTRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceTXTRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77380bd0, resolving: ('ReplaceNSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ReplaceNSRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceNSRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ReplaceNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77381150, resolving: ('ReplaceNSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ReplaceNSRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ReplaceNSRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetANYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773817d0, resolving: ('GetANYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetANYRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetANYRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetANYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77381e50, resolving: ('GetANYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetANYRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetANYRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetAllRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773824d0, resolving: ('GetAllRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetAllRecordsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetAllRecordsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetAllRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77382b50, resolving: ('GetAllRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetAllRecordsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetAllRecordsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetAllAliasQNamesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773831d0, resolving: ('GetAllAliasQNamesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetAllAliasQNamesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetAllAliasQNamesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetAllAliasQNamesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77383650, resolving: ('GetAllAliasQNamesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetAllAliasQNamesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetAllAliasQNamesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77383cd0, resolving: ('GetOneUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneUserRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77384290, resolving: ('GetOneUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneUserResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77384910, resolving: ('DeleteOneUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneUserRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77384e90, resolving: ('DeleteOneUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneUserResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77385510, resolving: ('CreateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateUserRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77386f90, resolving: ('CreateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateUserResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77387610, resolving: ('UpdateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateUserRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773953d0, resolving: ('UpdateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateUserResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77395a50, resolving: ('GetUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetUsersRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77395fd0, resolving: ('GetUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetUsersResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetUpdateUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77396650, resolving: ('GetUpdateUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetUpdateUsersRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetUpdateUsersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetUpdateUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77396ad0, resolving: ('GetUpdateUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetUpdateUsersResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetUpdateUsersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77397150, resolving: ('UpdateUpdateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateUpdateUserRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateUpdateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773977d0, resolving: ('UpdateUpdateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateUpdateUserResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateUpdateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77397e50, resolving: ('DeleteOneUpdateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneUpdateUserRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneUpdateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773ec410, resolving: ('DeleteOneUpdateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneUpdateUserResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneUpdateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773eca90, resolving: ('UpdateUserPasswordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateUserPasswordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateUserPasswordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773ed010, resolving: ('UpdateUserPasswordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateUserPasswordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateUserPasswordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('BlockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773ed690, resolving: ('BlockUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "BlockUserRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('BlockUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('BlockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773edc10, resolving: ('BlockUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "BlockUserResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('BlockUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UnblockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773ee290, resolving: ('UnblockUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UnblockUserRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UnblockUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UnblockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773ee810, resolving: ('UnblockUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UnblockUserResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UnblockUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773eee90, resolving: ('CreateContactRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateContactRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateContactRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773c8350, resolving: ('CreateContactResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateContactResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateContactResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773c89d0, resolving: ('GetOneContactRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneContactRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneContactRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773c8f50, resolving: ('GetOneContactResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneContactResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneContactResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetContactsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773c95d0, resolving: ('GetContactsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetContactsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetContactsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetContactsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773c9a50, resolving: ('GetContactsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetContactsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetContactsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773ca0d0, resolving: ('DeleteOneContactRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneContactRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneContactRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773ca650, resolving: ('DeleteOneContactResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneContactResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneContactResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773cacd0, resolving: ('UpdateContactRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateContactRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateContactRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773c4290, resolving: ('UpdateContactResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateContactResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateContactResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773c4910, resolving: ('CreateCustomerRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateCustomerRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCustomerRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773c5990, resolving: ('CreateCustomerResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateCustomerResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCustomerResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773c6010, resolving: ('UpdateCustomerRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateCustomerRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCustomerRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773c7390, resolving: ('UpdateCustomerResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateCustomerResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCustomerResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773c7a10, resolving: ('GetOneCustomerRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneCustomerRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneCustomerRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773c7f90, resolving: ('GetOneCustomerResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneCustomerResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneCustomerResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCustomersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773e0650, resolving: ('GetCustomersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetCustomersRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCustomersRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCustomersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773e0cd0, resolving: ('GetCustomersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetCustomersResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCustomersResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773e1350, resolving: ('DeleteOneCustomerRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneCustomerRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneCustomerRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773e19d0, resolving: ('DeleteOneCustomerResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneCustomerResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneCustomerResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773e2050, resolving: ('GetCustomerPrefsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetCustomerPrefsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCustomerPrefsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773e26d0, resolving: ('GetCustomerPrefsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetCustomerPrefsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCustomerPrefsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773e2d50, resolving: ('SetCustomerPrefsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SetCustomerPrefsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetCustomerPrefsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773e33d0, resolving: ('SetCustomerPrefsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SetCustomerPrefsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetCustomerPrefsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773e3a50, resolving: ('GetCustomerIPACLRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetCustomerIPACLRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCustomerIPACLRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76810110, resolving: ('GetCustomerIPACLResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetCustomerIPACLResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCustomerIPACLResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76810790, resolving: ('SetCustomerIPACLRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SetCustomerIPACLRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetCustomerIPACLRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76810e10, resolving: ('SetCustomerIPACLResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SetCustomerIPACLResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetCustomerIPACLResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76811490, resolving: ('CreateCustomerOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateCustomerOracleMetadataRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCustomerOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76811650, resolving: ('CreateCustomerOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateCustomerOracleMetadataResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateCustomerOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768122d0, resolving: ('UpdateCustomerOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateCustomerOracleMetadataRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCustomerOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76812490, resolving: ('UpdateCustomerOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateCustomerOracleMetadataResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateCustomerOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76813110, resolving: ('GetCustomerOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetCustomerOracleMetadataRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCustomerOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768132d0, resolving: ('GetCustomerOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetCustomerOracleMetadataResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetCustomerOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76813f50, resolving: ('DeleteCustomerOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteCustomerOracleMetadataRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteCustomerOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76838510, resolving: ('DeleteCustomerOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteCustomerOracleMetadataResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteCustomerOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76838b90, resolving: ('CreateZoneOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateZoneOracleMetadataRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateZoneOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76838d50, resolving: ('CreateZoneOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateZoneOracleMetadataResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateZoneOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768399d0, resolving: ('UpdateZoneOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateZoneOracleMetadataRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateZoneOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76839b90, resolving: ('UpdateZoneOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateZoneOracleMetadataResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateZoneOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7683a810, resolving: ('GetZoneOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetZoneOracleMetadataRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetZoneOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7683a9d0, resolving: ('GetZoneOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetZoneOracleMetadataResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetZoneOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7683b650, resolving: ('DeleteZoneOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteZoneOracleMetadataRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteZoneOracleMetadataRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7683bbd0, resolving: ('DeleteZoneOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteZoneOracleMetadataResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteZoneOracleMetadataResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('OCIMigrateRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76820290, resolving: ('OCIMigrateRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "OCIMigrateRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('OCIMigrateRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('OCIMigrateResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76820f10, resolving: ('OCIMigrateResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "OCIMigrateResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('OCIMigrateResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76821590, resolving: ('CreateDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateDDNSRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76821750, resolving: ('CreateDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateDDNSResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768224d0, resolving: ('GetOneDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneDDNSRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76822690, resolving: ('GetOneDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneDDNSResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDDNSsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76823310, resolving: ('GetDDNSsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDDNSsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDDNSsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDDNSsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76823890, resolving: ('GetDDNSsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDDNSsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDDNSsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76823f10, resolving: ('UpdateDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateDDNSRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76828110, resolving: ('UpdateDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateDDNSResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76828e90, resolving: ('DeleteOneDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneDDNSRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76829050, resolving: ('DeleteOneDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneDDNSResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76829cd0, resolving: ('ActivateDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ActivateDDNSRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76829e90, resolving: ('ActivateDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ActivateDDNSResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7682ab10, resolving: ('DeactivateDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeactivateDDNSRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7682acd0, resolving: ('DeactivateDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeactivateDDNSResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ResetDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7682b950, resolving: ('ResetDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ResetDDNSRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ResetDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ResetDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7682bb10, resolving: ('ResetDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ResetDDNSResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ResetDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetUpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7686c7d0, resolving: ('GetUpdateUserPasswordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetUpdateUserPasswordRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetUpdateUserPasswordRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetUpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7686cd50, resolving: ('GetUpdateUserPasswordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetUpdateUserPasswordResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetUpdateUserPasswordResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDDNSHostRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7686d3d0, resolving: ('CreateDDNSHostRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateDDNSHostRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDDNSHostRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDDNSHostResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7686d590, resolving: ('CreateDDNSHostResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateDDNSHostResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDDNSHostResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7686e410, resolving: ('CreateUpdateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateUpdateUserRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateUpdateUserRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7686ea90, resolving: ('CreateUpdateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateUpdateUserResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateUpdateUserResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7686f110, resolving: ('AddDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "AddDDNSRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddDDNSRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('AddDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7686f2d0, resolving: ('AddDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "AddDDNSResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AddDDNSResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7686ff50, resolving: ('CreateFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateFailoverRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76845610, resolving: ('CreateFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateFailoverResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76845c90, resolving: ('GetOneFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneFailoverRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76846310, resolving: ('GetOneFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneFailoverResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetFailoversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76846990, resolving: ('GetFailoversRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetFailoversRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetFailoversRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetFailoversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76846f10, resolving: ('GetFailoversResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetFailoversResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetFailoversResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76847590, resolving: ('UpdateFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateFailoverRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76854c50, resolving: ('UpdateFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateFailoverResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768552d0, resolving: ('DeleteOneFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneFailoverRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76855950, resolving: ('DeleteOneFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneFailoverResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76855fd0, resolving: ('ActivateFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ActivateFailoverRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76856650, resolving: ('ActivateFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ActivateFailoverResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76856cd0, resolving: ('DeactivateFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeactivateFailoverRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76857350, resolving: ('DeactivateFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeactivateFailoverResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RecoverFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768579d0, resolving: ('RecoverFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RecoverFailoverRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RecoverFailoverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RecoverFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768b0090, resolving: ('RecoverFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RecoverFailoverResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RecoverFailoverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768b0710, resolving: ('CreateLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateLoadBalanceRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768b1e90, resolving: ('CreateLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateLoadBalanceResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768b2510, resolving: ('GetOneLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneLoadBalanceRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768b2b90, resolving: ('GetOneLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneLoadBalanceResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetLoadBalancesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768b3210, resolving: ('GetLoadBalancesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetLoadBalancesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetLoadBalancesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetLoadBalancesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768b3790, resolving: ('GetLoadBalancesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetLoadBalancesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetLoadBalancesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768b3e10, resolving: ('UpdateLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateLoadBalanceRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7689d5d0, resolving: ('UpdateLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateLoadBalanceResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7689dc50, resolving: ('DeleteOneLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneLoadBalanceRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7689e2d0, resolving: ('DeleteOneLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneLoadBalanceResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7689e950, resolving: ('ActivateLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ActivateLoadBalanceRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7689efd0, resolving: ('ActivateLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ActivateLoadBalanceResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7689f650, resolving: ('DeactivateLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeactivateLoadBalanceRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7689fcd0, resolving: ('DeactivateLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeactivateLoadBalanceResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RecoverLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76890390, resolving: ('RecoverLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RecoverLoadBalanceRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RecoverLoadBalanceRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RecoverLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76890a10, resolving: ('RecoverLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RecoverLoadBalanceResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RecoverLoadBalanceResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RecoverLoadBalanceIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76891090, resolving: ('RecoverLoadBalanceIPRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RecoverLoadBalanceIPRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RecoverLoadBalanceIPRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RecoverLoadBalanceIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76891250, resolving: ('RecoverLoadBalanceIPResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RecoverLoadBalanceIPResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RecoverLoadBalanceIPResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76891ed0, resolving: ('CreateLoadBalancePoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateLoadBalancePoolEntryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateLoadBalancePoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76892090, resolving: ('CreateLoadBalancePoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateLoadBalancePoolEntryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateLoadBalancePoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76893010, resolving: ('UpdateLoadBalancePoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateLoadBalancePoolEntryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateLoadBalancePoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76893b50, resolving: ('UpdateLoadBalancePoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateLoadBalancePoolEntryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateLoadBalancePoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768a0250, resolving: ('GetOneLoadBalancePoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneLoadBalancePoolEntryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneLoadBalancePoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768a0410, resolving: ('GetOneLoadBalancePoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneLoadBalancePoolEntryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneLoadBalancePoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetLoadBalancePoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768a1090, resolving: ('GetLoadBalancePoolEntriesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetLoadBalancePoolEntriesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetLoadBalancePoolEntriesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetLoadBalancePoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768a1710, resolving: ('GetLoadBalancePoolEntriesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetLoadBalancePoolEntriesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetLoadBalancePoolEntriesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768a1d90, resolving: ('DeleteOneLoadBalancePoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneLoadBalancePoolEntryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneLoadBalancePoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768a1f50, resolving: ('DeleteOneLoadBalancePoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneLoadBalancePoolEntryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneLoadBalancePoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768a2bd0, resolving: ('CreateGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateGSLBRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768cc090, resolving: ('CreateGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateGSLBResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768cc710, resolving: ('GetOneGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneGSLBRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768ccd90, resolving: ('GetOneGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneGSLBResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetGSLBsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768cd410, resolving: ('GetGSLBsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetGSLBsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetGSLBsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetGSLBsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768cd990, resolving: ('GetGSLBsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetGSLBsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetGSLBsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768ce010, resolving: ('UpdateGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateGSLBRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768cf490, resolving: ('UpdateGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateGSLBResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768cfb10, resolving: ('DeleteOneGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneGSLBRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768d01d0, resolving: ('DeleteOneGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneGSLBResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768d0850, resolving: ('ActivateGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ActivateGSLBRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768d0ed0, resolving: ('ActivateGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ActivateGSLBResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768d1550, resolving: ('DeactivateGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeactivateGSLBRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768d1bd0, resolving: ('DeactivateGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeactivateGSLBResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RecoverGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768d2250, resolving: ('RecoverGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RecoverGSLBRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RecoverGSLBRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RecoverGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768d28d0, resolving: ('RecoverGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RecoverGSLBResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RecoverGSLBResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RecoverGSLBIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768d2f50, resolving: ('RecoverGSLBIPRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RecoverGSLBIPRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RecoverGSLBIPRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RecoverGSLBIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768d3110, resolving: ('RecoverGSLBIPResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RecoverGSLBIPResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RecoverGSLBIPResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768d3d90, resolving: ('CreateGSLBRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateGSLBRegionRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateGSLBRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768d8a50, resolving: ('CreateGSLBRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateGSLBRegionResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateGSLBRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768d90d0, resolving: ('GetOneGSLBRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneGSLBRegionRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneGSLBRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768d9290, resolving: ('GetOneGSLBRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneGSLBRegionResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneGSLBRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetGSLBRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768d9f10, resolving: ('GetGSLBRegionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetGSLBRegionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetGSLBRegionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetGSLBRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768da590, resolving: ('GetGSLBRegionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetGSLBRegionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetGSLBRegionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768dac10, resolving: ('UpdateGSLBRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateGSLBRegionRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateGSLBRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768db890, resolving: ('UpdateGSLBRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateGSLBRegionResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateGSLBRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768dbf10, resolving: ('DeleteOneGSLBRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneGSLBRegionRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneGSLBRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768e0110, resolving: ('DeleteOneGSLBRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneGSLBRegionResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneGSLBRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768e0d90, resolving: ('CreateGSLBRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateGSLBRegionPoolEntryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateGSLBRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768e18d0, resolving: ('CreateGSLBRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateGSLBRegionPoolEntryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateGSLBRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768e1f90, resolving: ('UpdateGSLBRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateGSLBRegionPoolEntryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateGSLBRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768e2c10, resolving: ('UpdateGSLBRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateGSLBRegionPoolEntryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateGSLBRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768e3290, resolving: ('GetOneGSLBRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneGSLBRegionPoolEntryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneGSLBRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768e3450, resolving: ('GetOneGSLBRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneGSLBRegionPoolEntryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneGSLBRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetGSLBRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768ec210, resolving: ('GetGSLBRegionPoolEntriesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetGSLBRegionPoolEntriesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetGSLBRegionPoolEntriesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetGSLBRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768ec3d0, resolving: ('GetGSLBRegionPoolEntriesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetGSLBRegionPoolEntriesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetGSLBRegionPoolEntriesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768ed050, resolving: ('DeleteOneGSLBRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneGSLBRegionPoolEntryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneGSLBRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768ed210, resolving: ('DeleteOneGSLBRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneGSLBRegionPoolEntryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneGSLBRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768edf90, resolving: ('CreateRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateRTTMRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768ef610, resolving: ('CreateRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateRTTMResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768efc90, resolving: ('GetOneRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneRTTMRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768f0350, resolving: ('GetOneRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneRTTMResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetRTTMsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768f09d0, resolving: ('GetRTTMsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetRTTMsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetRTTMsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetRTTMsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768f0f50, resolving: ('GetRTTMsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetRTTMsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetRTTMsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768f15d0, resolving: ('UpdateRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateRTTMRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768f2c50, resolving: ('UpdateRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateRTTMResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768f32d0, resolving: ('DeleteOneRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneRTTMRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768f3950, resolving: ('DeleteOneRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneRTTMResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768f3fd0, resolving: ('ActivateRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ActivateRTTMRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76900690, resolving: ('ActivateRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ActivateRTTMResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76900d10, resolving: ('DeactivateRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeactivateRTTMRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76901390, resolving: ('DeactivateRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeactivateRTTMResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RecoverRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76901a10, resolving: ('RecoverRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RecoverRTTMRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RecoverRTTMRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RecoverRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76902090, resolving: ('RecoverRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RecoverRTTMResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RecoverRTTMResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RecoverRTTMIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76902710, resolving: ('RecoverRTTMIPRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RecoverRTTMIPRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RecoverRTTMIPRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RecoverRTTMIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e769028d0, resolving: ('RecoverRTTMIPResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RecoverRTTMIPResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RecoverRTTMIPResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetRTTMLogsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76903550, resolving: ('GetRTTMLogsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetRTTMLogsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetRTTMLogsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetRTTMLogsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76903710, resolving: ('GetRTTMLogsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetRTTMLogsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetRTTMLogsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetRTTMRRSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e769044d0, resolving: ('GetRTTMRRSetsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetRTTMRRSetsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetRTTMRRSetsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetRTTMRRSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76904690, resolving: ('GetRTTMRRSetsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetRTTMRRSetsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetRTTMRRSetsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76905310, resolving: ('CreateRTTMRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateRTTMRegionRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateRTTMRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76906290, resolving: ('CreateRTTMRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateRTTMRegionResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateRTTMRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76906910, resolving: ('GetOneRTTMRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneRTTMRegionRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneRTTMRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76906ad0, resolving: ('GetOneRTTMRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneRTTMRegionResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneRTTMRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetRTTMRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76907750, resolving: ('GetRTTMRegionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetRTTMRegionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetRTTMRegionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetRTTMRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76907dd0, resolving: ('GetRTTMRegionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetRTTMRegionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetRTTMRegionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76910490, resolving: ('UpdateRTTMRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateRTTMRegionRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateRTTMRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76911410, resolving: ('UpdateRTTMRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateRTTMRegionResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateRTTMRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76911a90, resolving: ('DeleteOneRTTMRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneRTTMRegionRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneRTTMRegionRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76911c50, resolving: ('DeleteOneRTTMRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneRTTMRegionResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneRTTMRegionResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e769128d0, resolving: ('CreateRTTMRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateRTTMRegionPoolEntryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateRTTMRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76913410, resolving: ('CreateRTTMRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateRTTMRegionPoolEntryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateRTTMRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76913ad0, resolving: ('UpdateRTTMRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateRTTMRegionPoolEntryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateRTTMRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76918790, resolving: ('UpdateRTTMRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateRTTMRegionPoolEntryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateRTTMRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76918e10, resolving: ('GetOneRTTMRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneRTTMRegionPoolEntryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneRTTMRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76918fd0, resolving: ('GetOneRTTMRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneRTTMRegionPoolEntryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneRTTMRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetRTTMRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76919d50, resolving: ('GetRTTMRegionPoolEntriesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetRTTMRegionPoolEntriesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetRTTMRegionPoolEntriesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetRTTMRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76919f10, resolving: ('GetRTTMRegionPoolEntriesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetRTTMRegionPoolEntriesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetRTTMRegionPoolEntriesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7691ab90, resolving: ('DeleteOneRTTMRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneRTTMRegionPoolEntryRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneRTTMRegionPoolEntryRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7691ad50, resolving: ('DeleteOneRTTMRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneRTTMRegionPoolEntryResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneRTTMRegionPoolEntryResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7691bad0, resolving: ('CreateHTTPRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateHTTPRedirectRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateHTTPRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7691bc90, resolving: ('CreateHTTPRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateHTTPRedirectResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateHTTPRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7691cb50, resolving: ('GetOneHTTPRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneHTTPRedirectRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneHTTPRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7691d1d0, resolving: ('GetOneHTTPRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneHTTPRedirectResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneHTTPRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetHTTPRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7691d850, resolving: ('GetHTTPRedirectsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetHTTPRedirectsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetHTTPRedirectsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetHTTPRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7691ddd0, resolving: ('GetHTTPRedirectsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetHTTPRedirectsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetHTTPRedirectsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7691e450, resolving: ('UpdateHTTPRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateHTTPRedirectRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateHTTPRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7691e610, resolving: ('UpdateHTTPRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateHTTPRedirectResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateHTTPRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7691f490, resolving: ('DeleteOneHTTPRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneHTTPRedirectRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneHTTPRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7691f650, resolving: ('DeleteOneHTTPRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneHTTPRedirectResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneHTTPRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76928310, resolving: ('CreateAdvRedirectRuleRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateAdvRedirectRuleRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateAdvRedirectRuleRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76928f90, resolving: ('CreateAdvRedirectRuleResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateAdvRedirectRuleResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateAdvRedirectRuleResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76929610, resolving: ('UpdateAdvRedirectRuleRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateAdvRedirectRuleRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateAdvRedirectRuleRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7692a390, resolving: ('UpdateAdvRedirectRuleResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateAdvRedirectRuleResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateAdvRedirectRuleResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7692aa10, resolving: ('GetOneAdvRedirectRuleRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneAdvRedirectRuleRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneAdvRedirectRuleRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7692abd0, resolving: ('GetOneAdvRedirectRuleResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneAdvRedirectRuleResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneAdvRedirectRuleResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetAdvRedirectRulesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7692b850, resolving: ('GetAdvRedirectRulesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetAdvRedirectRulesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetAdvRedirectRulesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetAdvRedirectRulesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7692bed0, resolving: ('GetAdvRedirectRulesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetAdvRedirectRulesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetAdvRedirectRulesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76930590, resolving: ('DeleteOneAdvRedirectRuleRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneAdvRedirectRuleRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneAdvRedirectRuleRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76930750, resolving: ('DeleteOneAdvRedirectRuleResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneAdvRedirectRuleResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneAdvRedirectRuleResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e769313d0, resolving: ('CreateAdvRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateAdvRedirectRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateAdvRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76931590, resolving: ('CreateAdvRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateAdvRedirectResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateAdvRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76932310, resolving: ('GetOneAdvRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneAdvRedirectRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneAdvRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76932990, resolving: ('GetOneAdvRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneAdvRedirectResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneAdvRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetAdvRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76933010, resolving: ('GetAdvRedirectsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetAdvRedirectsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetAdvRedirectsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetAdvRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76933690, resolving: ('GetAdvRedirectsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetAdvRedirectsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetAdvRedirectsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76933d10, resolving: ('UpdateAdvRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateAdvRedirectRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateAdvRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76933ed0, resolving: ('UpdateAdvRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateAdvRedirectResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateAdvRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76938c90, resolving: ('DeleteOneAdvRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneAdvRedirectRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneAdvRedirectRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76938e50, resolving: ('DeleteOneAdvRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneAdvRedirectResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneAdvRedirectResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetNodeListRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76939bd0, resolving: ('GetNodeListRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetNodeListRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetNodeListRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetNodeListResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693a250, resolving: ('GetNodeListResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetNodeListResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetNodeListResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('PublishZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693a8d0, resolving: ('PublishZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "PublishZoneRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PublishZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('PublishZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693af50, resolving: ('PublishZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "PublishZoneResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PublishZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('PruneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693b5d0, resolving: ('PruneZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "PruneZoneRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PruneZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('PruneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693bc50, resolving: ('PruneZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "PruneZoneResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PruneZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('FreezeZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693c310, resolving: ('FreezeZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "FreezeZoneRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('FreezeZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('FreezeZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693c890, resolving: ('FreezeZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "FreezeZoneResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('FreezeZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ThawZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693cf10, resolving: ('ThawZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ThawZoneRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ThawZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ThawZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693d490, resolving: ('ThawZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ThawZoneResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ThawZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RestoreZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693db10, resolving: ('RestoreZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "RestoreZoneRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RestoreZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('RestoreZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693e090, resolving: ('RestoreZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "RestoreZoneResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RestoreZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('BlockZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693e710, resolving: ('BlockZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "BlockZoneRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('BlockZoneRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('BlockZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693ec90, resolving: ('BlockZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "BlockZoneResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('BlockZoneResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693f310, resolving: ('DeleteZoneChangesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteZoneChangesetRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteZoneChangesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693f890, resolving: ('DeleteZoneChangesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteZoneChangesetResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteZoneChangesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693ff10, resolving: ('GetZoneChangesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetZoneChangesetRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetZoneChangesetRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e769484d0, resolving: ('GetZoneChangesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetZoneChangesetResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetZoneChangesetResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetZoneNotesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76948b50, resolving: ('GetZoneNotesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetZoneNotesRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetZoneNotesRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetZoneNotesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76948d10, resolving: ('GetZoneNotesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetZoneNotesResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetZoneNotesResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UploadZoneFileRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76949990, resolving: ('UploadZoneFileRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UploadZoneFileRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UploadZoneFileRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UploadZoneFileResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76949b50, resolving: ('UploadZoneFileResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UploadZoneFileResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UploadZoneFileResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('TransferZoneInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694a7d0, resolving: ('TransferZoneInRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "TransferZoneInRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('TransferZoneInRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('TransferZoneInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694ae50, resolving: ('TransferZoneInResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "TransferZoneInResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('TransferZoneInResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetTransferStatusRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694b4d0, resolving: ('GetTransferStatusRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetTransferStatusRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetTransferStatusRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetTransferStatusResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694ba50, resolving: ('GetTransferStatusResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetTransferStatusResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetTransferStatusResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694c110, resolving: ('GetZoneConfigOptionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetZoneConfigOptionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetZoneConfigOptionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694c690, resolving: ('GetZoneConfigOptionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetZoneConfigOptionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetZoneConfigOptionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694cd10, resolving: ('SetZoneConfigOptionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "SetZoneConfigOptionsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetZoneConfigOptionsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694d390, resolving: ('SetZoneConfigOptionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "SetZoneConfigOptionsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SetZoneConfigOptionsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694da10, resolving: ('CreateIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateIPTrackRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694dbd0, resolving: ('CreateIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateIPTrackResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694eb50, resolving: ('GetOneIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneIPTrackRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694ed10, resolving: ('GetOneIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneIPTrackResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetIPTracksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694f990, resolving: ('GetIPTracksRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetIPTracksRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetIPTracksRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetIPTracksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694ff10, resolving: ('GetIPTracksResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetIPTracksResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetIPTracksResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e769545d0, resolving: ('UpdateIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateIPTrackRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76955110, resolving: ('UpdateIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateIPTrackResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e769557d0, resolving: ('DeleteOneIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneIPTrackRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76955990, resolving: ('DeleteOneIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneIPTrackResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76956610, resolving: ('ActivateIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ActivateIPTrackRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e769567d0, resolving: ('ActivateIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ActivateIPTrackResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76957450, resolving: ('DeactivateIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeactivateIPTrackRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateIPTrackRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76957610, resolving: ('DeactivateIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeactivateIPTrackResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateIPTrackResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e769602d0, resolving: ('CreateDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateDNSSECRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76960490, resolving: ('CreateDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateDNSSECResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76961210, resolving: ('GetOneDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneDNSSECRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76961790, resolving: ('GetOneDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneDNSSECResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDNSSECsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76961e10, resolving: ('GetDNSSECsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDNSSECsRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDNSSECsRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDNSSECsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76962290, resolving: ('GetDNSSECsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDNSSECsResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDNSSECsResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76962910, resolving: ('UpdateDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateDNSSECRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76962ad0, resolving: ('UpdateDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateDNSSECResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76963850, resolving: ('DeleteOneDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneDNSSECRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76963dd0, resolving: ('DeleteOneDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneDNSSECResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76964490, resolving: ('ActivateDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "ActivateDNSSECRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('ActivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76964a10, resolving: ('ActivateDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "ActivateDNSSECResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ActivateDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76965090, resolving: ('DeactivateDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeactivateDNSSECRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateDNSSECRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeactivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76965610, resolving: ('DeactivateDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeactivateDNSSECResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeactivateDNSSECResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDNSSECTimelineRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76965c90, resolving: ('GetDNSSECTimelineRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetDNSSECTimelineRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDNSSECTimelineRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetDNSSECTimelineResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76965e50, resolving: ('GetDNSSECTimelineResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetDNSSECTimelineResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetDNSSECTimelineResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetTasksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76966ad0, resolving: ('GetTasksRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetTasksRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetTasksRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetTasksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76966c90, resolving: ('GetTasksResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetTasksResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetTasksResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76967a10, resolving: ('GetOneTaskRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneTaskRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneTaskRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76967f90, resolving: ('GetOneTaskResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneTaskResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneTaskResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CancelTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7696c650, resolving: ('CancelTaskRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CancelTaskRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CancelTaskRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CancelTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7696cbd0, resolving: ('CancelTaskResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CancelTaskResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CancelTaskResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7696d250, resolving: ('CreateExtNameserverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "CreateExtNameserverRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateExtNameserverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('CreateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7696d410, resolving: ('CreateExtNameserverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "CreateExtNameserverResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CreateExtNameserverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7696e290, resolving: ('GetOneExtNameserverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetOneExtNameserverRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneExtNameserverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7696e810, resolving: ('GetOneExtNameserverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetOneExtNameserverResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetOneExtNameserverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetExtNameserversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7696ee90, resolving: ('GetExtNameserversRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "GetExtNameserversRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetExtNameserversRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('GetExtNameserversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7696f310, resolving: ('GetExtNameserversResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "GetExtNameserversResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GetExtNameserversResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7696f990, resolving: ('UpdateExtNameserverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "UpdateExtNameserverRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateExtNameserverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('UpdateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7696fb50, resolving: ('UpdateExtNameserverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "UpdateExtNameserverResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('UpdateExtNameserverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76974a10, resolving: ('DeleteOneExtNameserverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6de49a50" + ref[] = + "DeleteOneExtNameserverRequestType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneExtNameserverRequestType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('DeleteOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76974f90, resolving: ('DeleteOneExtNameserverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71dade10" + ref[] = + "DeleteOneExtNameserverResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DeleteOneExtNameserverResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.wsdl:WSDL at 'https://api2.dynect.net/wsdl/current/Dynect.wsdl' loaded: +(Definitions){ + _WObject__resolved = False + id = "Definitions:0x28e71daecd0" + options = Definitions: + cache: classes=(,), default= + documentStore: classes=(,), default= + extraArgumentErrors: classes=(,), default=True + allowUnknownMessageParts: classes=(,), default=False + faults: classes=(,), default=True + transport: classes=(,), default=None + service: classes=(, ), default=None + port: classes=(, ), default=None + location: classes=(,), default=None + soapheaders: classes=*, default=() + wsse: classes=(,), default=None + doctor: classes=(,), default=None + xstq: classes=(,), default=True + prefixes: classes=(,), default=True + retxml: classes=(,), default=False + prettyxml: classes=(,), default=False + autoblend: classes=(,), default=False + cachingpolicy: classes=(,), default=0 + plugins: classes=(, ), default=[] + nosend: classes=(,), default=False + unwrap: classes=(,), default=True + sortNamespaces: classes=(,), default=True +Content: + ('cache', ) + ('documentStore', ) + ('extraArgumentErrors', True) + ('allowUnknownMessageParts', False) + ('faults', True) + ('transport', ) + ('service', None) + ('port', None) + ('location', None) + ('soapheaders', ()) + ('wsse', None) + ('doctor', None) + ('xstq', True) + ('prefixes', True) + ('retxml', False) + ('prettyxml', False) + ('autoblend', False) + ('cachingpolicy', 0) + ('plugins', []) + ('nosend', False) + ('unwrap', True) + ('sortNamespaces', True) +Linked: +Definitions: + proxy: classes=(,), default={} + timeout: classes=(, ), default=90 + headers: classes=(,), default={} + username: classes=(,), default=None + password: classes=(,), default=None +Content: + ('proxy', {}) + ('timeout', 90) + ('headers', {}) + ('username', None) + ('password', None) +Linked: +Definitions: + cache: classes=(,), default= + documentStore: classes=(,), default= + extraArgumentErrors: classes=(,), default=True + allowUnknownMessageParts: classes=(,), default=False + faults: classes=(,), default=True + transport: classes=(,), default=None + service: classes=(, ), default=None + port: classes=(, ), default=None + location: classes=(,), default=None + soapheaders: classes=*, default=() + wsse: classes=(,), default=None + doctor: classes=(,), default=None + xstq: classes=(,), default=True + prefixes: classes=(,), default=True + retxml: classes=(,), default=False + prettyxml: classes=(,), default=False + autoblend: classes=(,), default=False + cachingpolicy: classes=(,), default=0 + plugins: classes=(, ), default=[] + nosend: classes=(,), default=False + unwrap: classes=(,), default=True + sortNamespaces: classes=(,), default=True +Content: + ('cache', ) + ('documentStore', ) + ('extraArgumentErrors', True) + ('allowUnknownMessageParts', False) + ('faults', True) + ('transport', ) + ('service', None) + ('port', None) + ('location', None) + ('soapheaders', ()) + ('wsse', None) + ('doctor', None) + ('xstq', True) + ('prefixes', True) + ('retxml', False) + ('prettyxml', False) + ('autoblend', False) + ('cachingpolicy', 0) + ('plugins', []) + ('nosend', False) + ('unwrap', True) + ('sortNamespaces', True) + url = "https://api2.dynect.net/wsdl/current/Dynect.wsdl" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + types[] = + (Types){ + _WObject__resolved = True + definitions = (Definitions)... + }, + schema = "" + imports[] = + messages = + { + (GetJobRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetJobRequest" + qname = "(GetJobRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetJobRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetJobResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetJobResponse" + qname = "(GetJobResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetJobResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SessionLoginRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SessionLoginRequest" + qname = "(SessionLoginRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLoginRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SessionLoginResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SessionLoginResponse" + qname = "(SessionLoginResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLoginResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SessionLogoutRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SessionLogoutRequest" + qname = "(SessionLogoutRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLogoutRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SessionLogoutResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SessionLogoutResponse" + qname = "(SessionLogoutResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLogoutResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SessionIsAliveRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SessionIsAliveRequest" + qname = "(SessionIsAliveRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionIsAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SessionIsAliveResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SessionIsAliveResponse" + qname = "(SessionIsAliveResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionIsAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SessionKeepAliveRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SessionKeepAliveRequest" + qname = "(SessionKeepAliveRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionKeepAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SessionKeepAliveResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SessionKeepAliveResponse" + qname = "(SessionKeepAliveResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionKeepAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ScopeInRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ScopeInRequest" + qname = "(ScopeInRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ScopeInResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ScopeInResponse" + qname = "(ScopeInResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ScopeAsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ScopeAsRequest" + qname = "(ScopeAsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeAsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ScopeAsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ScopeAsResponse" + qname = "(ScopeAsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeAsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UnscopeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UnscopeRequest" + qname = "(UnscopeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnscopeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UnscopeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UnscopeResponse" + qname = "(UnscopeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnscopeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetQueryStatsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetQueryStatsRequest" + qname = "(GetQueryStatsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetQueryStatsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetQueryStatsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetQueryStatsResponse" + qname = "(GetQueryStatsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetQueryStatsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateGeoRequest" + qname = "(CreateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateGeoResponse" + qname = "(CreateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateGeoRequest" + qname = "(UpdateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateGeoResponse" + qname = "(UpdateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetGeosRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetGeosRequest" + qname = "(GetGeosRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeosRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetGeosResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetGeosResponse" + qname = "(GetGeosResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeosResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneGeoRequest" + qname = "(GetOneGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneGeoResponse" + qname = "(GetOneGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoRequest" + qname = "(DeleteOneGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoResponse" + qname = "(DeleteOneGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateGeoRequest" + qname = "(ActivateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateGeoResponse" + qname = "(ActivateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateGeoRequest" + qname = "(DeactivateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateGeoResponse" + qname = "(DeactivateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateGeoRegionGroupRequest" + qname = "(CreateGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateGeoRegionGroupResponse" + qname = "(CreateGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateGeoRegionGroupRequest" + qname = "(UpdateGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateGeoRegionGroupResponse" + qname = "(UpdateGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoRegionGroupRequest" + qname = "(DeleteOneGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoRegionGroupResponse" + qname = "(DeleteOneGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetGeoRegionGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetGeoRegionGroupsRequest" + qname = "(GetGeoRegionGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoRegionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetGeoRegionGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetGeoRegionGroupsResponse" + qname = "(GetGeoRegionGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoRegionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneGeoRegionGroupRequest" + qname = "(GetOneGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneGeoRegionGroupResponse" + qname = "(GetOneGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateGeoNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateGeoNodeRequest" + qname = "(CreateGeoNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateGeoNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateGeoNodeResponse" + qname = "(CreateGeoNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneGeoNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoNodeRequest" + qname = "(DeleteOneGeoNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneGeoNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoNodeResponse" + qname = "(DeleteOneGeoNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetGeoNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetGeoNodesRequest" + qname = "(GetGeoNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetGeoNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetGeoNodesResponse" + qname = "(GetGeoNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSFRequest" + qname = "(CreateDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSFResponse" + qname = "(CreateDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRequest" + qname = "(UpdateDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFResponse" + qname = "(UpdateDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFsRequest" + qname = "(GetDSFsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFsResponse" + qname = "(GetDSFsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFNotifiersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFNotifiersRequest" + qname = "(GetDSFNotifiersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFNotifiersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFNotifiersResponse" + qname = "(GetDSFNotifiersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRequest" + qname = "(DeleteOneDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFResponse" + qname = "(DeleteOneDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRequest" + qname = "(GetOneDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSFResponse" + qname = "(GetOneDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RevertDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RevertDSFRequest" + qname = "(RevertDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RevertDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RevertDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RevertDSFResponse" + qname = "(RevertDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RevertDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (PublishDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "PublishDSFRequest" + qname = "(PublishDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (PublishDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "PublishDSFResponse" + qname = "(PublishDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddDSFNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddDSFNotifierRequest" + qname = "(AddDSFNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddDSFNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddDSFNotifierResponse" + qname = "(AddDSFNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemoveDSFNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemoveDSFNotifierRequest" + qname = "(RemoveDSFNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemoveDSFNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemoveDSFNotifierResponse" + qname = "(RemoveDSFNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSFRulesetRequest" + qname = "(CreateDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSFRulesetResponse" + qname = "(CreateDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRulesetRequest" + qname = "(UpdateDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRulesetResponse" + qname = "(UpdateDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFRulesetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFRulesetsRequest" + qname = "(GetDSFRulesetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRulesetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFRulesetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFRulesetsResponse" + qname = "(GetDSFRulesetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRulesetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRulesetRequest" + qname = "(GetOneDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRulesetResponse" + qname = "(GetOneDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRulesetRequest" + qname = "(DeleteOneDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRulesetResponse" + qname = "(DeleteOneDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSFResponsePoolRequest" + qname = "(CreateDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSFResponsePoolResponse" + qname = "(CreateDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFResponsePoolRequest" + qname = "(UpdateDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFResponsePoolResponse" + qname = "(UpdateDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFResponsePoolsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFResponsePoolsRequest" + qname = "(GetDSFResponsePoolsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFResponsePoolsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFResponsePoolsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFResponsePoolsResponse" + qname = "(GetDSFResponsePoolsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFResponsePoolsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSFResponsePoolRequest" + qname = "(GetOneDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSFResponsePoolResponse" + qname = "(GetOneDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFResponsePoolRequest" + qname = "(DeleteOneDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFResponsePoolResponse" + qname = "(DeleteOneDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetFailoverChainRequest" + qname = "(CreateDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetFailoverChainResponse" + qname = "(CreateDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetFailoverChainRequest" + qname = "(UpdateDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetFailoverChainResponse" + qname = "(UpdateDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFRecordSetFailoverChainsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetFailoverChainsRequest" + qname = "(GetDSFRecordSetFailoverChainsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetFailoverChainsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFRecordSetFailoverChainsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetFailoverChainsResponse" + qname = "(GetDSFRecordSetFailoverChainsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetFailoverChainsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetFailoverChainRequest" + qname = "(GetOneDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetFailoverChainResponse" + qname = "(GetOneDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetFailoverChainRequest" + qname = "(DeleteOneDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetFailoverChainResponse" + qname = "(DeleteOneDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetRequest" + qname = "(CreateDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetResponse" + qname = "(CreateDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetRequest" + qname = "(UpdateDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetResponse" + qname = "(UpdateDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetRequest" + qname = "(GetOneDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetResponse" + qname = "(GetOneDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFRecordSetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetsRequest" + qname = "(GetDSFRecordSetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFRecordSetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetsResponse" + qname = "(GetDSFRecordSetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetRequest" + qname = "(DeleteOneDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetResponse" + qname = "(DeleteOneDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordRequest" + qname = "(CreateDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordResponse" + qname = "(CreateDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordRequest" + qname = "(UpdateDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordResponse" + qname = "(UpdateDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordRequest" + qname = "(GetOneDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordResponse" + qname = "(GetOneDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordsRequest" + qname = "(GetDSFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordsResponse" + qname = "(GetDSFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordRequest" + qname = "(DeleteOneDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordResponse" + qname = "(DeleteOneDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddDSFNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddDSFNodeRequest" + qname = "(AddDSFNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddDSFNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddDSFNodeResponse" + qname = "(AddDSFNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFNodesRequest" + qname = "(UpdateDSFNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFNodesResponse" + qname = "(UpdateDSFNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFNodesRequest" + qname = "(GetDSFNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFNodesResponse" + qname = "(GetDSFNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFNodeRequest" + qname = "(DeleteOneDSFNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFNodeResponse" + qname = "(DeleteOneDSFNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSFMonitorRequest" + qname = "(CreateDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSFMonitorResponse" + qname = "(CreateDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFMonitorRequest" + qname = "(UpdateDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSFMonitorResponse" + qname = "(UpdateDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSFMonitorRequest" + qname = "(GetOneDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSFMonitorResponse" + qname = "(GetOneDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFMonitorsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorsRequest" + qname = "(GetDSFMonitorsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFMonitorsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorsResponse" + qname = "(GetDSFMonitorsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFMonitorRequest" + qname = "(DeleteOneDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFMonitorResponse" + qname = "(DeleteOneDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddDSFMonitorNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddDSFMonitorNotifierRequest" + qname = "(AddDSFMonitorNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFMonitorNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddDSFMonitorNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddDSFMonitorNotifierResponse" + qname = "(AddDSFMonitorNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFMonitorNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFMonitorSitesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorSitesRequest" + qname = "(GetDSFMonitorSitesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorSitesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSFMonitorSitesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorSitesResponse" + qname = "(GetDSFMonitorSitesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorSitesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateNotifierRequest" + qname = "(CreateNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateNotifierResponse" + qname = "(CreateNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateNotifierRequest" + qname = "(UpdateNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateNotifierResponse" + qname = "(UpdateNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneNotifierRequest" + qname = "(GetOneNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneNotifierResponse" + qname = "(GetOneNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetNotifiersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetNotifiersRequest" + qname = "(GetNotifiersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetNotifiersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetNotifiersResponse" + qname = "(GetNotifiersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneNotifierRequest" + qname = "(DeleteOneNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneNotifierResponse" + qname = "(DeleteOneNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateConfigLimitRequest" + qname = "(CreateConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateConfigLimitResponse" + qname = "(CreateConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneConfigLimitRequest" + qname = "(GetOneConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneConfigLimitResponse" + qname = "(GetOneConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetConfigLimitsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetConfigLimitsRequest" + qname = "(GetConfigLimitsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetConfigLimitsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetConfigLimitsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetConfigLimitsResponse" + qname = "(GetConfigLimitsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetConfigLimitsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateConfigLimitRequest" + qname = "(UpdateConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateConfigLimitResponse" + qname = "(UpdateConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneConfigLimitRequest" + qname = "(DeleteOneConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneConfigLimitResponse" + qname = "(DeleteOneConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreatePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreatePermissionGroupRequest" + qname = "(CreatePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreatePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreatePermissionGroupResponse" + qname = "(CreatePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOnePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOnePermissionGroupRequest" + qname = "(GetOnePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOnePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOnePermissionGroupResponse" + qname = "(GetOnePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetPermissionGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetPermissionGroupsRequest" + qname = "(GetPermissionGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPermissionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetPermissionGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetPermissionGroupsResponse" + qname = "(GetPermissionGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPermissionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOnePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOnePermissionGroupRequest" + qname = "(DeleteOnePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOnePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOnePermissionGroupResponse" + qname = "(DeleteOnePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdatePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdatePermissionGroupRequest" + qname = "(UpdatePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdatePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdatePermissionGroupResponse" + qname = "(UpdatePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCustomerPermissionsRequest" + qname = "(GetCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCustomerPermissionsResponse" + qname = "(GetCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetUserPermissionsRequest" + qname = "(GetUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetUserPermissionsResponse" + qname = "(GetUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CheckPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CheckPermissionsRequest" + qname = "(CheckPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CheckPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CheckPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CheckPermissionsResponse" + qname = "(CheckPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CheckPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddPermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupUsersRequest" + qname = "(AddPermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddPermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupUsersResponse" + qname = "(AddPermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetPermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupUsersRequest" + qname = "(SetPermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetPermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupUsersResponse" + qname = "(SetPermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemovePermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupUsersRequest" + qname = "(RemovePermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemovePermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupUsersResponse" + qname = "(RemovePermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddPermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupSubgroupsRequest" + qname = "(AddPermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddPermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupSubgroupsResponse" + qname = "(AddPermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetPermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupSubgroupsRequest" + qname = "(SetPermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetPermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupSubgroupsResponse" + qname = "(SetPermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemovePermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupSubgroupsRequest" + qname = "(RemovePermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemovePermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupSubgroupsResponse" + qname = "(RemovePermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddPermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupPermissionsRequest" + qname = "(AddPermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddPermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupPermissionsResponse" + qname = "(AddPermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetPermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupPermissionsRequest" + qname = "(SetPermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetPermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupPermissionsResponse" + qname = "(SetPermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemovePermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupPermissionsRequest" + qname = "(RemovePermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemovePermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupPermissionsResponse" + qname = "(RemovePermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddPermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupZonesRequest" + qname = "(AddPermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddPermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupZonesResponse" + qname = "(AddPermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetPermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupZonesRequest" + qname = "(SetPermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetPermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupZonesResponse" + qname = "(SetPermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemovePermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupZonesRequest" + qname = "(RemovePermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemovePermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupZonesResponse" + qname = "(RemovePermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddUserGroupsRequest" + qname = "(AddUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddUserGroupsResponse" + qname = "(AddUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetUserGroupsRequest" + qname = "(SetUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetUserGroupsResponse" + qname = "(SetUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemoveUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemoveUserGroupsRequest" + qname = "(RemoveUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemoveUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemoveUserGroupsResponse" + qname = "(RemoveUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddUserZonesRequest" + qname = "(AddUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddUserZonesResponse" + qname = "(AddUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetUserZonesRequest" + qname = "(SetUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetUserZonesResponse" + qname = "(SetUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemoveUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemoveUserZonesRequest" + qname = "(RemoveUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemoveUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemoveUserZonesResponse" + qname = "(RemoveUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddUserPermissionsRequest" + qname = "(AddUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddUserPermissionsResponse" + qname = "(AddUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetUserPermissionsRequest" + qname = "(SetUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetUserPermissionsResponse" + qname = "(SetUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemoveUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemoveUserPermissionsRequest" + qname = "(RemoveUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemoveUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemoveUserPermissionsResponse" + qname = "(RemoveUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddUserForbidsRequest" + qname = "(AddUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddUserForbidsResponse" + qname = "(AddUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetUserForbidsRequest" + qname = "(SetUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetUserForbidsResponse" + qname = "(SetUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemoveUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemoveUserForbidsRequest" + qname = "(RemoveUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemoveUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemoveUserForbidsResponse" + qname = "(RemoveUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddCustomerPermissionsRequest" + qname = "(AddCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddCustomerPermissionsResponse" + qname = "(AddCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetCustomerPermissionsRequest" + qname = "(SetCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetCustomerPermissionsResponse" + qname = "(SetCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemoveCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerPermissionsRequest" + qname = "(RemoveCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemoveCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerPermissionsResponse" + qname = "(RemoveCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddCustomerForbidsRequest" + qname = "(AddCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddCustomerForbidsResponse" + qname = "(AddCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetCustomerForbidsRequest" + qname = "(SetCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetCustomerForbidsResponse" + qname = "(SetCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemoveCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerForbidsRequest" + qname = "(RemoveCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RemoveCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerForbidsResponse" + qname = "(RemoveCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetHostStatsFlagsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetHostStatsFlagsRequest" + qname = "(GetHostStatsFlagsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetHostStatsFlagsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetHostStatsFlagsResponse" + qname = "(GetHostStatsFlagsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetHostStatsFlagsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetHostStatsFlagsRequest" + qname = "(SetHostStatsFlagsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetHostStatsFlagsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetHostStatsFlagsResponse" + qname = "(SetHostStatsFlagsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateTSIGKeyRequest" + qname = "(CreateTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateTSIGKeyResponse" + qname = "(CreateTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneTSIGKeyRequest" + qname = "(GetOneTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneTSIGKeyResponse" + qname = "(GetOneTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetTSIGKeysRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetTSIGKeysRequest" + qname = "(GetTSIGKeysRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTSIGKeysRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetTSIGKeysResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetTSIGKeysResponse" + qname = "(GetTSIGKeysResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTSIGKeysResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateTSIGKeyRequest" + qname = "(UpdateTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateTSIGKeyResponse" + qname = "(UpdateTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneTSIGKeyRequest" + qname = "(DeleteOneTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneTSIGKeyResponse" + qname = "(DeleteOneTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateZoneRequest" + qname = "(CreateZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateZoneResponse" + qname = "(CreateZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneZoneRequest" + qname = "(GetOneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneZoneResponse" + qname = "(GetOneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetZonesRequest" + qname = "(GetZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetZonesResponse" + qname = "(GetZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneZoneRequest" + qname = "(DeleteOneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneZoneResponse" + qname = "(DeleteOneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateSecondaryZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateSecondaryZoneRequest" + qname = "(CreateSecondaryZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSecondaryZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateSecondaryZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateSecondaryZoneResponse" + qname = "(CreateSecondaryZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSecondaryZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateSecondaryRequest" + qname = "(UpdateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateSecondaryResponse" + qname = "(UpdateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateSecondaryRequest" + qname = "(ActivateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateSecondaryResponse" + qname = "(ActivateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateSecondaryRequest" + qname = "(DeactivateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateSecondaryResponse" + qname = "(DeactivateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RetransferSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RetransferSecondaryRequest" + qname = "(RetransferSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RetransferSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RetransferSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RetransferSecondaryResponse" + qname = "(RetransferSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RetransferSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneSecondaryRequest" + qname = "(GetOneSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneSecondaryResponse" + qname = "(GetOneSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetSecondariesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetSecondariesRequest" + qname = "(GetSecondariesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSecondariesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetSecondariesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetSecondariesResponse" + qname = "(GetSecondariesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSecondariesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetZoneApexRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetZoneApexRequest" + qname = "(GetZoneApexRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneApexRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetZoneApexResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetZoneApexResponse" + qname = "(GetZoneApexResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneApexResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateARecordRequest" + qname = "(CreateARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateARecordResponse" + qname = "(CreateARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneARecordRequest" + qname = "(GetOneARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneARecordResponse" + qname = "(GetOneARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetARecordsRequest" + qname = "(GetARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetARecordsResponse" + qname = "(GetARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateARecordRequest" + qname = "(UpdateARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateARecordResponse" + qname = "(UpdateARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteARecordsRequest" + qname = "(DeleteARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteARecordsResponse" + qname = "(DeleteARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneARecordRequest" + qname = "(DeleteOneARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneARecordResponse" + qname = "(DeleteOneARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateAAAARecordRequest" + qname = "(CreateAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateAAAARecordResponse" + qname = "(CreateAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneAAAARecordRequest" + qname = "(GetOneAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneAAAARecordResponse" + qname = "(GetOneAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetAAAARecordsRequest" + qname = "(GetAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetAAAARecordsResponse" + qname = "(GetAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateAAAARecordRequest" + qname = "(UpdateAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateAAAARecordResponse" + qname = "(UpdateAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteAAAARecordsRequest" + qname = "(DeleteAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteAAAARecordsResponse" + qname = "(DeleteAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneAAAARecordRequest" + qname = "(DeleteOneAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneAAAARecordResponse" + qname = "(DeleteOneAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateALIASRecordRequest" + qname = "(CreateALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateALIASRecordResponse" + qname = "(CreateALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneALIASRecordRequest" + qname = "(GetOneALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneALIASRecordResponse" + qname = "(GetOneALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetALIASRecordsRequest" + qname = "(GetALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetALIASRecordsResponse" + qname = "(GetALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateALIASRecordRequest" + qname = "(UpdateALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateALIASRecordResponse" + qname = "(UpdateALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteALIASRecordsRequest" + qname = "(DeleteALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteALIASRecordsResponse" + qname = "(DeleteALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneALIASRecordRequest" + qname = "(DeleteOneALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneALIASRecordResponse" + qname = "(DeleteOneALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCAARecordRequest" + qname = "(CreateCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCAARecordResponse" + qname = "(CreateCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneCAARecordRequest" + qname = "(GetOneCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneCAARecordResponse" + qname = "(GetOneCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCAARecordsRequest" + qname = "(GetCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCAARecordsResponse" + qname = "(GetCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCAARecordRequest" + qname = "(UpdateCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCAARecordResponse" + qname = "(UpdateCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteCAARecordsRequest" + qname = "(DeleteCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteCAARecordsResponse" + qname = "(DeleteCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneCAARecordRequest" + qname = "(DeleteOneCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneCAARecordResponse" + qname = "(DeleteOneCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCDNSKEYRecordRequest" + qname = "(CreateCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCDNSKEYRecordResponse" + qname = "(CreateCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneCDNSKEYRecordRequest" + qname = "(GetOneCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneCDNSKEYRecordResponse" + qname = "(GetOneCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCDNSKEYRecordsRequest" + qname = "(GetCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCDNSKEYRecordsResponse" + qname = "(GetCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCDNSKEYRecordRequest" + qname = "(UpdateCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCDNSKEYRecordResponse" + qname = "(UpdateCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteCDNSKEYRecordsRequest" + qname = "(DeleteCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteCDNSKEYRecordsResponse" + qname = "(DeleteCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDNSKEYRecordRequest" + qname = "(DeleteOneCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDNSKEYRecordResponse" + qname = "(DeleteOneCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCDSRecordRequest" + qname = "(CreateCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCDSRecordResponse" + qname = "(CreateCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneCDSRecordRequest" + qname = "(GetOneCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneCDSRecordResponse" + qname = "(GetOneCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCDSRecordsRequest" + qname = "(GetCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCDSRecordsResponse" + qname = "(GetCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCDSRecordRequest" + qname = "(UpdateCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCDSRecordResponse" + qname = "(UpdateCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteCDSRecordsRequest" + qname = "(DeleteCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteCDSRecordsResponse" + qname = "(DeleteCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDSRecordRequest" + qname = "(DeleteOneCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDSRecordResponse" + qname = "(DeleteOneCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCERTRecordRequest" + qname = "(CreateCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCERTRecordResponse" + qname = "(CreateCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneCERTRecordRequest" + qname = "(GetOneCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneCERTRecordResponse" + qname = "(GetOneCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCERTRecordsRequest" + qname = "(GetCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCERTRecordsResponse" + qname = "(GetCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCERTRecordRequest" + qname = "(UpdateCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCERTRecordResponse" + qname = "(UpdateCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteCERTRecordsRequest" + qname = "(DeleteCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteCERTRecordsResponse" + qname = "(DeleteCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneCERTRecordRequest" + qname = "(DeleteOneCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneCERTRecordResponse" + qname = "(DeleteOneCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCNAMERecordRequest" + qname = "(CreateCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCNAMERecordResponse" + qname = "(CreateCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneCNAMERecordRequest" + qname = "(GetOneCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneCNAMERecordResponse" + qname = "(GetOneCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCNAMERecordsRequest" + qname = "(GetCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCNAMERecordsResponse" + qname = "(GetCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCNAMERecordRequest" + qname = "(UpdateCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCNAMERecordResponse" + qname = "(UpdateCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteCNAMERecordsRequest" + qname = "(DeleteCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteCNAMERecordsResponse" + qname = "(DeleteCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneCNAMERecordRequest" + qname = "(DeleteOneCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneCNAMERecordResponse" + qname = "(DeleteOneCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCSYNCRecordRequest" + qname = "(CreateCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCSYNCRecordResponse" + qname = "(CreateCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneCSYNCRecordRequest" + qname = "(GetOneCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneCSYNCRecordResponse" + qname = "(GetOneCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCSYNCRecordsRequest" + qname = "(GetCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCSYNCRecordsResponse" + qname = "(GetCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCSYNCRecordRequest" + qname = "(UpdateCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCSYNCRecordResponse" + qname = "(UpdateCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteCSYNCRecordsRequest" + qname = "(DeleteCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteCSYNCRecordsResponse" + qname = "(DeleteCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneCSYNCRecordRequest" + qname = "(DeleteOneCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneCSYNCRecordResponse" + qname = "(DeleteOneCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDHCIDRecordRequest" + qname = "(CreateDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDHCIDRecordResponse" + qname = "(CreateDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDHCIDRecordRequest" + qname = "(GetOneDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDHCIDRecordResponse" + qname = "(GetOneDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDHCIDRecordsRequest" + qname = "(GetDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDHCIDRecordsResponse" + qname = "(GetDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDHCIDRecordRequest" + qname = "(UpdateDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDHCIDRecordResponse" + qname = "(UpdateDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteDHCIDRecordsRequest" + qname = "(DeleteDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteDHCIDRecordsResponse" + qname = "(DeleteDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDHCIDRecordRequest" + qname = "(DeleteOneDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDHCIDRecordResponse" + qname = "(DeleteOneDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDNAMERecordRequest" + qname = "(CreateDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDNAMERecordResponse" + qname = "(CreateDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDNAMERecordRequest" + qname = "(GetOneDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDNAMERecordResponse" + qname = "(GetOneDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDNAMERecordsRequest" + qname = "(GetDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDNAMERecordsResponse" + qname = "(GetDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDNAMERecordRequest" + qname = "(UpdateDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDNAMERecordResponse" + qname = "(UpdateDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteDNAMERecordsRequest" + qname = "(DeleteDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteDNAMERecordsResponse" + qname = "(DeleteDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNAMERecordRequest" + qname = "(DeleteOneDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNAMERecordResponse" + qname = "(DeleteOneDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDNSKEYRecordRequest" + qname = "(CreateDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDNSKEYRecordResponse" + qname = "(CreateDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDNSKEYRecordRequest" + qname = "(GetOneDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDNSKEYRecordResponse" + qname = "(GetOneDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDNSKEYRecordsRequest" + qname = "(GetDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDNSKEYRecordsResponse" + qname = "(GetDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDNSKEYRecordRequest" + qname = "(UpdateDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDNSKEYRecordResponse" + qname = "(UpdateDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteDNSKEYRecordsRequest" + qname = "(DeleteDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteDNSKEYRecordsResponse" + qname = "(DeleteDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSKEYRecordRequest" + qname = "(DeleteOneDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSKEYRecordResponse" + qname = "(DeleteOneDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSRecordRequest" + qname = "(CreateDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDSRecordResponse" + qname = "(CreateDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSRecordRequest" + qname = "(GetOneDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDSRecordResponse" + qname = "(GetOneDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSRecordsRequest" + qname = "(GetDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDSRecordsResponse" + qname = "(GetDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSRecordRequest" + qname = "(UpdateDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDSRecordResponse" + qname = "(UpdateDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteDSRecordsRequest" + qname = "(DeleteDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteDSRecordsResponse" + qname = "(DeleteDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSRecordRequest" + qname = "(DeleteOneDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSRecordResponse" + qname = "(DeleteOneDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateIPSECKEYRecordRequest" + qname = "(CreateIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateIPSECKEYRecordResponse" + qname = "(CreateIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneIPSECKEYRecordRequest" + qname = "(GetOneIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneIPSECKEYRecordResponse" + qname = "(GetOneIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetIPSECKEYRecordsRequest" + qname = "(GetIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetIPSECKEYRecordsResponse" + qname = "(GetIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateIPSECKEYRecordRequest" + qname = "(UpdateIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateIPSECKEYRecordResponse" + qname = "(UpdateIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteIPSECKEYRecordsRequest" + qname = "(DeleteIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteIPSECKEYRecordsResponse" + qname = "(DeleteIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPSECKEYRecordRequest" + qname = "(DeleteOneIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPSECKEYRecordResponse" + qname = "(DeleteOneIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateKEYRecordRequest" + qname = "(CreateKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateKEYRecordResponse" + qname = "(CreateKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneKEYRecordRequest" + qname = "(GetOneKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneKEYRecordResponse" + qname = "(GetOneKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetKEYRecordsRequest" + qname = "(GetKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetKEYRecordsResponse" + qname = "(GetKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateKEYRecordRequest" + qname = "(UpdateKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateKEYRecordResponse" + qname = "(UpdateKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteKEYRecordsRequest" + qname = "(DeleteKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteKEYRecordsResponse" + qname = "(DeleteKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneKEYRecordRequest" + qname = "(DeleteOneKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneKEYRecordResponse" + qname = "(DeleteOneKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateKXRecordRequest" + qname = "(CreateKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateKXRecordResponse" + qname = "(CreateKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneKXRecordRequest" + qname = "(GetOneKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneKXRecordResponse" + qname = "(GetOneKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetKXRecordsRequest" + qname = "(GetKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetKXRecordsResponse" + qname = "(GetKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateKXRecordRequest" + qname = "(UpdateKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateKXRecordResponse" + qname = "(UpdateKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteKXRecordsRequest" + qname = "(DeleteKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteKXRecordsResponse" + qname = "(DeleteKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneKXRecordRequest" + qname = "(DeleteOneKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneKXRecordResponse" + qname = "(DeleteOneKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateLOCRecordRequest" + qname = "(CreateLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateLOCRecordResponse" + qname = "(CreateLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneLOCRecordRequest" + qname = "(GetOneLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneLOCRecordResponse" + qname = "(GetOneLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetLOCRecordsRequest" + qname = "(GetLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetLOCRecordsResponse" + qname = "(GetLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateLOCRecordRequest" + qname = "(UpdateLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateLOCRecordResponse" + qname = "(UpdateLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteLOCRecordsRequest" + qname = "(DeleteLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteLOCRecordsResponse" + qname = "(DeleteLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneLOCRecordRequest" + qname = "(DeleteOneLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneLOCRecordResponse" + qname = "(DeleteOneLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateMXRecordRequest" + qname = "(CreateMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateMXRecordResponse" + qname = "(CreateMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneMXRecordRequest" + qname = "(GetOneMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneMXRecordResponse" + qname = "(GetOneMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetMXRecordsRequest" + qname = "(GetMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetMXRecordsResponse" + qname = "(GetMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateMXRecordRequest" + qname = "(UpdateMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateMXRecordResponse" + qname = "(UpdateMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteMXRecordsRequest" + qname = "(DeleteMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteMXRecordsResponse" + qname = "(DeleteMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneMXRecordRequest" + qname = "(DeleteOneMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneMXRecordResponse" + qname = "(DeleteOneMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateNAPTRRecordRequest" + qname = "(CreateNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateNAPTRRecordResponse" + qname = "(CreateNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneNAPTRRecordRequest" + qname = "(GetOneNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneNAPTRRecordResponse" + qname = "(GetOneNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetNAPTRRecordsRequest" + qname = "(GetNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetNAPTRRecordsResponse" + qname = "(GetNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateNAPTRRecordRequest" + qname = "(UpdateNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateNAPTRRecordResponse" + qname = "(UpdateNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteNAPTRRecordsRequest" + qname = "(DeleteNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteNAPTRRecordsResponse" + qname = "(DeleteNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneNAPTRRecordRequest" + qname = "(DeleteOneNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneNAPTRRecordResponse" + qname = "(DeleteOneNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateNSAPRecordRequest" + qname = "(CreateNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateNSAPRecordResponse" + qname = "(CreateNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneNSAPRecordRequest" + qname = "(GetOneNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneNSAPRecordResponse" + qname = "(GetOneNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetNSAPRecordsRequest" + qname = "(GetNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetNSAPRecordsResponse" + qname = "(GetNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateNSAPRecordRequest" + qname = "(UpdateNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateNSAPRecordResponse" + qname = "(UpdateNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteNSAPRecordsRequest" + qname = "(DeleteNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteNSAPRecordsResponse" + qname = "(DeleteNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSAPRecordRequest" + qname = "(DeleteOneNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSAPRecordResponse" + qname = "(DeleteOneNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreatePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreatePOLICYRecordRequest" + qname = "(CreatePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreatePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreatePOLICYRecordResponse" + qname = "(CreatePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOnePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOnePOLICYRecordRequest" + qname = "(GetOnePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOnePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOnePOLICYRecordResponse" + qname = "(GetOnePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetPOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetPOLICYRecordsRequest" + qname = "(GetPOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetPOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetPOLICYRecordsResponse" + qname = "(GetPOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdatePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdatePOLICYRecordRequest" + qname = "(UpdatePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdatePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdatePOLICYRecordResponse" + qname = "(UpdatePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeletePOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeletePOLICYRecordsRequest" + qname = "(DeletePOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeletePOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeletePOLICYRecordsResponse" + qname = "(DeletePOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOnePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOnePOLICYRecordRequest" + qname = "(DeleteOnePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOnePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOnePOLICYRecordResponse" + qname = "(DeleteOnePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreatePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreatePTRRecordRequest" + qname = "(CreatePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreatePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreatePTRRecordResponse" + qname = "(CreatePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOnePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOnePTRRecordRequest" + qname = "(GetOnePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOnePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOnePTRRecordResponse" + qname = "(GetOnePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetPTRRecordsRequest" + qname = "(GetPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetPTRRecordsResponse" + qname = "(GetPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdatePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdatePTRRecordRequest" + qname = "(UpdatePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdatePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdatePTRRecordResponse" + qname = "(UpdatePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeletePTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeletePTRRecordsRequest" + qname = "(DeletePTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeletePTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeletePTRRecordsResponse" + qname = "(DeletePTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOnePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOnePTRRecordRequest" + qname = "(DeleteOnePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOnePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOnePTRRecordResponse" + qname = "(DeleteOnePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreatePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreatePXRecordRequest" + qname = "(CreatePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreatePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreatePXRecordResponse" + qname = "(CreatePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOnePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOnePXRecordRequest" + qname = "(GetOnePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOnePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOnePXRecordResponse" + qname = "(GetOnePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetPXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetPXRecordsRequest" + qname = "(GetPXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetPXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetPXRecordsResponse" + qname = "(GetPXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdatePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdatePXRecordRequest" + qname = "(UpdatePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdatePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdatePXRecordResponse" + qname = "(UpdatePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeletePXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeletePXRecordsRequest" + qname = "(DeletePXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeletePXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeletePXRecordsResponse" + qname = "(DeletePXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOnePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOnePXRecordRequest" + qname = "(DeleteOnePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOnePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOnePXRecordResponse" + qname = "(DeleteOnePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateRPRecordRequest" + qname = "(CreateRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateRPRecordResponse" + qname = "(CreateRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneRPRecordRequest" + qname = "(GetOneRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneRPRecordResponse" + qname = "(GetOneRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetRPRecordsRequest" + qname = "(GetRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetRPRecordsResponse" + qname = "(GetRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateRPRecordRequest" + qname = "(UpdateRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateRPRecordResponse" + qname = "(UpdateRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteRPRecordsRequest" + qname = "(DeleteRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteRPRecordsResponse" + qname = "(DeleteRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneRPRecordRequest" + qname = "(DeleteOneRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneRPRecordResponse" + qname = "(DeleteOneRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateSPFRecordRequest" + qname = "(CreateSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateSPFRecordResponse" + qname = "(CreateSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneSPFRecordRequest" + qname = "(GetOneSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneSPFRecordResponse" + qname = "(GetOneSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetSPFRecordsRequest" + qname = "(GetSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetSPFRecordsResponse" + qname = "(GetSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateSPFRecordRequest" + qname = "(UpdateSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateSPFRecordResponse" + qname = "(UpdateSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteSPFRecordsRequest" + qname = "(DeleteSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteSPFRecordsResponse" + qname = "(DeleteSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneSPFRecordRequest" + qname = "(DeleteOneSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneSPFRecordResponse" + qname = "(DeleteOneSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateSRVRecordRequest" + qname = "(CreateSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateSRVRecordResponse" + qname = "(CreateSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneSRVRecordRequest" + qname = "(GetOneSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneSRVRecordResponse" + qname = "(GetOneSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetSRVRecordsRequest" + qname = "(GetSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetSRVRecordsResponse" + qname = "(GetSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateSRVRecordRequest" + qname = "(UpdateSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateSRVRecordResponse" + qname = "(UpdateSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteSRVRecordsRequest" + qname = "(DeleteSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteSRVRecordsResponse" + qname = "(DeleteSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneSRVRecordRequest" + qname = "(DeleteOneSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneSRVRecordResponse" + qname = "(DeleteOneSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateSSHFPRecordRequest" + qname = "(CreateSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateSSHFPRecordResponse" + qname = "(CreateSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneSSHFPRecordRequest" + qname = "(GetOneSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneSSHFPRecordResponse" + qname = "(GetOneSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetSSHFPRecordsRequest" + qname = "(GetSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetSSHFPRecordsResponse" + qname = "(GetSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateSSHFPRecordRequest" + qname = "(UpdateSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateSSHFPRecordResponse" + qname = "(UpdateSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteSSHFPRecordsRequest" + qname = "(DeleteSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteSSHFPRecordsResponse" + qname = "(DeleteSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneSSHFPRecordRequest" + qname = "(DeleteOneSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneSSHFPRecordResponse" + qname = "(DeleteOneSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateTLSARecordRequest" + qname = "(CreateTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateTLSARecordResponse" + qname = "(CreateTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneTLSARecordRequest" + qname = "(GetOneTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneTLSARecordResponse" + qname = "(GetOneTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetTLSARecordsRequest" + qname = "(GetTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetTLSARecordsResponse" + qname = "(GetTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateTLSARecordRequest" + qname = "(UpdateTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateTLSARecordResponse" + qname = "(UpdateTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteTLSARecordsRequest" + qname = "(DeleteTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteTLSARecordsResponse" + qname = "(DeleteTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneTLSARecordRequest" + qname = "(DeleteOneTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneTLSARecordResponse" + qname = "(DeleteOneTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateTXTRecordRequest" + qname = "(CreateTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateTXTRecordResponse" + qname = "(CreateTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneTXTRecordRequest" + qname = "(GetOneTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneTXTRecordResponse" + qname = "(GetOneTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetTXTRecordsRequest" + qname = "(GetTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetTXTRecordsResponse" + qname = "(GetTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateTXTRecordRequest" + qname = "(UpdateTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateTXTRecordResponse" + qname = "(UpdateTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteTXTRecordsRequest" + qname = "(DeleteTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteTXTRecordsResponse" + qname = "(DeleteTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneTXTRecordRequest" + qname = "(DeleteOneTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneTXTRecordResponse" + qname = "(DeleteOneTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneSOARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneSOARecordRequest" + qname = "(GetOneSOARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneSOARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneSOARecordResponse" + qname = "(GetOneSOARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetSOARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetSOARecordsRequest" + qname = "(GetSOARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSOARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetSOARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetSOARecordsResponse" + qname = "(GetSOARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSOARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateSOARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateSOARecordRequest" + qname = "(UpdateSOARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateSOARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateSOARecordResponse" + qname = "(UpdateSOARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateNSRecordRequest" + qname = "(CreateNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateNSRecordResponse" + qname = "(CreateNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneNSRecordRequest" + qname = "(GetOneNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneNSRecordResponse" + qname = "(GetOneNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetNSRecordsRequest" + qname = "(GetNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetNSRecordsResponse" + qname = "(GetNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateNSRecordRequest" + qname = "(UpdateNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateNSRecordResponse" + qname = "(UpdateNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteNSRecordsRequest" + qname = "(DeleteNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteNSRecordsResponse" + qname = "(DeleteNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSRecordRequest" + qname = "(DeleteOneNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSRecordResponse" + qname = "(DeleteOneNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceARecordsRequest" + qname = "(ReplaceARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceARecordsResponse" + qname = "(ReplaceARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceAAAARecordsRequest" + qname = "(ReplaceAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceAAAARecordsResponse" + qname = "(ReplaceAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceALIASRecordsRequest" + qname = "(ReplaceALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceALIASRecordsResponse" + qname = "(ReplaceALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceCAARecordsRequest" + qname = "(ReplaceCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceCAARecordsResponse" + qname = "(ReplaceCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceCDNSKEYRecordsRequest" + qname = "(ReplaceCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceCDNSKEYRecordsResponse" + qname = "(ReplaceCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceCDSRecordsRequest" + qname = "(ReplaceCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceCDSRecordsResponse" + qname = "(ReplaceCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceCERTRecordsRequest" + qname = "(ReplaceCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceCERTRecordsResponse" + qname = "(ReplaceCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceCNAMERecordsRequest" + qname = "(ReplaceCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceCNAMERecordsResponse" + qname = "(ReplaceCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceCSYNCRecordsRequest" + qname = "(ReplaceCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceCSYNCRecordsResponse" + qname = "(ReplaceCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceDHCIDRecordsRequest" + qname = "(ReplaceDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceDHCIDRecordsResponse" + qname = "(ReplaceDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceDNAMERecordsRequest" + qname = "(ReplaceDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceDNAMERecordsResponse" + qname = "(ReplaceDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceDNSKEYRecordsRequest" + qname = "(ReplaceDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceDNSKEYRecordsResponse" + qname = "(ReplaceDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceDSRecordsRequest" + qname = "(ReplaceDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceDSRecordsResponse" + qname = "(ReplaceDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceIPSECKEYRecordsRequest" + qname = "(ReplaceIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceIPSECKEYRecordsResponse" + qname = "(ReplaceIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceKEYRecordsRequest" + qname = "(ReplaceKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceKEYRecordsResponse" + qname = "(ReplaceKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceKXRecordsRequest" + qname = "(ReplaceKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceKXRecordsResponse" + qname = "(ReplaceKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceLOCRecordsRequest" + qname = "(ReplaceLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceLOCRecordsResponse" + qname = "(ReplaceLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceMXRecordsRequest" + qname = "(ReplaceMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceMXRecordsResponse" + qname = "(ReplaceMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceNAPTRRecordsRequest" + qname = "(ReplaceNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceNAPTRRecordsResponse" + qname = "(ReplaceNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceNSAPRecordsRequest" + qname = "(ReplaceNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceNSAPRecordsResponse" + qname = "(ReplaceNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplacePOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplacePOLICYRecordsRequest" + qname = "(ReplacePOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplacePOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplacePOLICYRecordsResponse" + qname = "(ReplacePOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplacePTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplacePTRRecordsRequest" + qname = "(ReplacePTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplacePTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplacePTRRecordsResponse" + qname = "(ReplacePTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplacePXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplacePXRecordsRequest" + qname = "(ReplacePXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplacePXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplacePXRecordsResponse" + qname = "(ReplacePXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceRPRecordsRequest" + qname = "(ReplaceRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceRPRecordsResponse" + qname = "(ReplaceRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceSPFRecordsRequest" + qname = "(ReplaceSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceSPFRecordsResponse" + qname = "(ReplaceSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceSRVRecordsRequest" + qname = "(ReplaceSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceSRVRecordsResponse" + qname = "(ReplaceSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceSSHFPRecordsRequest" + qname = "(ReplaceSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceSSHFPRecordsResponse" + qname = "(ReplaceSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceTLSARecordsRequest" + qname = "(ReplaceTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceTLSARecordsResponse" + qname = "(ReplaceTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceTXTRecordsRequest" + qname = "(ReplaceTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceTXTRecordsResponse" + qname = "(ReplaceTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceNSRecordsRequest" + qname = "(ReplaceNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ReplaceNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ReplaceNSRecordsResponse" + qname = "(ReplaceNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetANYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetANYRecordsRequest" + qname = "(GetANYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetANYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetANYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetANYRecordsResponse" + qname = "(GetANYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetANYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetAllRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetAllRecordsRequest" + qname = "(GetAllRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetAllRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetAllRecordsResponse" + qname = "(GetAllRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetAllAliasQNamesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetAllAliasQNamesRequest" + qname = "(GetAllAliasQNamesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllAliasQNamesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetAllAliasQNamesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetAllAliasQNamesResponse" + qname = "(GetAllAliasQNamesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllAliasQNamesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneUserRequest" + qname = "(GetOneUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneUserResponse" + qname = "(GetOneUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneUserRequest" + qname = "(DeleteOneUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneUserResponse" + qname = "(DeleteOneUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateUserRequest" + qname = "(CreateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateUserResponse" + qname = "(CreateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateUserRequest" + qname = "(UpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateUserResponse" + qname = "(UpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetUsersRequest" + qname = "(GetUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetUsersResponse" + qname = "(GetUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetUpdateUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetUpdateUsersRequest" + qname = "(GetUpdateUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetUpdateUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetUpdateUsersResponse" + qname = "(GetUpdateUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateUpdateUserRequest" + qname = "(UpdateUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateUpdateUserResponse" + qname = "(UpdateUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneUpdateUserRequest" + qname = "(DeleteOneUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneUpdateUserResponse" + qname = "(DeleteOneUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateUserPasswordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateUserPasswordRequest" + qname = "(UpdateUserPasswordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateUserPasswordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateUserPasswordResponse" + qname = "(UpdateUserPasswordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (BlockUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "BlockUserRequest" + qname = "(BlockUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (BlockUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "BlockUserResponse" + qname = "(BlockUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UnblockUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UnblockUserRequest" + qname = "(UnblockUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnblockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UnblockUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UnblockUserResponse" + qname = "(UnblockUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnblockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateContactRequest" + qname = "(CreateContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateContactResponse" + qname = "(CreateContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneContactRequest" + qname = "(GetOneContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneContactResponse" + qname = "(GetOneContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetContactsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetContactsRequest" + qname = "(GetContactsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetContactsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetContactsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetContactsResponse" + qname = "(GetContactsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetContactsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneContactRequest" + qname = "(DeleteOneContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneContactResponse" + qname = "(DeleteOneContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateContactRequest" + qname = "(UpdateContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateContactResponse" + qname = "(UpdateContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCustomerRequest" + qname = "(CreateCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCustomerResponse" + qname = "(CreateCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerRequest" + qname = "(UpdateCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerResponse" + qname = "(UpdateCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneCustomerRequest" + qname = "(GetOneCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneCustomerResponse" + qname = "(GetOneCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCustomersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCustomersRequest" + qname = "(GetCustomersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCustomersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCustomersResponse" + qname = "(GetCustomersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneCustomerRequest" + qname = "(DeleteOneCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneCustomerResponse" + qname = "(DeleteOneCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCustomerPrefsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCustomerPrefsRequest" + qname = "(GetCustomerPrefsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCustomerPrefsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCustomerPrefsResponse" + qname = "(GetCustomerPrefsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetCustomerPrefsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetCustomerPrefsRequest" + qname = "(SetCustomerPrefsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetCustomerPrefsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetCustomerPrefsResponse" + qname = "(SetCustomerPrefsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCustomerIPACLRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCustomerIPACLRequest" + qname = "(GetCustomerIPACLRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCustomerIPACLResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCustomerIPACLResponse" + qname = "(GetCustomerIPACLResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetCustomerIPACLRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetCustomerIPACLRequest" + qname = "(SetCustomerIPACLRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetCustomerIPACLResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetCustomerIPACLResponse" + qname = "(SetCustomerIPACLResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCustomerOracleMetadataRequest" + qname = "(CreateCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateCustomerOracleMetadataResponse" + qname = "(CreateCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerOracleMetadataRequest" + qname = "(UpdateCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerOracleMetadataResponse" + qname = "(UpdateCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCustomerOracleMetadataRequest" + qname = "(GetCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetCustomerOracleMetadataResponse" + qname = "(GetCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteCustomerOracleMetadataRequest" + qname = "(DeleteCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteCustomerOracleMetadataResponse" + qname = "(DeleteCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateZoneOracleMetadataRequest" + qname = "(CreateZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateZoneOracleMetadataResponse" + qname = "(CreateZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateZoneOracleMetadataRequest" + qname = "(UpdateZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateZoneOracleMetadataResponse" + qname = "(UpdateZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetZoneOracleMetadataRequest" + qname = "(GetZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetZoneOracleMetadataResponse" + qname = "(GetZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteZoneOracleMetadataRequest" + qname = "(DeleteZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteZoneOracleMetadataResponse" + qname = "(DeleteZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (OCIMigrateRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "OCIMigrateRequest" + qname = "(OCIMigrateRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('OCIMigrateRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (OCIMigrateResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "OCIMigrateResponse" + qname = "(OCIMigrateResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('OCIMigrateResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDDNSRequest" + qname = "(CreateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDDNSResponse" + qname = "(CreateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDDNSRequest" + qname = "(GetOneDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDDNSResponse" + qname = "(GetOneDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDDNSsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDDNSsRequest" + qname = "(GetDDNSsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDDNSsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDDNSsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDDNSsResponse" + qname = "(GetDDNSsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDDNSsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDDNSRequest" + qname = "(UpdateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDDNSResponse" + qname = "(UpdateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDDNSRequest" + qname = "(DeleteOneDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDDNSResponse" + qname = "(DeleteOneDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateDDNSRequest" + qname = "(ActivateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateDDNSResponse" + qname = "(ActivateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateDDNSRequest" + qname = "(DeactivateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateDDNSResponse" + qname = "(DeactivateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ResetDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ResetDDNSRequest" + qname = "(ResetDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ResetDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ResetDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ResetDDNSResponse" + qname = "(ResetDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ResetDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetUpdateUserPasswordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetUpdateUserPasswordRequest" + qname = "(GetUpdateUserPasswordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetUpdateUserPasswordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetUpdateUserPasswordResponse" + qname = "(GetUpdateUserPasswordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDDNSHostRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDDNSHostRequest" + qname = "(CreateDDNSHostRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSHostRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDDNSHostResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDDNSHostResponse" + qname = "(CreateDDNSHostResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSHostResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateUpdateUserRequest" + qname = "(CreateUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateUpdateUserResponse" + qname = "(CreateUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddDDNSRequest" + qname = "(AddDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (AddDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "AddDDNSResponse" + qname = "(AddDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateFailoverRequest" + qname = "(CreateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateFailoverResponse" + qname = "(CreateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneFailoverRequest" + qname = "(GetOneFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneFailoverResponse" + qname = "(GetOneFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetFailoversRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetFailoversRequest" + qname = "(GetFailoversRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetFailoversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetFailoversResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetFailoversResponse" + qname = "(GetFailoversResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetFailoversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateFailoverRequest" + qname = "(UpdateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateFailoverResponse" + qname = "(UpdateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneFailoverRequest" + qname = "(DeleteOneFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneFailoverResponse" + qname = "(DeleteOneFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateFailoverRequest" + qname = "(ActivateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateFailoverResponse" + qname = "(ActivateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateFailoverRequest" + qname = "(DeactivateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateFailoverResponse" + qname = "(DeactivateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RecoverFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RecoverFailoverRequest" + qname = "(RecoverFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RecoverFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RecoverFailoverResponse" + qname = "(RecoverFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalanceRequest" + qname = "(CreateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalanceResponse" + qname = "(CreateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalanceRequest" + qname = "(GetOneLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalanceResponse" + qname = "(GetOneLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetLoadBalancesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancesRequest" + qname = "(GetLoadBalancesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetLoadBalancesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancesResponse" + qname = "(GetLoadBalancesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalanceRequest" + qname = "(UpdateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalanceResponse" + qname = "(UpdateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalanceRequest" + qname = "(DeleteOneLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalanceResponse" + qname = "(DeleteOneLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateLoadBalanceRequest" + qname = "(ActivateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateLoadBalanceResponse" + qname = "(ActivateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateLoadBalanceRequest" + qname = "(DeactivateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateLoadBalanceResponse" + qname = "(DeactivateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RecoverLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceRequest" + qname = "(RecoverLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RecoverLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceResponse" + qname = "(RecoverLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RecoverLoadBalanceIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceIPRequest" + qname = "(RecoverLoadBalanceIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RecoverLoadBalanceIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceIPResponse" + qname = "(RecoverLoadBalanceIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalancePoolEntryRequest" + qname = "(CreateLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalancePoolEntryResponse" + qname = "(CreateLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalancePoolEntryRequest" + qname = "(UpdateLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalancePoolEntryResponse" + qname = "(UpdateLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalancePoolEntryRequest" + qname = "(GetOneLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalancePoolEntryResponse" + qname = "(GetOneLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetLoadBalancePoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancePoolEntriesRequest" + qname = "(GetLoadBalancePoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancePoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetLoadBalancePoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancePoolEntriesResponse" + qname = "(GetLoadBalancePoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancePoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalancePoolEntryRequest" + qname = "(DeleteOneLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalancePoolEntryResponse" + qname = "(DeleteOneLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRequest" + qname = "(CreateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateGSLBResponse" + qname = "(CreateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRequest" + qname = "(GetOneGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBResponse" + qname = "(GetOneGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetGSLBsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetGSLBsRequest" + qname = "(GetGSLBsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetGSLBsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetGSLBsResponse" + qname = "(GetGSLBsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRequest" + qname = "(UpdateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBResponse" + qname = "(UpdateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRequest" + qname = "(DeleteOneGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBResponse" + qname = "(DeleteOneGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateGSLBRequest" + qname = "(ActivateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateGSLBResponse" + qname = "(ActivateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateGSLBRequest" + qname = "(DeactivateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateGSLBResponse" + qname = "(DeactivateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RecoverGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBRequest" + qname = "(RecoverGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RecoverGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBResponse" + qname = "(RecoverGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RecoverGSLBIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBIPRequest" + qname = "(RecoverGSLBIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RecoverGSLBIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBIPResponse" + qname = "(RecoverGSLBIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionRequest" + qname = "(CreateGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionResponse" + qname = "(CreateGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionRequest" + qname = "(GetOneGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionResponse" + qname = "(GetOneGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetGSLBRegionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionsRequest" + qname = "(GetGSLBRegionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetGSLBRegionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionsResponse" + qname = "(GetGSLBRegionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionRequest" + qname = "(UpdateGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionResponse" + qname = "(UpdateGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionRequest" + qname = "(DeleteOneGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionResponse" + qname = "(DeleteOneGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionPoolEntryRequest" + qname = "(CreateGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionPoolEntryResponse" + qname = "(CreateGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionPoolEntryRequest" + qname = "(UpdateGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionPoolEntryResponse" + qname = "(UpdateGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionPoolEntryRequest" + qname = "(GetOneGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionPoolEntryResponse" + qname = "(GetOneGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetGSLBRegionPoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionPoolEntriesRequest" + qname = "(GetGSLBRegionPoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetGSLBRegionPoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionPoolEntriesResponse" + qname = "(GetGSLBRegionPoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionPoolEntryRequest" + qname = "(DeleteOneGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionPoolEntryResponse" + qname = "(DeleteOneGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRequest" + qname = "(CreateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateRTTMResponse" + qname = "(CreateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRequest" + qname = "(GetOneRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMResponse" + qname = "(GetOneRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetRTTMsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetRTTMsRequest" + qname = "(GetRTTMsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetRTTMsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetRTTMsResponse" + qname = "(GetRTTMsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRequest" + qname = "(UpdateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMResponse" + qname = "(UpdateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRequest" + qname = "(DeleteOneRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMResponse" + qname = "(DeleteOneRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateRTTMRequest" + qname = "(ActivateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateRTTMResponse" + qname = "(ActivateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateRTTMRequest" + qname = "(DeactivateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateRTTMResponse" + qname = "(DeactivateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RecoverRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMRequest" + qname = "(RecoverRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RecoverRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMResponse" + qname = "(RecoverRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RecoverRTTMIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMIPRequest" + qname = "(RecoverRTTMIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RecoverRTTMIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMIPResponse" + qname = "(RecoverRTTMIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetRTTMLogsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetRTTMLogsRequest" + qname = "(GetRTTMLogsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMLogsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetRTTMLogsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetRTTMLogsResponse" + qname = "(GetRTTMLogsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMLogsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetRTTMRRSetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetRTTMRRSetsRequest" + qname = "(GetRTTMRRSetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRRSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetRTTMRRSetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetRTTMRRSetsResponse" + qname = "(GetRTTMRRSetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRRSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionRequest" + qname = "(CreateRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionResponse" + qname = "(CreateRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionRequest" + qname = "(GetOneRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionResponse" + qname = "(GetOneRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetRTTMRegionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionsRequest" + qname = "(GetRTTMRegionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetRTTMRegionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionsResponse" + qname = "(GetRTTMRegionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionRequest" + qname = "(UpdateRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionResponse" + qname = "(UpdateRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionRequest" + qname = "(DeleteOneRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionResponse" + qname = "(DeleteOneRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionPoolEntryRequest" + qname = "(CreateRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionPoolEntryResponse" + qname = "(CreateRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionPoolEntryRequest" + qname = "(UpdateRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionPoolEntryResponse" + qname = "(UpdateRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionPoolEntryRequest" + qname = "(GetOneRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionPoolEntryResponse" + qname = "(GetOneRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetRTTMRegionPoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionPoolEntriesRequest" + qname = "(GetRTTMRegionPoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetRTTMRegionPoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionPoolEntriesResponse" + qname = "(GetRTTMRegionPoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionPoolEntryRequest" + qname = "(DeleteOneRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionPoolEntryResponse" + qname = "(DeleteOneRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateHTTPRedirectRequest" + qname = "(CreateHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateHTTPRedirectResponse" + qname = "(CreateHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneHTTPRedirectRequest" + qname = "(GetOneHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneHTTPRedirectResponse" + qname = "(GetOneHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetHTTPRedirectsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetHTTPRedirectsRequest" + qname = "(GetHTTPRedirectsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHTTPRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetHTTPRedirectsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetHTTPRedirectsResponse" + qname = "(GetHTTPRedirectsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHTTPRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateHTTPRedirectRequest" + qname = "(UpdateHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateHTTPRedirectResponse" + qname = "(UpdateHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneHTTPRedirectRequest" + qname = "(DeleteOneHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneHTTPRedirectResponse" + qname = "(DeleteOneHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectRuleRequest" + qname = "(CreateAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectRuleResponse" + qname = "(CreateAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectRuleRequest" + qname = "(UpdateAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectRuleResponse" + qname = "(UpdateAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectRuleRequest" + qname = "(GetOneAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectRuleResponse" + qname = "(GetOneAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetAdvRedirectRulesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectRulesRequest" + qname = "(GetAdvRedirectRulesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectRulesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetAdvRedirectRulesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectRulesResponse" + qname = "(GetAdvRedirectRulesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectRulesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectRuleRequest" + qname = "(DeleteOneAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectRuleResponse" + qname = "(DeleteOneAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectRequest" + qname = "(CreateAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectResponse" + qname = "(CreateAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectRequest" + qname = "(GetOneAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectResponse" + qname = "(GetOneAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetAdvRedirectsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectsRequest" + qname = "(GetAdvRedirectsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetAdvRedirectsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectsResponse" + qname = "(GetAdvRedirectsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectRequest" + qname = "(UpdateAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectResponse" + qname = "(UpdateAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectRequest" + qname = "(DeleteOneAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectResponse" + qname = "(DeleteOneAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetNodeListRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetNodeListRequest" + qname = "(GetNodeListRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNodeListRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetNodeListResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetNodeListResponse" + qname = "(GetNodeListResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNodeListResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (PublishZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "PublishZoneRequest" + qname = "(PublishZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (PublishZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "PublishZoneResponse" + qname = "(PublishZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (PruneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "PruneZoneRequest" + qname = "(PruneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PruneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (PruneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "PruneZoneResponse" + qname = "(PruneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PruneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (FreezeZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "FreezeZoneRequest" + qname = "(FreezeZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('FreezeZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (FreezeZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "FreezeZoneResponse" + qname = "(FreezeZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('FreezeZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ThawZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ThawZoneRequest" + qname = "(ThawZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ThawZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ThawZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ThawZoneResponse" + qname = "(ThawZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ThawZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RestoreZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RestoreZoneRequest" + qname = "(RestoreZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RestoreZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (RestoreZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "RestoreZoneResponse" + qname = "(RestoreZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RestoreZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (BlockZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "BlockZoneRequest" + qname = "(BlockZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (BlockZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "BlockZoneResponse" + qname = "(BlockZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteZoneChangesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteZoneChangesetRequest" + qname = "(DeleteZoneChangesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteZoneChangesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteZoneChangesetResponse" + qname = "(DeleteZoneChangesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetZoneChangesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetZoneChangesetRequest" + qname = "(GetZoneChangesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetZoneChangesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetZoneChangesetResponse" + qname = "(GetZoneChangesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetZoneNotesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetZoneNotesRequest" + qname = "(GetZoneNotesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneNotesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetZoneNotesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetZoneNotesResponse" + qname = "(GetZoneNotesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneNotesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UploadZoneFileRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UploadZoneFileRequest" + qname = "(UploadZoneFileRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UploadZoneFileRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UploadZoneFileResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UploadZoneFileResponse" + qname = "(UploadZoneFileResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UploadZoneFileResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (TransferZoneInRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "TransferZoneInRequest" + qname = "(TransferZoneInRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('TransferZoneInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (TransferZoneInResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "TransferZoneInResponse" + qname = "(TransferZoneInResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('TransferZoneInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetTransferStatusRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetTransferStatusRequest" + qname = "(GetTransferStatusRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTransferStatusRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetTransferStatusResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetTransferStatusResponse" + qname = "(GetTransferStatusResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTransferStatusResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetZoneConfigOptionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetZoneConfigOptionsRequest" + qname = "(GetZoneConfigOptionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetZoneConfigOptionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetZoneConfigOptionsResponse" + qname = "(GetZoneConfigOptionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetZoneConfigOptionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetZoneConfigOptionsRequest" + qname = "(SetZoneConfigOptionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (SetZoneConfigOptionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "SetZoneConfigOptionsResponse" + qname = "(SetZoneConfigOptionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateIPTrackRequest" + qname = "(CreateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateIPTrackResponse" + qname = "(CreateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneIPTrackRequest" + qname = "(GetOneIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneIPTrackResponse" + qname = "(GetOneIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetIPTracksRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetIPTracksRequest" + qname = "(GetIPTracksRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPTracksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetIPTracksResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetIPTracksResponse" + qname = "(GetIPTracksResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPTracksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateIPTrackRequest" + qname = "(UpdateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateIPTrackResponse" + qname = "(UpdateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPTrackRequest" + qname = "(DeleteOneIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPTrackResponse" + qname = "(DeleteOneIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateIPTrackRequest" + qname = "(ActivateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateIPTrackResponse" + qname = "(ActivateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateIPTrackRequest" + qname = "(DeactivateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateIPTrackResponse" + qname = "(DeactivateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDNSSECRequest" + qname = "(CreateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateDNSSECResponse" + qname = "(CreateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDNSSECRequest" + qname = "(GetOneDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneDNSSECResponse" + qname = "(GetOneDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDNSSECsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDNSSECsRequest" + qname = "(GetDNSSECsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDNSSECsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDNSSECsResponse" + qname = "(GetDNSSECsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDNSSECRequest" + qname = "(UpdateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateDNSSECResponse" + qname = "(UpdateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSSECRequest" + qname = "(DeleteOneDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSSECResponse" + qname = "(DeleteOneDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateDNSSECRequest" + qname = "(ActivateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ActivateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ActivateDNSSECResponse" + qname = "(ActivateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateDNSSECRequest" + qname = "(DeactivateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeactivateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeactivateDNSSECResponse" + qname = "(DeactivateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDNSSECTimelineRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDNSSECTimelineRequest" + qname = "(GetDNSSECTimelineRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECTimelineRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetDNSSECTimelineResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetDNSSECTimelineResponse" + qname = "(GetDNSSECTimelineResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECTimelineResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetTasksRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetTasksRequest" + qname = "(GetTasksRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTasksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetTasksResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetTasksResponse" + qname = "(GetTasksResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTasksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneTaskRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneTaskRequest" + qname = "(GetOneTaskRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneTaskResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneTaskResponse" + qname = "(GetOneTaskResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CancelTaskRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CancelTaskRequest" + qname = "(CancelTaskRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CancelTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CancelTaskResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CancelTaskResponse" + qname = "(CancelTaskResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CancelTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateExtNameserverRequest" + qname = "(CreateExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (CreateExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "CreateExtNameserverResponse" + qname = "(CreateExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneExtNameserverRequest" + qname = "(GetOneExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetOneExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetOneExtNameserverResponse" + qname = "(GetOneExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetExtNameserversRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetExtNameserversRequest" + qname = "(GetExtNameserversRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetExtNameserversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (GetExtNameserversResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "GetExtNameserversResponse" + qname = "(GetExtNameserversResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetExtNameserversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateExtNameserverRequest" + qname = "(UpdateExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (UpdateExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "UpdateExtNameserverResponse" + qname = "(UpdateExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneExtNameserverRequest" + qname = "(DeleteOneExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (DeleteOneExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "DeleteOneExtNameserverResponse" + qname = "(DeleteOneExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + (ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + } + port_types = + { + (Dynect, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (PortType){ + _WObject__resolved = True + name = "Dynect" + qname = "(Dynect, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + operations = + { + GetJob = + (Operation){ + name = "GetJob" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetJobRequest" + qname = "(GetJobRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetJobRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetJobResponse" + qname = "(GetJobResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetJobResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SessionLogin = + (Operation){ + name = "SessionLogin" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SessionLoginRequest" + qname = "(SessionLoginRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLoginRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SessionLoginResponse" + qname = "(SessionLoginResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLoginResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SessionLogout = + (Operation){ + name = "SessionLogout" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SessionLogoutRequest" + qname = "(SessionLogoutRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLogoutRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SessionLogoutResponse" + qname = "(SessionLogoutResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLogoutResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SessionIsAlive = + (Operation){ + name = "SessionIsAlive" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SessionIsAliveRequest" + qname = "(SessionIsAliveRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionIsAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SessionIsAliveResponse" + qname = "(SessionIsAliveResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionIsAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SessionKeepAlive = + (Operation){ + name = "SessionKeepAlive" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SessionKeepAliveRequest" + qname = "(SessionKeepAliveRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionKeepAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SessionKeepAliveResponse" + qname = "(SessionKeepAliveResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionKeepAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ScopeIn = + (Operation){ + name = "ScopeIn" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ScopeInRequest" + qname = "(ScopeInRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ScopeInResponse" + qname = "(ScopeInResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ScopeAs = + (Operation){ + name = "ScopeAs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ScopeAsRequest" + qname = "(ScopeAsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeAsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ScopeAsResponse" + qname = "(ScopeAsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeAsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + Unscope = + (Operation){ + name = "Unscope" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UnscopeRequest" + qname = "(UnscopeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnscopeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UnscopeResponse" + qname = "(UnscopeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnscopeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetQueryStats = + (Operation){ + name = "GetQueryStats" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetQueryStatsRequest" + qname = "(GetQueryStatsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetQueryStatsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetQueryStatsResponse" + qname = "(GetQueryStatsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetQueryStatsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGeo = + (Operation){ + name = "CreateGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGeoRequest" + qname = "(CreateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGeoResponse" + qname = "(CreateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGeo = + (Operation){ + name = "UpdateGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGeoRequest" + qname = "(UpdateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGeoResponse" + qname = "(UpdateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGeos = + (Operation){ + name = "GetGeos" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGeosRequest" + qname = "(GetGeosRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeosRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGeosResponse" + qname = "(GetGeosResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeosResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGeo = + (Operation){ + name = "GetOneGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGeoRequest" + qname = "(GetOneGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGeoResponse" + qname = "(GetOneGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGeo = + (Operation){ + name = "DeleteOneGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoRequest" + qname = "(DeleteOneGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoResponse" + qname = "(DeleteOneGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateGeo = + (Operation){ + name = "ActivateGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateGeoRequest" + qname = "(ActivateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateGeoResponse" + qname = "(ActivateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateGeo = + (Operation){ + name = "DeactivateGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateGeoRequest" + qname = "(DeactivateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateGeoResponse" + qname = "(DeactivateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGeoRegionGroup = + (Operation){ + name = "CreateGeoRegionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGeoRegionGroupRequest" + qname = "(CreateGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGeoRegionGroupResponse" + qname = "(CreateGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGeoRegionGroup = + (Operation){ + name = "UpdateGeoRegionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGeoRegionGroupRequest" + qname = "(UpdateGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGeoRegionGroupResponse" + qname = "(UpdateGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGeoRegionGroup = + (Operation){ + name = "DeleteOneGeoRegionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoRegionGroupRequest" + qname = "(DeleteOneGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoRegionGroupResponse" + qname = "(DeleteOneGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGeoRegionGroups = + (Operation){ + name = "GetGeoRegionGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGeoRegionGroupsRequest" + qname = "(GetGeoRegionGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoRegionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGeoRegionGroupsResponse" + qname = "(GetGeoRegionGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoRegionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGeoRegionGroup = + (Operation){ + name = "GetOneGeoRegionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGeoRegionGroupRequest" + qname = "(GetOneGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGeoRegionGroupResponse" + qname = "(GetOneGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGeoNode = + (Operation){ + name = "CreateGeoNode" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGeoNodeRequest" + qname = "(CreateGeoNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGeoNodeResponse" + qname = "(CreateGeoNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGeoNode = + (Operation){ + name = "DeleteOneGeoNode" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoNodeRequest" + qname = "(DeleteOneGeoNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoNodeResponse" + qname = "(DeleteOneGeoNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGeoNodes = + (Operation){ + name = "GetGeoNodes" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGeoNodesRequest" + qname = "(GetGeoNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGeoNodesResponse" + qname = "(GetGeoNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSF = + (Operation){ + name = "CreateDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRequest" + qname = "(CreateDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFResponse" + qname = "(CreateDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSF = + (Operation){ + name = "UpdateDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRequest" + qname = "(UpdateDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFResponse" + qname = "(UpdateDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFs = + (Operation){ + name = "GetDSFs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFsRequest" + qname = "(GetDSFsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFsResponse" + qname = "(GetDSFsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFNotifiers = + (Operation){ + name = "GetDSFNotifiers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFNotifiersRequest" + qname = "(GetDSFNotifiersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFNotifiersResponse" + qname = "(GetDSFNotifiersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSF = + (Operation){ + name = "DeleteOneDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRequest" + qname = "(DeleteOneDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFResponse" + qname = "(DeleteOneDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSF = + (Operation){ + name = "GetOneDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRequest" + qname = "(GetOneDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFResponse" + qname = "(GetOneDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RevertDSF = + (Operation){ + name = "RevertDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RevertDSFRequest" + qname = "(RevertDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RevertDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RevertDSFResponse" + qname = "(RevertDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RevertDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + PublishDSF = + (Operation){ + name = "PublishDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "PublishDSFRequest" + qname = "(PublishDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "PublishDSFResponse" + qname = "(PublishDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddDSFNotifier = + (Operation){ + name = "AddDSFNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddDSFNotifierRequest" + qname = "(AddDSFNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddDSFNotifierResponse" + qname = "(AddDSFNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveDSFNotifier = + (Operation){ + name = "RemoveDSFNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveDSFNotifierRequest" + qname = "(RemoveDSFNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveDSFNotifierResponse" + qname = "(RemoveDSFNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFRuleset = + (Operation){ + name = "CreateDSFRuleset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRulesetRequest" + qname = "(CreateDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFRulesetResponse" + qname = "(CreateDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFRuleset = + (Operation){ + name = "UpdateDSFRuleset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRulesetRequest" + qname = "(UpdateDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRulesetResponse" + qname = "(UpdateDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFRulesets = + (Operation){ + name = "GetDSFRulesets" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFRulesetsRequest" + qname = "(GetDSFRulesetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRulesetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFRulesetsResponse" + qname = "(GetDSFRulesetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRulesetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFRuleset = + (Operation){ + name = "GetOneDSFRuleset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRulesetRequest" + qname = "(GetOneDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRulesetResponse" + qname = "(GetOneDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFRuleset = + (Operation){ + name = "DeleteOneDSFRuleset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRulesetRequest" + qname = "(DeleteOneDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRulesetResponse" + qname = "(DeleteOneDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFResponsePool = + (Operation){ + name = "CreateDSFResponsePool" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFResponsePoolRequest" + qname = "(CreateDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFResponsePoolResponse" + qname = "(CreateDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFResponsePool = + (Operation){ + name = "UpdateDSFResponsePool" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFResponsePoolRequest" + qname = "(UpdateDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFResponsePoolResponse" + qname = "(UpdateDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFResponsePools = + (Operation){ + name = "GetDSFResponsePools" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFResponsePoolsRequest" + qname = "(GetDSFResponsePoolsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFResponsePoolsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFResponsePoolsResponse" + qname = "(GetDSFResponsePoolsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFResponsePoolsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFResponsePool = + (Operation){ + name = "GetOneDSFResponsePool" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFResponsePoolRequest" + qname = "(GetOneDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFResponsePoolResponse" + qname = "(GetOneDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFResponsePool = + (Operation){ + name = "DeleteOneDSFResponsePool" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFResponsePoolRequest" + qname = "(DeleteOneDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFResponsePoolResponse" + qname = "(DeleteOneDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFRecordSetFailoverChain = + (Operation){ + name = "CreateDSFRecordSetFailoverChain" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetFailoverChainRequest" + qname = "(CreateDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetFailoverChainResponse" + qname = "(CreateDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFRecordSetFailoverChain = + (Operation){ + name = "UpdateDSFRecordSetFailoverChain" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetFailoverChainRequest" + qname = "(UpdateDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetFailoverChainResponse" + qname = "(UpdateDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFRecordSetFailoverChains = + (Operation){ + name = "GetDSFRecordSetFailoverChains" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetFailoverChainsRequest" + qname = "(GetDSFRecordSetFailoverChainsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetFailoverChainsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetFailoverChainsResponse" + qname = "(GetDSFRecordSetFailoverChainsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetFailoverChainsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFRecordSetFailoverChain = + (Operation){ + name = "GetOneDSFRecordSetFailoverChain" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetFailoverChainRequest" + qname = "(GetOneDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetFailoverChainResponse" + qname = "(GetOneDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFRecordSetFailoverChain = + (Operation){ + name = "DeleteOneDSFRecordSetFailoverChain" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetFailoverChainRequest" + qname = "(DeleteOneDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetFailoverChainResponse" + qname = "(DeleteOneDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFRecordSet = + (Operation){ + name = "CreateDSFRecordSet" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetRequest" + qname = "(CreateDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetResponse" + qname = "(CreateDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFRecordSet = + (Operation){ + name = "UpdateDSFRecordSet" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetRequest" + qname = "(UpdateDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetResponse" + qname = "(UpdateDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFRecordSet = + (Operation){ + name = "GetOneDSFRecordSet" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetRequest" + qname = "(GetOneDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetResponse" + qname = "(GetOneDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFRecordSets = + (Operation){ + name = "GetDSFRecordSets" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetsRequest" + qname = "(GetDSFRecordSetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetsResponse" + qname = "(GetDSFRecordSetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFRecordSet = + (Operation){ + name = "DeleteOneDSFRecordSet" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetRequest" + qname = "(DeleteOneDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetResponse" + qname = "(DeleteOneDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFRecord = + (Operation){ + name = "CreateDSFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordRequest" + qname = "(CreateDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordResponse" + qname = "(CreateDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFRecord = + (Operation){ + name = "UpdateDSFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordRequest" + qname = "(UpdateDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordResponse" + qname = "(UpdateDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFRecord = + (Operation){ + name = "GetOneDSFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordRequest" + qname = "(GetOneDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordResponse" + qname = "(GetOneDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFRecords = + (Operation){ + name = "GetDSFRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordsRequest" + qname = "(GetDSFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordsResponse" + qname = "(GetDSFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFRecord = + (Operation){ + name = "DeleteOneDSFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordRequest" + qname = "(DeleteOneDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordResponse" + qname = "(DeleteOneDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddDSFNode = + (Operation){ + name = "AddDSFNode" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddDSFNodeRequest" + qname = "(AddDSFNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddDSFNodeResponse" + qname = "(AddDSFNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFNodes = + (Operation){ + name = "UpdateDSFNodes" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFNodesRequest" + qname = "(UpdateDSFNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFNodesResponse" + qname = "(UpdateDSFNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFNodes = + (Operation){ + name = "GetDSFNodes" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFNodesRequest" + qname = "(GetDSFNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFNodesResponse" + qname = "(GetDSFNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFNode = + (Operation){ + name = "DeleteOneDSFNode" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFNodeRequest" + qname = "(DeleteOneDSFNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFNodeResponse" + qname = "(DeleteOneDSFNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFMonitor = + (Operation){ + name = "CreateDSFMonitor" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFMonitorRequest" + qname = "(CreateDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFMonitorResponse" + qname = "(CreateDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFMonitor = + (Operation){ + name = "UpdateDSFMonitor" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFMonitorRequest" + qname = "(UpdateDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFMonitorResponse" + qname = "(UpdateDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFMonitor = + (Operation){ + name = "GetOneDSFMonitor" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFMonitorRequest" + qname = "(GetOneDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFMonitorResponse" + qname = "(GetOneDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFMonitors = + (Operation){ + name = "GetDSFMonitors" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorsRequest" + qname = "(GetDSFMonitorsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorsResponse" + qname = "(GetDSFMonitorsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFMonitor = + (Operation){ + name = "DeleteOneDSFMonitor" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFMonitorRequest" + qname = "(DeleteOneDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFMonitorResponse" + qname = "(DeleteOneDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddDSFMonitorNotifier = + (Operation){ + name = "AddDSFMonitorNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddDSFMonitorNotifierRequest" + qname = "(AddDSFMonitorNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFMonitorNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddDSFMonitorNotifierResponse" + qname = "(AddDSFMonitorNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFMonitorNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFMonitorSites = + (Operation){ + name = "GetDSFMonitorSites" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorSitesRequest" + qname = "(GetDSFMonitorSitesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorSitesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorSitesResponse" + qname = "(GetDSFMonitorSitesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorSitesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateNotifier = + (Operation){ + name = "CreateNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateNotifierRequest" + qname = "(CreateNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateNotifierResponse" + qname = "(CreateNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateNotifier = + (Operation){ + name = "UpdateNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateNotifierRequest" + qname = "(UpdateNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateNotifierResponse" + qname = "(UpdateNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneNotifier = + (Operation){ + name = "GetOneNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneNotifierRequest" + qname = "(GetOneNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneNotifierResponse" + qname = "(GetOneNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNotifiers = + (Operation){ + name = "GetNotifiers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNotifiersRequest" + qname = "(GetNotifiersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNotifiersResponse" + qname = "(GetNotifiersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneNotifier = + (Operation){ + name = "DeleteOneNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneNotifierRequest" + qname = "(DeleteOneNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneNotifierResponse" + qname = "(DeleteOneNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateConfigLimit = + (Operation){ + name = "CreateConfigLimit" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateConfigLimitRequest" + qname = "(CreateConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateConfigLimitResponse" + qname = "(CreateConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneConfigLimit = + (Operation){ + name = "GetOneConfigLimit" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneConfigLimitRequest" + qname = "(GetOneConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneConfigLimitResponse" + qname = "(GetOneConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetConfigLimits = + (Operation){ + name = "GetConfigLimits" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetConfigLimitsRequest" + qname = "(GetConfigLimitsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetConfigLimitsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetConfigLimitsResponse" + qname = "(GetConfigLimitsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetConfigLimitsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateConfigLimit = + (Operation){ + name = "UpdateConfigLimit" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateConfigLimitRequest" + qname = "(UpdateConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateConfigLimitResponse" + qname = "(UpdateConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneConfigLimit = + (Operation){ + name = "DeleteOneConfigLimit" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneConfigLimitRequest" + qname = "(DeleteOneConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneConfigLimitResponse" + qname = "(DeleteOneConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreatePermissionGroup = + (Operation){ + name = "CreatePermissionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreatePermissionGroupRequest" + qname = "(CreatePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreatePermissionGroupResponse" + qname = "(CreatePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOnePermissionGroup = + (Operation){ + name = "GetOnePermissionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOnePermissionGroupRequest" + qname = "(GetOnePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOnePermissionGroupResponse" + qname = "(GetOnePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetPermissionGroups = + (Operation){ + name = "GetPermissionGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetPermissionGroupsRequest" + qname = "(GetPermissionGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPermissionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetPermissionGroupsResponse" + qname = "(GetPermissionGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPermissionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOnePermissionGroup = + (Operation){ + name = "DeleteOnePermissionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOnePermissionGroupRequest" + qname = "(DeleteOnePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOnePermissionGroupResponse" + qname = "(DeleteOnePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdatePermissionGroup = + (Operation){ + name = "UpdatePermissionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdatePermissionGroupRequest" + qname = "(UpdatePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdatePermissionGroupResponse" + qname = "(UpdatePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomerPermissions = + (Operation){ + name = "GetCustomerPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomerPermissionsRequest" + qname = "(GetCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomerPermissionsResponse" + qname = "(GetCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetUserPermissions = + (Operation){ + name = "GetUserPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetUserPermissionsRequest" + qname = "(GetUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetUserPermissionsResponse" + qname = "(GetUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CheckPermissions = + (Operation){ + name = "CheckPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CheckPermissionsRequest" + qname = "(CheckPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CheckPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CheckPermissionsResponse" + qname = "(CheckPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CheckPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddPermissionGroupUsers = + (Operation){ + name = "AddPermissionGroupUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupUsersRequest" + qname = "(AddPermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupUsersResponse" + qname = "(AddPermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetPermissionGroupUsers = + (Operation){ + name = "SetPermissionGroupUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupUsersRequest" + qname = "(SetPermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupUsersResponse" + qname = "(SetPermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemovePermissionGroupUsers = + (Operation){ + name = "RemovePermissionGroupUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupUsersRequest" + qname = "(RemovePermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupUsersResponse" + qname = "(RemovePermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddPermissionGroupSubgroups = + (Operation){ + name = "AddPermissionGroupSubgroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupSubgroupsRequest" + qname = "(AddPermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupSubgroupsResponse" + qname = "(AddPermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetPermissionGroupSubgroups = + (Operation){ + name = "SetPermissionGroupSubgroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupSubgroupsRequest" + qname = "(SetPermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupSubgroupsResponse" + qname = "(SetPermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemovePermissionGroupSubgroups = + (Operation){ + name = "RemovePermissionGroupSubgroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupSubgroupsRequest" + qname = "(RemovePermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupSubgroupsResponse" + qname = "(RemovePermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddPermissionGroupPermissions = + (Operation){ + name = "AddPermissionGroupPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupPermissionsRequest" + qname = "(AddPermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupPermissionsResponse" + qname = "(AddPermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetPermissionGroupPermissions = + (Operation){ + name = "SetPermissionGroupPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupPermissionsRequest" + qname = "(SetPermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupPermissionsResponse" + qname = "(SetPermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemovePermissionGroupPermissions = + (Operation){ + name = "RemovePermissionGroupPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupPermissionsRequest" + qname = "(RemovePermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupPermissionsResponse" + qname = "(RemovePermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddPermissionGroupZones = + (Operation){ + name = "AddPermissionGroupZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupZonesRequest" + qname = "(AddPermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupZonesResponse" + qname = "(AddPermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetPermissionGroupZones = + (Operation){ + name = "SetPermissionGroupZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupZonesRequest" + qname = "(SetPermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupZonesResponse" + qname = "(SetPermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemovePermissionGroupZones = + (Operation){ + name = "RemovePermissionGroupZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupZonesRequest" + qname = "(RemovePermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupZonesResponse" + qname = "(RemovePermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddUserGroups = + (Operation){ + name = "AddUserGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddUserGroupsRequest" + qname = "(AddUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddUserGroupsResponse" + qname = "(AddUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetUserGroups = + (Operation){ + name = "SetUserGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetUserGroupsRequest" + qname = "(SetUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetUserGroupsResponse" + qname = "(SetUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveUserGroups = + (Operation){ + name = "RemoveUserGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveUserGroupsRequest" + qname = "(RemoveUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveUserGroupsResponse" + qname = "(RemoveUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddUserZones = + (Operation){ + name = "AddUserZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddUserZonesRequest" + qname = "(AddUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddUserZonesResponse" + qname = "(AddUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetUserZones = + (Operation){ + name = "SetUserZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetUserZonesRequest" + qname = "(SetUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetUserZonesResponse" + qname = "(SetUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveUserZones = + (Operation){ + name = "RemoveUserZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveUserZonesRequest" + qname = "(RemoveUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveUserZonesResponse" + qname = "(RemoveUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddUserPermissions = + (Operation){ + name = "AddUserPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddUserPermissionsRequest" + qname = "(AddUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddUserPermissionsResponse" + qname = "(AddUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetUserPermissions = + (Operation){ + name = "SetUserPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetUserPermissionsRequest" + qname = "(SetUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetUserPermissionsResponse" + qname = "(SetUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveUserPermissions = + (Operation){ + name = "RemoveUserPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveUserPermissionsRequest" + qname = "(RemoveUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveUserPermissionsResponse" + qname = "(RemoveUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddUserForbids = + (Operation){ + name = "AddUserForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddUserForbidsRequest" + qname = "(AddUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddUserForbidsResponse" + qname = "(AddUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetUserForbids = + (Operation){ + name = "SetUserForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetUserForbidsRequest" + qname = "(SetUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetUserForbidsResponse" + qname = "(SetUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveUserForbids = + (Operation){ + name = "RemoveUserForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveUserForbidsRequest" + qname = "(RemoveUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveUserForbidsResponse" + qname = "(RemoveUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddCustomerPermissions = + (Operation){ + name = "AddCustomerPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddCustomerPermissionsRequest" + qname = "(AddCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddCustomerPermissionsResponse" + qname = "(AddCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetCustomerPermissions = + (Operation){ + name = "SetCustomerPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetCustomerPermissionsRequest" + qname = "(SetCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetCustomerPermissionsResponse" + qname = "(SetCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveCustomerPermissions = + (Operation){ + name = "RemoveCustomerPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerPermissionsRequest" + qname = "(RemoveCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerPermissionsResponse" + qname = "(RemoveCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddCustomerForbids = + (Operation){ + name = "AddCustomerForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddCustomerForbidsRequest" + qname = "(AddCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddCustomerForbidsResponse" + qname = "(AddCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetCustomerForbids = + (Operation){ + name = "SetCustomerForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetCustomerForbidsRequest" + qname = "(SetCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetCustomerForbidsResponse" + qname = "(SetCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveCustomerForbids = + (Operation){ + name = "RemoveCustomerForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerForbidsRequest" + qname = "(RemoveCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerForbidsResponse" + qname = "(RemoveCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetHostStatsFlags = + (Operation){ + name = "GetHostStatsFlags" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetHostStatsFlagsRequest" + qname = "(GetHostStatsFlagsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetHostStatsFlagsResponse" + qname = "(GetHostStatsFlagsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetHostStatsFlags = + (Operation){ + name = "SetHostStatsFlags" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetHostStatsFlagsRequest" + qname = "(SetHostStatsFlagsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetHostStatsFlagsResponse" + qname = "(SetHostStatsFlagsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateTSIGKey = + (Operation){ + name = "CreateTSIGKey" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateTSIGKeyRequest" + qname = "(CreateTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateTSIGKeyResponse" + qname = "(CreateTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneTSIGKey = + (Operation){ + name = "GetOneTSIGKey" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneTSIGKeyRequest" + qname = "(GetOneTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneTSIGKeyResponse" + qname = "(GetOneTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTSIGKeys = + (Operation){ + name = "GetTSIGKeys" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTSIGKeysRequest" + qname = "(GetTSIGKeysRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTSIGKeysRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTSIGKeysResponse" + qname = "(GetTSIGKeysResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTSIGKeysResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateTSIGKey = + (Operation){ + name = "UpdateTSIGKey" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateTSIGKeyRequest" + qname = "(UpdateTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateTSIGKeyResponse" + qname = "(UpdateTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneTSIGKey = + (Operation){ + name = "DeleteOneTSIGKey" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneTSIGKeyRequest" + qname = "(DeleteOneTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneTSIGKeyResponse" + qname = "(DeleteOneTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateZone = + (Operation){ + name = "CreateZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateZoneRequest" + qname = "(CreateZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateZoneResponse" + qname = "(CreateZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneZone = + (Operation){ + name = "GetOneZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneZoneRequest" + qname = "(GetOneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneZoneResponse" + qname = "(GetOneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZones = + (Operation){ + name = "GetZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZonesRequest" + qname = "(GetZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZonesResponse" + qname = "(GetZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneZone = + (Operation){ + name = "DeleteOneZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneZoneRequest" + qname = "(DeleteOneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneZoneResponse" + qname = "(DeleteOneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateSecondaryZone = + (Operation){ + name = "CreateSecondaryZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateSecondaryZoneRequest" + qname = "(CreateSecondaryZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSecondaryZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateSecondaryZoneResponse" + qname = "(CreateSecondaryZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSecondaryZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSecondary = + (Operation){ + name = "UpdateSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSecondaryRequest" + qname = "(UpdateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSecondaryResponse" + qname = "(UpdateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateSecondary = + (Operation){ + name = "ActivateSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateSecondaryRequest" + qname = "(ActivateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateSecondaryResponse" + qname = "(ActivateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateSecondary = + (Operation){ + name = "DeactivateSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateSecondaryRequest" + qname = "(DeactivateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateSecondaryResponse" + qname = "(DeactivateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RetransferSecondary = + (Operation){ + name = "RetransferSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RetransferSecondaryRequest" + qname = "(RetransferSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RetransferSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RetransferSecondaryResponse" + qname = "(RetransferSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RetransferSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSecondary = + (Operation){ + name = "GetOneSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSecondaryRequest" + qname = "(GetOneSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSecondaryResponse" + qname = "(GetOneSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSecondaries = + (Operation){ + name = "GetSecondaries" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSecondariesRequest" + qname = "(GetSecondariesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSecondariesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSecondariesResponse" + qname = "(GetSecondariesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSecondariesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneApex = + (Operation){ + name = "GetZoneApex" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneApexRequest" + qname = "(GetZoneApexRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneApexRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneApexResponse" + qname = "(GetZoneApexResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneApexResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateARecord = + (Operation){ + name = "CreateARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateARecordRequest" + qname = "(CreateARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateARecordResponse" + qname = "(CreateARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneARecord = + (Operation){ + name = "GetOneARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneARecordRequest" + qname = "(GetOneARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneARecordResponse" + qname = "(GetOneARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetARecords = + (Operation){ + name = "GetARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetARecordsRequest" + qname = "(GetARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetARecordsResponse" + qname = "(GetARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateARecord = + (Operation){ + name = "UpdateARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateARecordRequest" + qname = "(UpdateARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateARecordResponse" + qname = "(UpdateARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteARecords = + (Operation){ + name = "DeleteARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteARecordsRequest" + qname = "(DeleteARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteARecordsResponse" + qname = "(DeleteARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneARecord = + (Operation){ + name = "DeleteOneARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneARecordRequest" + qname = "(DeleteOneARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneARecordResponse" + qname = "(DeleteOneARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateAAAARecord = + (Operation){ + name = "CreateAAAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateAAAARecordRequest" + qname = "(CreateAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateAAAARecordResponse" + qname = "(CreateAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneAAAARecord = + (Operation){ + name = "GetOneAAAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneAAAARecordRequest" + qname = "(GetOneAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneAAAARecordResponse" + qname = "(GetOneAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAAAARecords = + (Operation){ + name = "GetAAAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAAAARecordsRequest" + qname = "(GetAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAAAARecordsResponse" + qname = "(GetAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateAAAARecord = + (Operation){ + name = "UpdateAAAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateAAAARecordRequest" + qname = "(UpdateAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateAAAARecordResponse" + qname = "(UpdateAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteAAAARecords = + (Operation){ + name = "DeleteAAAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteAAAARecordsRequest" + qname = "(DeleteAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteAAAARecordsResponse" + qname = "(DeleteAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneAAAARecord = + (Operation){ + name = "DeleteOneAAAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneAAAARecordRequest" + qname = "(DeleteOneAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneAAAARecordResponse" + qname = "(DeleteOneAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateALIASRecord = + (Operation){ + name = "CreateALIASRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateALIASRecordRequest" + qname = "(CreateALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateALIASRecordResponse" + qname = "(CreateALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneALIASRecord = + (Operation){ + name = "GetOneALIASRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneALIASRecordRequest" + qname = "(GetOneALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneALIASRecordResponse" + qname = "(GetOneALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetALIASRecords = + (Operation){ + name = "GetALIASRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetALIASRecordsRequest" + qname = "(GetALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetALIASRecordsResponse" + qname = "(GetALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateALIASRecord = + (Operation){ + name = "UpdateALIASRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateALIASRecordRequest" + qname = "(UpdateALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateALIASRecordResponse" + qname = "(UpdateALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteALIASRecords = + (Operation){ + name = "DeleteALIASRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteALIASRecordsRequest" + qname = "(DeleteALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteALIASRecordsResponse" + qname = "(DeleteALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneALIASRecord = + (Operation){ + name = "DeleteOneALIASRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneALIASRecordRequest" + qname = "(DeleteOneALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneALIASRecordResponse" + qname = "(DeleteOneALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCAARecord = + (Operation){ + name = "CreateCAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCAARecordRequest" + qname = "(CreateCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCAARecordResponse" + qname = "(CreateCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCAARecord = + (Operation){ + name = "GetOneCAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCAARecordRequest" + qname = "(GetOneCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCAARecordResponse" + qname = "(GetOneCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCAARecords = + (Operation){ + name = "GetCAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCAARecordsRequest" + qname = "(GetCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCAARecordsResponse" + qname = "(GetCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCAARecord = + (Operation){ + name = "UpdateCAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCAARecordRequest" + qname = "(UpdateCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCAARecordResponse" + qname = "(UpdateCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCAARecords = + (Operation){ + name = "DeleteCAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCAARecordsRequest" + qname = "(DeleteCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCAARecordsResponse" + qname = "(DeleteCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCAARecord = + (Operation){ + name = "DeleteOneCAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCAARecordRequest" + qname = "(DeleteOneCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCAARecordResponse" + qname = "(DeleteOneCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCDNSKEYRecord = + (Operation){ + name = "CreateCDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCDNSKEYRecordRequest" + qname = "(CreateCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCDNSKEYRecordResponse" + qname = "(CreateCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCDNSKEYRecord = + (Operation){ + name = "GetOneCDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCDNSKEYRecordRequest" + qname = "(GetOneCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCDNSKEYRecordResponse" + qname = "(GetOneCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCDNSKEYRecords = + (Operation){ + name = "GetCDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCDNSKEYRecordsRequest" + qname = "(GetCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCDNSKEYRecordsResponse" + qname = "(GetCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCDNSKEYRecord = + (Operation){ + name = "UpdateCDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCDNSKEYRecordRequest" + qname = "(UpdateCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCDNSKEYRecordResponse" + qname = "(UpdateCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCDNSKEYRecords = + (Operation){ + name = "DeleteCDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCDNSKEYRecordsRequest" + qname = "(DeleteCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCDNSKEYRecordsResponse" + qname = "(DeleteCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCDNSKEYRecord = + (Operation){ + name = "DeleteOneCDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDNSKEYRecordRequest" + qname = "(DeleteOneCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDNSKEYRecordResponse" + qname = "(DeleteOneCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCDSRecord = + (Operation){ + name = "CreateCDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCDSRecordRequest" + qname = "(CreateCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCDSRecordResponse" + qname = "(CreateCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCDSRecord = + (Operation){ + name = "GetOneCDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCDSRecordRequest" + qname = "(GetOneCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCDSRecordResponse" + qname = "(GetOneCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCDSRecords = + (Operation){ + name = "GetCDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCDSRecordsRequest" + qname = "(GetCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCDSRecordsResponse" + qname = "(GetCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCDSRecord = + (Operation){ + name = "UpdateCDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCDSRecordRequest" + qname = "(UpdateCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCDSRecordResponse" + qname = "(UpdateCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCDSRecords = + (Operation){ + name = "DeleteCDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCDSRecordsRequest" + qname = "(DeleteCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCDSRecordsResponse" + qname = "(DeleteCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCDSRecord = + (Operation){ + name = "DeleteOneCDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDSRecordRequest" + qname = "(DeleteOneCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDSRecordResponse" + qname = "(DeleteOneCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCERTRecord = + (Operation){ + name = "CreateCERTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCERTRecordRequest" + qname = "(CreateCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCERTRecordResponse" + qname = "(CreateCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCERTRecord = + (Operation){ + name = "GetOneCERTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCERTRecordRequest" + qname = "(GetOneCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCERTRecordResponse" + qname = "(GetOneCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCERTRecords = + (Operation){ + name = "GetCERTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCERTRecordsRequest" + qname = "(GetCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCERTRecordsResponse" + qname = "(GetCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCERTRecord = + (Operation){ + name = "UpdateCERTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCERTRecordRequest" + qname = "(UpdateCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCERTRecordResponse" + qname = "(UpdateCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCERTRecords = + (Operation){ + name = "DeleteCERTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCERTRecordsRequest" + qname = "(DeleteCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCERTRecordsResponse" + qname = "(DeleteCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCERTRecord = + (Operation){ + name = "DeleteOneCERTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCERTRecordRequest" + qname = "(DeleteOneCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCERTRecordResponse" + qname = "(DeleteOneCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCNAMERecord = + (Operation){ + name = "CreateCNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCNAMERecordRequest" + qname = "(CreateCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCNAMERecordResponse" + qname = "(CreateCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCNAMERecord = + (Operation){ + name = "GetOneCNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCNAMERecordRequest" + qname = "(GetOneCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCNAMERecordResponse" + qname = "(GetOneCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCNAMERecords = + (Operation){ + name = "GetCNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCNAMERecordsRequest" + qname = "(GetCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCNAMERecordsResponse" + qname = "(GetCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCNAMERecord = + (Operation){ + name = "UpdateCNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCNAMERecordRequest" + qname = "(UpdateCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCNAMERecordResponse" + qname = "(UpdateCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCNAMERecords = + (Operation){ + name = "DeleteCNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCNAMERecordsRequest" + qname = "(DeleteCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCNAMERecordsResponse" + qname = "(DeleteCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCNAMERecord = + (Operation){ + name = "DeleteOneCNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCNAMERecordRequest" + qname = "(DeleteOneCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCNAMERecordResponse" + qname = "(DeleteOneCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCSYNCRecord = + (Operation){ + name = "CreateCSYNCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCSYNCRecordRequest" + qname = "(CreateCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCSYNCRecordResponse" + qname = "(CreateCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCSYNCRecord = + (Operation){ + name = "GetOneCSYNCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCSYNCRecordRequest" + qname = "(GetOneCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCSYNCRecordResponse" + qname = "(GetOneCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCSYNCRecords = + (Operation){ + name = "GetCSYNCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCSYNCRecordsRequest" + qname = "(GetCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCSYNCRecordsResponse" + qname = "(GetCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCSYNCRecord = + (Operation){ + name = "UpdateCSYNCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCSYNCRecordRequest" + qname = "(UpdateCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCSYNCRecordResponse" + qname = "(UpdateCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCSYNCRecords = + (Operation){ + name = "DeleteCSYNCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCSYNCRecordsRequest" + qname = "(DeleteCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCSYNCRecordsResponse" + qname = "(DeleteCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCSYNCRecord = + (Operation){ + name = "DeleteOneCSYNCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCSYNCRecordRequest" + qname = "(DeleteOneCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCSYNCRecordResponse" + qname = "(DeleteOneCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDHCIDRecord = + (Operation){ + name = "CreateDHCIDRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDHCIDRecordRequest" + qname = "(CreateDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDHCIDRecordResponse" + qname = "(CreateDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDHCIDRecord = + (Operation){ + name = "GetOneDHCIDRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDHCIDRecordRequest" + qname = "(GetOneDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDHCIDRecordResponse" + qname = "(GetOneDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDHCIDRecords = + (Operation){ + name = "GetDHCIDRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDHCIDRecordsRequest" + qname = "(GetDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDHCIDRecordsResponse" + qname = "(GetDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDHCIDRecord = + (Operation){ + name = "UpdateDHCIDRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDHCIDRecordRequest" + qname = "(UpdateDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDHCIDRecordResponse" + qname = "(UpdateDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteDHCIDRecords = + (Operation){ + name = "DeleteDHCIDRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteDHCIDRecordsRequest" + qname = "(DeleteDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteDHCIDRecordsResponse" + qname = "(DeleteDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDHCIDRecord = + (Operation){ + name = "DeleteOneDHCIDRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDHCIDRecordRequest" + qname = "(DeleteOneDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDHCIDRecordResponse" + qname = "(DeleteOneDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDNAMERecord = + (Operation){ + name = "CreateDNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDNAMERecordRequest" + qname = "(CreateDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDNAMERecordResponse" + qname = "(CreateDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDNAMERecord = + (Operation){ + name = "GetOneDNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDNAMERecordRequest" + qname = "(GetOneDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDNAMERecordResponse" + qname = "(GetOneDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDNAMERecords = + (Operation){ + name = "GetDNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDNAMERecordsRequest" + qname = "(GetDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDNAMERecordsResponse" + qname = "(GetDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDNAMERecord = + (Operation){ + name = "UpdateDNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDNAMERecordRequest" + qname = "(UpdateDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDNAMERecordResponse" + qname = "(UpdateDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteDNAMERecords = + (Operation){ + name = "DeleteDNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteDNAMERecordsRequest" + qname = "(DeleteDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteDNAMERecordsResponse" + qname = "(DeleteDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDNAMERecord = + (Operation){ + name = "DeleteOneDNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNAMERecordRequest" + qname = "(DeleteOneDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNAMERecordResponse" + qname = "(DeleteOneDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDNSKEYRecord = + (Operation){ + name = "CreateDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDNSKEYRecordRequest" + qname = "(CreateDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDNSKEYRecordResponse" + qname = "(CreateDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDNSKEYRecord = + (Operation){ + name = "GetOneDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDNSKEYRecordRequest" + qname = "(GetOneDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDNSKEYRecordResponse" + qname = "(GetOneDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDNSKEYRecords = + (Operation){ + name = "GetDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDNSKEYRecordsRequest" + qname = "(GetDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDNSKEYRecordsResponse" + qname = "(GetDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDNSKEYRecord = + (Operation){ + name = "UpdateDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDNSKEYRecordRequest" + qname = "(UpdateDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDNSKEYRecordResponse" + qname = "(UpdateDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteDNSKEYRecords = + (Operation){ + name = "DeleteDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteDNSKEYRecordsRequest" + qname = "(DeleteDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteDNSKEYRecordsResponse" + qname = "(DeleteDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDNSKEYRecord = + (Operation){ + name = "DeleteOneDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSKEYRecordRequest" + qname = "(DeleteOneDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSKEYRecordResponse" + qname = "(DeleteOneDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSRecord = + (Operation){ + name = "CreateDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSRecordRequest" + qname = "(CreateDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSRecordResponse" + qname = "(CreateDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSRecord = + (Operation){ + name = "GetOneDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSRecordRequest" + qname = "(GetOneDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSRecordResponse" + qname = "(GetOneDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSRecords = + (Operation){ + name = "GetDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSRecordsRequest" + qname = "(GetDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSRecordsResponse" + qname = "(GetDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSRecord = + (Operation){ + name = "UpdateDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSRecordRequest" + qname = "(UpdateDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSRecordResponse" + qname = "(UpdateDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteDSRecords = + (Operation){ + name = "DeleteDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteDSRecordsRequest" + qname = "(DeleteDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteDSRecordsResponse" + qname = "(DeleteDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSRecord = + (Operation){ + name = "DeleteOneDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSRecordRequest" + qname = "(DeleteOneDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSRecordResponse" + qname = "(DeleteOneDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateIPSECKEYRecord = + (Operation){ + name = "CreateIPSECKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateIPSECKEYRecordRequest" + qname = "(CreateIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateIPSECKEYRecordResponse" + qname = "(CreateIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneIPSECKEYRecord = + (Operation){ + name = "GetOneIPSECKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneIPSECKEYRecordRequest" + qname = "(GetOneIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneIPSECKEYRecordResponse" + qname = "(GetOneIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetIPSECKEYRecords = + (Operation){ + name = "GetIPSECKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetIPSECKEYRecordsRequest" + qname = "(GetIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetIPSECKEYRecordsResponse" + qname = "(GetIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateIPSECKEYRecord = + (Operation){ + name = "UpdateIPSECKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateIPSECKEYRecordRequest" + qname = "(UpdateIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateIPSECKEYRecordResponse" + qname = "(UpdateIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteIPSECKEYRecords = + (Operation){ + name = "DeleteIPSECKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteIPSECKEYRecordsRequest" + qname = "(DeleteIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteIPSECKEYRecordsResponse" + qname = "(DeleteIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneIPSECKEYRecord = + (Operation){ + name = "DeleteOneIPSECKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPSECKEYRecordRequest" + qname = "(DeleteOneIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPSECKEYRecordResponse" + qname = "(DeleteOneIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateKEYRecord = + (Operation){ + name = "CreateKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateKEYRecordRequest" + qname = "(CreateKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateKEYRecordResponse" + qname = "(CreateKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneKEYRecord = + (Operation){ + name = "GetOneKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneKEYRecordRequest" + qname = "(GetOneKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneKEYRecordResponse" + qname = "(GetOneKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetKEYRecords = + (Operation){ + name = "GetKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetKEYRecordsRequest" + qname = "(GetKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetKEYRecordsResponse" + qname = "(GetKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateKEYRecord = + (Operation){ + name = "UpdateKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateKEYRecordRequest" + qname = "(UpdateKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateKEYRecordResponse" + qname = "(UpdateKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteKEYRecords = + (Operation){ + name = "DeleteKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteKEYRecordsRequest" + qname = "(DeleteKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteKEYRecordsResponse" + qname = "(DeleteKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneKEYRecord = + (Operation){ + name = "DeleteOneKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneKEYRecordRequest" + qname = "(DeleteOneKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneKEYRecordResponse" + qname = "(DeleteOneKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateKXRecord = + (Operation){ + name = "CreateKXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateKXRecordRequest" + qname = "(CreateKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateKXRecordResponse" + qname = "(CreateKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneKXRecord = + (Operation){ + name = "GetOneKXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneKXRecordRequest" + qname = "(GetOneKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneKXRecordResponse" + qname = "(GetOneKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetKXRecords = + (Operation){ + name = "GetKXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetKXRecordsRequest" + qname = "(GetKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetKXRecordsResponse" + qname = "(GetKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateKXRecord = + (Operation){ + name = "UpdateKXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateKXRecordRequest" + qname = "(UpdateKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateKXRecordResponse" + qname = "(UpdateKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteKXRecords = + (Operation){ + name = "DeleteKXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteKXRecordsRequest" + qname = "(DeleteKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteKXRecordsResponse" + qname = "(DeleteKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneKXRecord = + (Operation){ + name = "DeleteOneKXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneKXRecordRequest" + qname = "(DeleteOneKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneKXRecordResponse" + qname = "(DeleteOneKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateLOCRecord = + (Operation){ + name = "CreateLOCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateLOCRecordRequest" + qname = "(CreateLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateLOCRecordResponse" + qname = "(CreateLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneLOCRecord = + (Operation){ + name = "GetOneLOCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneLOCRecordRequest" + qname = "(GetOneLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneLOCRecordResponse" + qname = "(GetOneLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetLOCRecords = + (Operation){ + name = "GetLOCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetLOCRecordsRequest" + qname = "(GetLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetLOCRecordsResponse" + qname = "(GetLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateLOCRecord = + (Operation){ + name = "UpdateLOCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateLOCRecordRequest" + qname = "(UpdateLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateLOCRecordResponse" + qname = "(UpdateLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteLOCRecords = + (Operation){ + name = "DeleteLOCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteLOCRecordsRequest" + qname = "(DeleteLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteLOCRecordsResponse" + qname = "(DeleteLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneLOCRecord = + (Operation){ + name = "DeleteOneLOCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneLOCRecordRequest" + qname = "(DeleteOneLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneLOCRecordResponse" + qname = "(DeleteOneLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateMXRecord = + (Operation){ + name = "CreateMXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateMXRecordRequest" + qname = "(CreateMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateMXRecordResponse" + qname = "(CreateMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneMXRecord = + (Operation){ + name = "GetOneMXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneMXRecordRequest" + qname = "(GetOneMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneMXRecordResponse" + qname = "(GetOneMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetMXRecords = + (Operation){ + name = "GetMXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetMXRecordsRequest" + qname = "(GetMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetMXRecordsResponse" + qname = "(GetMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateMXRecord = + (Operation){ + name = "UpdateMXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateMXRecordRequest" + qname = "(UpdateMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateMXRecordResponse" + qname = "(UpdateMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteMXRecords = + (Operation){ + name = "DeleteMXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteMXRecordsRequest" + qname = "(DeleteMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteMXRecordsResponse" + qname = "(DeleteMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneMXRecord = + (Operation){ + name = "DeleteOneMXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneMXRecordRequest" + qname = "(DeleteOneMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneMXRecordResponse" + qname = "(DeleteOneMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateNAPTRRecord = + (Operation){ + name = "CreateNAPTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateNAPTRRecordRequest" + qname = "(CreateNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateNAPTRRecordResponse" + qname = "(CreateNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneNAPTRRecord = + (Operation){ + name = "GetOneNAPTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneNAPTRRecordRequest" + qname = "(GetOneNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneNAPTRRecordResponse" + qname = "(GetOneNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNAPTRRecords = + (Operation){ + name = "GetNAPTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNAPTRRecordsRequest" + qname = "(GetNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNAPTRRecordsResponse" + qname = "(GetNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateNAPTRRecord = + (Operation){ + name = "UpdateNAPTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateNAPTRRecordRequest" + qname = "(UpdateNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateNAPTRRecordResponse" + qname = "(UpdateNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteNAPTRRecords = + (Operation){ + name = "DeleteNAPTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteNAPTRRecordsRequest" + qname = "(DeleteNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteNAPTRRecordsResponse" + qname = "(DeleteNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneNAPTRRecord = + (Operation){ + name = "DeleteOneNAPTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneNAPTRRecordRequest" + qname = "(DeleteOneNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneNAPTRRecordResponse" + qname = "(DeleteOneNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateNSAPRecord = + (Operation){ + name = "CreateNSAPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateNSAPRecordRequest" + qname = "(CreateNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateNSAPRecordResponse" + qname = "(CreateNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneNSAPRecord = + (Operation){ + name = "GetOneNSAPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneNSAPRecordRequest" + qname = "(GetOneNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneNSAPRecordResponse" + qname = "(GetOneNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNSAPRecords = + (Operation){ + name = "GetNSAPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNSAPRecordsRequest" + qname = "(GetNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNSAPRecordsResponse" + qname = "(GetNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateNSAPRecord = + (Operation){ + name = "UpdateNSAPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateNSAPRecordRequest" + qname = "(UpdateNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateNSAPRecordResponse" + qname = "(UpdateNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteNSAPRecords = + (Operation){ + name = "DeleteNSAPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteNSAPRecordsRequest" + qname = "(DeleteNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteNSAPRecordsResponse" + qname = "(DeleteNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneNSAPRecord = + (Operation){ + name = "DeleteOneNSAPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSAPRecordRequest" + qname = "(DeleteOneNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSAPRecordResponse" + qname = "(DeleteOneNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreatePOLICYRecord = + (Operation){ + name = "CreatePOLICYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreatePOLICYRecordRequest" + qname = "(CreatePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreatePOLICYRecordResponse" + qname = "(CreatePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOnePOLICYRecord = + (Operation){ + name = "GetOnePOLICYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOnePOLICYRecordRequest" + qname = "(GetOnePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOnePOLICYRecordResponse" + qname = "(GetOnePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetPOLICYRecords = + (Operation){ + name = "GetPOLICYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetPOLICYRecordsRequest" + qname = "(GetPOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetPOLICYRecordsResponse" + qname = "(GetPOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdatePOLICYRecord = + (Operation){ + name = "UpdatePOLICYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdatePOLICYRecordRequest" + qname = "(UpdatePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdatePOLICYRecordResponse" + qname = "(UpdatePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeletePOLICYRecords = + (Operation){ + name = "DeletePOLICYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeletePOLICYRecordsRequest" + qname = "(DeletePOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeletePOLICYRecordsResponse" + qname = "(DeletePOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOnePOLICYRecord = + (Operation){ + name = "DeleteOnePOLICYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOnePOLICYRecordRequest" + qname = "(DeleteOnePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOnePOLICYRecordResponse" + qname = "(DeleteOnePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreatePTRRecord = + (Operation){ + name = "CreatePTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreatePTRRecordRequest" + qname = "(CreatePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreatePTRRecordResponse" + qname = "(CreatePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOnePTRRecord = + (Operation){ + name = "GetOnePTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOnePTRRecordRequest" + qname = "(GetOnePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOnePTRRecordResponse" + qname = "(GetOnePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetPTRRecords = + (Operation){ + name = "GetPTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetPTRRecordsRequest" + qname = "(GetPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetPTRRecordsResponse" + qname = "(GetPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdatePTRRecord = + (Operation){ + name = "UpdatePTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdatePTRRecordRequest" + qname = "(UpdatePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdatePTRRecordResponse" + qname = "(UpdatePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeletePTRRecords = + (Operation){ + name = "DeletePTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeletePTRRecordsRequest" + qname = "(DeletePTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeletePTRRecordsResponse" + qname = "(DeletePTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOnePTRRecord = + (Operation){ + name = "DeleteOnePTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOnePTRRecordRequest" + qname = "(DeleteOnePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOnePTRRecordResponse" + qname = "(DeleteOnePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreatePXRecord = + (Operation){ + name = "CreatePXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreatePXRecordRequest" + qname = "(CreatePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreatePXRecordResponse" + qname = "(CreatePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOnePXRecord = + (Operation){ + name = "GetOnePXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOnePXRecordRequest" + qname = "(GetOnePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOnePXRecordResponse" + qname = "(GetOnePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetPXRecords = + (Operation){ + name = "GetPXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetPXRecordsRequest" + qname = "(GetPXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetPXRecordsResponse" + qname = "(GetPXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdatePXRecord = + (Operation){ + name = "UpdatePXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdatePXRecordRequest" + qname = "(UpdatePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdatePXRecordResponse" + qname = "(UpdatePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeletePXRecords = + (Operation){ + name = "DeletePXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeletePXRecordsRequest" + qname = "(DeletePXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeletePXRecordsResponse" + qname = "(DeletePXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOnePXRecord = + (Operation){ + name = "DeleteOnePXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOnePXRecordRequest" + qname = "(DeleteOnePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOnePXRecordResponse" + qname = "(DeleteOnePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateRPRecord = + (Operation){ + name = "CreateRPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateRPRecordRequest" + qname = "(CreateRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateRPRecordResponse" + qname = "(CreateRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneRPRecord = + (Operation){ + name = "GetOneRPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneRPRecordRequest" + qname = "(GetOneRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneRPRecordResponse" + qname = "(GetOneRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRPRecords = + (Operation){ + name = "GetRPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRPRecordsRequest" + qname = "(GetRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRPRecordsResponse" + qname = "(GetRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateRPRecord = + (Operation){ + name = "UpdateRPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateRPRecordRequest" + qname = "(UpdateRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateRPRecordResponse" + qname = "(UpdateRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteRPRecords = + (Operation){ + name = "DeleteRPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteRPRecordsRequest" + qname = "(DeleteRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteRPRecordsResponse" + qname = "(DeleteRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneRPRecord = + (Operation){ + name = "DeleteOneRPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneRPRecordRequest" + qname = "(DeleteOneRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneRPRecordResponse" + qname = "(DeleteOneRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateSPFRecord = + (Operation){ + name = "CreateSPFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateSPFRecordRequest" + qname = "(CreateSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateSPFRecordResponse" + qname = "(CreateSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSPFRecord = + (Operation){ + name = "GetOneSPFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSPFRecordRequest" + qname = "(GetOneSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSPFRecordResponse" + qname = "(GetOneSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSPFRecords = + (Operation){ + name = "GetSPFRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSPFRecordsRequest" + qname = "(GetSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSPFRecordsResponse" + qname = "(GetSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSPFRecord = + (Operation){ + name = "UpdateSPFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSPFRecordRequest" + qname = "(UpdateSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSPFRecordResponse" + qname = "(UpdateSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteSPFRecords = + (Operation){ + name = "DeleteSPFRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteSPFRecordsRequest" + qname = "(DeleteSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteSPFRecordsResponse" + qname = "(DeleteSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneSPFRecord = + (Operation){ + name = "DeleteOneSPFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneSPFRecordRequest" + qname = "(DeleteOneSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneSPFRecordResponse" + qname = "(DeleteOneSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateSRVRecord = + (Operation){ + name = "CreateSRVRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateSRVRecordRequest" + qname = "(CreateSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateSRVRecordResponse" + qname = "(CreateSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSRVRecord = + (Operation){ + name = "GetOneSRVRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSRVRecordRequest" + qname = "(GetOneSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSRVRecordResponse" + qname = "(GetOneSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSRVRecords = + (Operation){ + name = "GetSRVRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSRVRecordsRequest" + qname = "(GetSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSRVRecordsResponse" + qname = "(GetSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSRVRecord = + (Operation){ + name = "UpdateSRVRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSRVRecordRequest" + qname = "(UpdateSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSRVRecordResponse" + qname = "(UpdateSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteSRVRecords = + (Operation){ + name = "DeleteSRVRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteSRVRecordsRequest" + qname = "(DeleteSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteSRVRecordsResponse" + qname = "(DeleteSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneSRVRecord = + (Operation){ + name = "DeleteOneSRVRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneSRVRecordRequest" + qname = "(DeleteOneSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneSRVRecordResponse" + qname = "(DeleteOneSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateSSHFPRecord = + (Operation){ + name = "CreateSSHFPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateSSHFPRecordRequest" + qname = "(CreateSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateSSHFPRecordResponse" + qname = "(CreateSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSSHFPRecord = + (Operation){ + name = "GetOneSSHFPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSSHFPRecordRequest" + qname = "(GetOneSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSSHFPRecordResponse" + qname = "(GetOneSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSSHFPRecords = + (Operation){ + name = "GetSSHFPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSSHFPRecordsRequest" + qname = "(GetSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSSHFPRecordsResponse" + qname = "(GetSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSSHFPRecord = + (Operation){ + name = "UpdateSSHFPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSSHFPRecordRequest" + qname = "(UpdateSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSSHFPRecordResponse" + qname = "(UpdateSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteSSHFPRecords = + (Operation){ + name = "DeleteSSHFPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteSSHFPRecordsRequest" + qname = "(DeleteSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteSSHFPRecordsResponse" + qname = "(DeleteSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneSSHFPRecord = + (Operation){ + name = "DeleteOneSSHFPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneSSHFPRecordRequest" + qname = "(DeleteOneSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneSSHFPRecordResponse" + qname = "(DeleteOneSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateTLSARecord = + (Operation){ + name = "CreateTLSARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateTLSARecordRequest" + qname = "(CreateTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateTLSARecordResponse" + qname = "(CreateTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneTLSARecord = + (Operation){ + name = "GetOneTLSARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneTLSARecordRequest" + qname = "(GetOneTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneTLSARecordResponse" + qname = "(GetOneTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTLSARecords = + (Operation){ + name = "GetTLSARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTLSARecordsRequest" + qname = "(GetTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTLSARecordsResponse" + qname = "(GetTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateTLSARecord = + (Operation){ + name = "UpdateTLSARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateTLSARecordRequest" + qname = "(UpdateTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateTLSARecordResponse" + qname = "(UpdateTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteTLSARecords = + (Operation){ + name = "DeleteTLSARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteTLSARecordsRequest" + qname = "(DeleteTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteTLSARecordsResponse" + qname = "(DeleteTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneTLSARecord = + (Operation){ + name = "DeleteOneTLSARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneTLSARecordRequest" + qname = "(DeleteOneTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneTLSARecordResponse" + qname = "(DeleteOneTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateTXTRecord = + (Operation){ + name = "CreateTXTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateTXTRecordRequest" + qname = "(CreateTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateTXTRecordResponse" + qname = "(CreateTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneTXTRecord = + (Operation){ + name = "GetOneTXTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneTXTRecordRequest" + qname = "(GetOneTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneTXTRecordResponse" + qname = "(GetOneTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTXTRecords = + (Operation){ + name = "GetTXTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTXTRecordsRequest" + qname = "(GetTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTXTRecordsResponse" + qname = "(GetTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateTXTRecord = + (Operation){ + name = "UpdateTXTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateTXTRecordRequest" + qname = "(UpdateTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateTXTRecordResponse" + qname = "(UpdateTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteTXTRecords = + (Operation){ + name = "DeleteTXTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteTXTRecordsRequest" + qname = "(DeleteTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteTXTRecordsResponse" + qname = "(DeleteTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneTXTRecord = + (Operation){ + name = "DeleteOneTXTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneTXTRecordRequest" + qname = "(DeleteOneTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneTXTRecordResponse" + qname = "(DeleteOneTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSOARecord = + (Operation){ + name = "GetOneSOARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSOARecordRequest" + qname = "(GetOneSOARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSOARecordResponse" + qname = "(GetOneSOARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSOARecords = + (Operation){ + name = "GetSOARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSOARecordsRequest" + qname = "(GetSOARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSOARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSOARecordsResponse" + qname = "(GetSOARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSOARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSOARecord = + (Operation){ + name = "UpdateSOARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSOARecordRequest" + qname = "(UpdateSOARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSOARecordResponse" + qname = "(UpdateSOARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateNSRecord = + (Operation){ + name = "CreateNSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateNSRecordRequest" + qname = "(CreateNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateNSRecordResponse" + qname = "(CreateNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneNSRecord = + (Operation){ + name = "GetOneNSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneNSRecordRequest" + qname = "(GetOneNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneNSRecordResponse" + qname = "(GetOneNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNSRecords = + (Operation){ + name = "GetNSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNSRecordsRequest" + qname = "(GetNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNSRecordsResponse" + qname = "(GetNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateNSRecord = + (Operation){ + name = "UpdateNSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateNSRecordRequest" + qname = "(UpdateNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateNSRecordResponse" + qname = "(UpdateNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteNSRecords = + (Operation){ + name = "DeleteNSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteNSRecordsRequest" + qname = "(DeleteNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteNSRecordsResponse" + qname = "(DeleteNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneNSRecord = + (Operation){ + name = "DeleteOneNSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSRecordRequest" + qname = "(DeleteOneNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSRecordResponse" + qname = "(DeleteOneNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceARecords = + (Operation){ + name = "ReplaceARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceARecordsRequest" + qname = "(ReplaceARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceARecordsResponse" + qname = "(ReplaceARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceAAAARecords = + (Operation){ + name = "ReplaceAAAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceAAAARecordsRequest" + qname = "(ReplaceAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceAAAARecordsResponse" + qname = "(ReplaceAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceALIASRecords = + (Operation){ + name = "ReplaceALIASRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceALIASRecordsRequest" + qname = "(ReplaceALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceALIASRecordsResponse" + qname = "(ReplaceALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCAARecords = + (Operation){ + name = "ReplaceCAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCAARecordsRequest" + qname = "(ReplaceCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCAARecordsResponse" + qname = "(ReplaceCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCDNSKEYRecords = + (Operation){ + name = "ReplaceCDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCDNSKEYRecordsRequest" + qname = "(ReplaceCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCDNSKEYRecordsResponse" + qname = "(ReplaceCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCDSRecords = + (Operation){ + name = "ReplaceCDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCDSRecordsRequest" + qname = "(ReplaceCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCDSRecordsResponse" + qname = "(ReplaceCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCERTRecords = + (Operation){ + name = "ReplaceCERTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCERTRecordsRequest" + qname = "(ReplaceCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCERTRecordsResponse" + qname = "(ReplaceCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCNAMERecords = + (Operation){ + name = "ReplaceCNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCNAMERecordsRequest" + qname = "(ReplaceCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCNAMERecordsResponse" + qname = "(ReplaceCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCSYNCRecords = + (Operation){ + name = "ReplaceCSYNCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCSYNCRecordsRequest" + qname = "(ReplaceCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCSYNCRecordsResponse" + qname = "(ReplaceCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceDHCIDRecords = + (Operation){ + name = "ReplaceDHCIDRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceDHCIDRecordsRequest" + qname = "(ReplaceDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceDHCIDRecordsResponse" + qname = "(ReplaceDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceDNAMERecords = + (Operation){ + name = "ReplaceDNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceDNAMERecordsRequest" + qname = "(ReplaceDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceDNAMERecordsResponse" + qname = "(ReplaceDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceDNSKEYRecords = + (Operation){ + name = "ReplaceDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceDNSKEYRecordsRequest" + qname = "(ReplaceDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceDNSKEYRecordsResponse" + qname = "(ReplaceDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceDSRecords = + (Operation){ + name = "ReplaceDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceDSRecordsRequest" + qname = "(ReplaceDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceDSRecordsResponse" + qname = "(ReplaceDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceIPSECKEYRecords = + (Operation){ + name = "ReplaceIPSECKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceIPSECKEYRecordsRequest" + qname = "(ReplaceIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceIPSECKEYRecordsResponse" + qname = "(ReplaceIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceKEYRecords = + (Operation){ + name = "ReplaceKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceKEYRecordsRequest" + qname = "(ReplaceKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceKEYRecordsResponse" + qname = "(ReplaceKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceKXRecords = + (Operation){ + name = "ReplaceKXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceKXRecordsRequest" + qname = "(ReplaceKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceKXRecordsResponse" + qname = "(ReplaceKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceLOCRecords = + (Operation){ + name = "ReplaceLOCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceLOCRecordsRequest" + qname = "(ReplaceLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceLOCRecordsResponse" + qname = "(ReplaceLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceMXRecords = + (Operation){ + name = "ReplaceMXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceMXRecordsRequest" + qname = "(ReplaceMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceMXRecordsResponse" + qname = "(ReplaceMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceNAPTRRecords = + (Operation){ + name = "ReplaceNAPTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceNAPTRRecordsRequest" + qname = "(ReplaceNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceNAPTRRecordsResponse" + qname = "(ReplaceNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceNSAPRecords = + (Operation){ + name = "ReplaceNSAPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceNSAPRecordsRequest" + qname = "(ReplaceNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceNSAPRecordsResponse" + qname = "(ReplaceNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplacePOLICYRecords = + (Operation){ + name = "ReplacePOLICYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplacePOLICYRecordsRequest" + qname = "(ReplacePOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplacePOLICYRecordsResponse" + qname = "(ReplacePOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplacePTRRecords = + (Operation){ + name = "ReplacePTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplacePTRRecordsRequest" + qname = "(ReplacePTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplacePTRRecordsResponse" + qname = "(ReplacePTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplacePXRecords = + (Operation){ + name = "ReplacePXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplacePXRecordsRequest" + qname = "(ReplacePXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplacePXRecordsResponse" + qname = "(ReplacePXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceRPRecords = + (Operation){ + name = "ReplaceRPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceRPRecordsRequest" + qname = "(ReplaceRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceRPRecordsResponse" + qname = "(ReplaceRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceSPFRecords = + (Operation){ + name = "ReplaceSPFRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceSPFRecordsRequest" + qname = "(ReplaceSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceSPFRecordsResponse" + qname = "(ReplaceSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceSRVRecords = + (Operation){ + name = "ReplaceSRVRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceSRVRecordsRequest" + qname = "(ReplaceSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceSRVRecordsResponse" + qname = "(ReplaceSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceSSHFPRecords = + (Operation){ + name = "ReplaceSSHFPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceSSHFPRecordsRequest" + qname = "(ReplaceSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceSSHFPRecordsResponse" + qname = "(ReplaceSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceTLSARecords = + (Operation){ + name = "ReplaceTLSARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceTLSARecordsRequest" + qname = "(ReplaceTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceTLSARecordsResponse" + qname = "(ReplaceTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceTXTRecords = + (Operation){ + name = "ReplaceTXTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceTXTRecordsRequest" + qname = "(ReplaceTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceTXTRecordsResponse" + qname = "(ReplaceTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceNSRecords = + (Operation){ + name = "ReplaceNSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceNSRecordsRequest" + qname = "(ReplaceNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceNSRecordsResponse" + qname = "(ReplaceNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetANYRecords = + (Operation){ + name = "GetANYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetANYRecordsRequest" + qname = "(GetANYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetANYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetANYRecordsResponse" + qname = "(GetANYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetANYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAllRecords = + (Operation){ + name = "GetAllRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAllRecordsRequest" + qname = "(GetAllRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAllRecordsResponse" + qname = "(GetAllRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAllAliasQNames = + (Operation){ + name = "GetAllAliasQNames" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAllAliasQNamesRequest" + qname = "(GetAllAliasQNamesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllAliasQNamesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAllAliasQNamesResponse" + qname = "(GetAllAliasQNamesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllAliasQNamesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneUser = + (Operation){ + name = "GetOneUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneUserRequest" + qname = "(GetOneUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneUserResponse" + qname = "(GetOneUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneUser = + (Operation){ + name = "DeleteOneUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneUserRequest" + qname = "(DeleteOneUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneUserResponse" + qname = "(DeleteOneUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateUser = + (Operation){ + name = "CreateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateUserRequest" + qname = "(CreateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateUserResponse" + qname = "(CreateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateUser = + (Operation){ + name = "UpdateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateUserRequest" + qname = "(UpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateUserResponse" + qname = "(UpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetUsers = + (Operation){ + name = "GetUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetUsersRequest" + qname = "(GetUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetUsersResponse" + qname = "(GetUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetUpdateUsers = + (Operation){ + name = "GetUpdateUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetUpdateUsersRequest" + qname = "(GetUpdateUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetUpdateUsersResponse" + qname = "(GetUpdateUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateUpdateUser = + (Operation){ + name = "UpdateUpdateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateUpdateUserRequest" + qname = "(UpdateUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateUpdateUserResponse" + qname = "(UpdateUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneUpdateUser = + (Operation){ + name = "DeleteOneUpdateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneUpdateUserRequest" + qname = "(DeleteOneUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneUpdateUserResponse" + qname = "(DeleteOneUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateUserPassword = + (Operation){ + name = "UpdateUserPassword" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateUserPasswordRequest" + qname = "(UpdateUserPasswordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateUserPasswordResponse" + qname = "(UpdateUserPasswordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + BlockUser = + (Operation){ + name = "BlockUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "BlockUserRequest" + qname = "(BlockUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "BlockUserResponse" + qname = "(BlockUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UnblockUser = + (Operation){ + name = "UnblockUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UnblockUserRequest" + qname = "(UnblockUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnblockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UnblockUserResponse" + qname = "(UnblockUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnblockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateContact = + (Operation){ + name = "CreateContact" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateContactRequest" + qname = "(CreateContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateContactResponse" + qname = "(CreateContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneContact = + (Operation){ + name = "GetOneContact" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneContactRequest" + qname = "(GetOneContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneContactResponse" + qname = "(GetOneContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetContacts = + (Operation){ + name = "GetContacts" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetContactsRequest" + qname = "(GetContactsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetContactsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetContactsResponse" + qname = "(GetContactsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetContactsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneContact = + (Operation){ + name = "DeleteOneContact" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneContactRequest" + qname = "(DeleteOneContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneContactResponse" + qname = "(DeleteOneContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateContact = + (Operation){ + name = "UpdateContact" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateContactRequest" + qname = "(UpdateContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateContactResponse" + qname = "(UpdateContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCustomer = + (Operation){ + name = "CreateCustomer" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCustomerRequest" + qname = "(CreateCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCustomerResponse" + qname = "(CreateCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCustomer = + (Operation){ + name = "UpdateCustomer" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerRequest" + qname = "(UpdateCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerResponse" + qname = "(UpdateCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCustomer = + (Operation){ + name = "GetOneCustomer" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCustomerRequest" + qname = "(GetOneCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCustomerResponse" + qname = "(GetOneCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomers = + (Operation){ + name = "GetCustomers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomersRequest" + qname = "(GetCustomersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomersResponse" + qname = "(GetCustomersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCustomer = + (Operation){ + name = "DeleteOneCustomer" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCustomerRequest" + qname = "(DeleteOneCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCustomerResponse" + qname = "(DeleteOneCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomerPrefs = + (Operation){ + name = "GetCustomerPrefs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomerPrefsRequest" + qname = "(GetCustomerPrefsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomerPrefsResponse" + qname = "(GetCustomerPrefsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetCustomerPrefs = + (Operation){ + name = "SetCustomerPrefs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetCustomerPrefsRequest" + qname = "(SetCustomerPrefsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetCustomerPrefsResponse" + qname = "(SetCustomerPrefsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomerIPACL = + (Operation){ + name = "GetCustomerIPACL" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomerIPACLRequest" + qname = "(GetCustomerIPACLRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomerIPACLResponse" + qname = "(GetCustomerIPACLResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetCustomerIPACL = + (Operation){ + name = "SetCustomerIPACL" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetCustomerIPACLRequest" + qname = "(SetCustomerIPACLRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetCustomerIPACLResponse" + qname = "(SetCustomerIPACLResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCustomerOracleMetadata = + (Operation){ + name = "CreateCustomerOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCustomerOracleMetadataRequest" + qname = "(CreateCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCustomerOracleMetadataResponse" + qname = "(CreateCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCustomerOracleMetadata = + (Operation){ + name = "UpdateCustomerOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerOracleMetadataRequest" + qname = "(UpdateCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerOracleMetadataResponse" + qname = "(UpdateCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomerOracleMetadata = + (Operation){ + name = "GetCustomerOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomerOracleMetadataRequest" + qname = "(GetCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomerOracleMetadataResponse" + qname = "(GetCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCustomerOracleMetadata = + (Operation){ + name = "DeleteCustomerOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCustomerOracleMetadataRequest" + qname = "(DeleteCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCustomerOracleMetadataResponse" + qname = "(DeleteCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateZoneOracleMetadata = + (Operation){ + name = "CreateZoneOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateZoneOracleMetadataRequest" + qname = "(CreateZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateZoneOracleMetadataResponse" + qname = "(CreateZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateZoneOracleMetadata = + (Operation){ + name = "UpdateZoneOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateZoneOracleMetadataRequest" + qname = "(UpdateZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateZoneOracleMetadataResponse" + qname = "(UpdateZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneOracleMetadata = + (Operation){ + name = "GetZoneOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneOracleMetadataRequest" + qname = "(GetZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneOracleMetadataResponse" + qname = "(GetZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteZoneOracleMetadata = + (Operation){ + name = "DeleteZoneOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteZoneOracleMetadataRequest" + qname = "(DeleteZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteZoneOracleMetadataResponse" + qname = "(DeleteZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + OCIMigrate = + (Operation){ + name = "OCIMigrate" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "OCIMigrateRequest" + qname = "(OCIMigrateRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('OCIMigrateRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "OCIMigrateResponse" + qname = "(OCIMigrateResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('OCIMigrateResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDDNS = + (Operation){ + name = "CreateDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDDNSRequest" + qname = "(CreateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDDNSResponse" + qname = "(CreateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDDNS = + (Operation){ + name = "GetOneDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDDNSRequest" + qname = "(GetOneDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDDNSResponse" + qname = "(GetOneDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDDNSs = + (Operation){ + name = "GetDDNSs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDDNSsRequest" + qname = "(GetDDNSsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDDNSsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDDNSsResponse" + qname = "(GetDDNSsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDDNSsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDDNS = + (Operation){ + name = "UpdateDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDDNSRequest" + qname = "(UpdateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDDNSResponse" + qname = "(UpdateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDDNS = + (Operation){ + name = "DeleteOneDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDDNSRequest" + qname = "(DeleteOneDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDDNSResponse" + qname = "(DeleteOneDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateDDNS = + (Operation){ + name = "ActivateDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateDDNSRequest" + qname = "(ActivateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateDDNSResponse" + qname = "(ActivateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateDDNS = + (Operation){ + name = "DeactivateDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateDDNSRequest" + qname = "(DeactivateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateDDNSResponse" + qname = "(DeactivateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ResetDDNS = + (Operation){ + name = "ResetDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ResetDDNSRequest" + qname = "(ResetDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ResetDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ResetDDNSResponse" + qname = "(ResetDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ResetDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetUpdateUserPassword = + (Operation){ + name = "GetUpdateUserPassword" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetUpdateUserPasswordRequest" + qname = "(GetUpdateUserPasswordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetUpdateUserPasswordResponse" + qname = "(GetUpdateUserPasswordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDDNSHost = + (Operation){ + name = "CreateDDNSHost" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDDNSHostRequest" + qname = "(CreateDDNSHostRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSHostRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDDNSHostResponse" + qname = "(CreateDDNSHostResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSHostResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateUpdateUser = + (Operation){ + name = "CreateUpdateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateUpdateUserRequest" + qname = "(CreateUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateUpdateUserResponse" + qname = "(CreateUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddDDNS = + (Operation){ + name = "AddDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddDDNSRequest" + qname = "(AddDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddDDNSResponse" + qname = "(AddDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateFailover = + (Operation){ + name = "CreateFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateFailoverRequest" + qname = "(CreateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateFailoverResponse" + qname = "(CreateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneFailover = + (Operation){ + name = "GetOneFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneFailoverRequest" + qname = "(GetOneFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneFailoverResponse" + qname = "(GetOneFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetFailovers = + (Operation){ + name = "GetFailovers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetFailoversRequest" + qname = "(GetFailoversRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetFailoversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetFailoversResponse" + qname = "(GetFailoversResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetFailoversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateFailover = + (Operation){ + name = "UpdateFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateFailoverRequest" + qname = "(UpdateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateFailoverResponse" + qname = "(UpdateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneFailover = + (Operation){ + name = "DeleteOneFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneFailoverRequest" + qname = "(DeleteOneFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneFailoverResponse" + qname = "(DeleteOneFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateFailover = + (Operation){ + name = "ActivateFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateFailoverRequest" + qname = "(ActivateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateFailoverResponse" + qname = "(ActivateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateFailover = + (Operation){ + name = "DeactivateFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateFailoverRequest" + qname = "(DeactivateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateFailoverResponse" + qname = "(DeactivateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverFailover = + (Operation){ + name = "RecoverFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverFailoverRequest" + qname = "(RecoverFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverFailoverResponse" + qname = "(RecoverFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateLoadBalance = + (Operation){ + name = "CreateLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalanceRequest" + qname = "(CreateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalanceResponse" + qname = "(CreateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneLoadBalance = + (Operation){ + name = "GetOneLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalanceRequest" + qname = "(GetOneLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalanceResponse" + qname = "(GetOneLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetLoadBalances = + (Operation){ + name = "GetLoadBalances" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancesRequest" + qname = "(GetLoadBalancesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancesResponse" + qname = "(GetLoadBalancesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateLoadBalance = + (Operation){ + name = "UpdateLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalanceRequest" + qname = "(UpdateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalanceResponse" + qname = "(UpdateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneLoadBalance = + (Operation){ + name = "DeleteOneLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalanceRequest" + qname = "(DeleteOneLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalanceResponse" + qname = "(DeleteOneLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateLoadBalance = + (Operation){ + name = "ActivateLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateLoadBalanceRequest" + qname = "(ActivateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateLoadBalanceResponse" + qname = "(ActivateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateLoadBalance = + (Operation){ + name = "DeactivateLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateLoadBalanceRequest" + qname = "(DeactivateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateLoadBalanceResponse" + qname = "(DeactivateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverLoadBalance = + (Operation){ + name = "RecoverLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceRequest" + qname = "(RecoverLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceResponse" + qname = "(RecoverLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverLoadBalanceIP = + (Operation){ + name = "RecoverLoadBalanceIP" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceIPRequest" + qname = "(RecoverLoadBalanceIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceIPResponse" + qname = "(RecoverLoadBalanceIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateLoadBalancePoolEntry = + (Operation){ + name = "CreateLoadBalancePoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalancePoolEntryRequest" + qname = "(CreateLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalancePoolEntryResponse" + qname = "(CreateLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateLoadBalancePoolEntry = + (Operation){ + name = "UpdateLoadBalancePoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalancePoolEntryRequest" + qname = "(UpdateLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalancePoolEntryResponse" + qname = "(UpdateLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneLoadBalancePoolEntry = + (Operation){ + name = "GetOneLoadBalancePoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalancePoolEntryRequest" + qname = "(GetOneLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalancePoolEntryResponse" + qname = "(GetOneLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetLoadBalancePoolEntries = + (Operation){ + name = "GetLoadBalancePoolEntries" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancePoolEntriesRequest" + qname = "(GetLoadBalancePoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancePoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancePoolEntriesResponse" + qname = "(GetLoadBalancePoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancePoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneLoadBalancePoolEntry = + (Operation){ + name = "DeleteOneLoadBalancePoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalancePoolEntryRequest" + qname = "(DeleteOneLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalancePoolEntryResponse" + qname = "(DeleteOneLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGSLB = + (Operation){ + name = "CreateGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRequest" + qname = "(CreateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGSLBResponse" + qname = "(CreateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGSLB = + (Operation){ + name = "GetOneGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRequest" + qname = "(GetOneGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBResponse" + qname = "(GetOneGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGSLBs = + (Operation){ + name = "GetGSLBs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGSLBsRequest" + qname = "(GetGSLBsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGSLBsResponse" + qname = "(GetGSLBsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGSLB = + (Operation){ + name = "UpdateGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRequest" + qname = "(UpdateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBResponse" + qname = "(UpdateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGSLB = + (Operation){ + name = "DeleteOneGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRequest" + qname = "(DeleteOneGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBResponse" + qname = "(DeleteOneGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateGSLB = + (Operation){ + name = "ActivateGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateGSLBRequest" + qname = "(ActivateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateGSLBResponse" + qname = "(ActivateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateGSLB = + (Operation){ + name = "DeactivateGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateGSLBRequest" + qname = "(DeactivateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateGSLBResponse" + qname = "(DeactivateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverGSLB = + (Operation){ + name = "RecoverGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBRequest" + qname = "(RecoverGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBResponse" + qname = "(RecoverGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverGSLBIP = + (Operation){ + name = "RecoverGSLBIP" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBIPRequest" + qname = "(RecoverGSLBIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBIPResponse" + qname = "(RecoverGSLBIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGSLBRegion = + (Operation){ + name = "CreateGSLBRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionRequest" + qname = "(CreateGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionResponse" + qname = "(CreateGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGSLBRegion = + (Operation){ + name = "GetOneGSLBRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionRequest" + qname = "(GetOneGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionResponse" + qname = "(GetOneGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGSLBRegions = + (Operation){ + name = "GetGSLBRegions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionsRequest" + qname = "(GetGSLBRegionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionsResponse" + qname = "(GetGSLBRegionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGSLBRegion = + (Operation){ + name = "UpdateGSLBRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionRequest" + qname = "(UpdateGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionResponse" + qname = "(UpdateGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGSLBRegion = + (Operation){ + name = "DeleteOneGSLBRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionRequest" + qname = "(DeleteOneGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionResponse" + qname = "(DeleteOneGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGSLBRegionPoolEntry = + (Operation){ + name = "CreateGSLBRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionPoolEntryRequest" + qname = "(CreateGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionPoolEntryResponse" + qname = "(CreateGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGSLBRegionPoolEntry = + (Operation){ + name = "UpdateGSLBRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionPoolEntryRequest" + qname = "(UpdateGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionPoolEntryResponse" + qname = "(UpdateGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGSLBRegionPoolEntry = + (Operation){ + name = "GetOneGSLBRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionPoolEntryRequest" + qname = "(GetOneGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionPoolEntryResponse" + qname = "(GetOneGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGSLBRegionPoolEntries = + (Operation){ + name = "GetGSLBRegionPoolEntries" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionPoolEntriesRequest" + qname = "(GetGSLBRegionPoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionPoolEntriesResponse" + qname = "(GetGSLBRegionPoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGSLBRegionPoolEntry = + (Operation){ + name = "DeleteOneGSLBRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionPoolEntryRequest" + qname = "(DeleteOneGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionPoolEntryResponse" + qname = "(DeleteOneGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateRTTM = + (Operation){ + name = "CreateRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRequest" + qname = "(CreateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateRTTMResponse" + qname = "(CreateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneRTTM = + (Operation){ + name = "GetOneRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRequest" + qname = "(GetOneRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMResponse" + qname = "(GetOneRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMs = + (Operation){ + name = "GetRTTMs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMsRequest" + qname = "(GetRTTMsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMsResponse" + qname = "(GetRTTMsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateRTTM = + (Operation){ + name = "UpdateRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRequest" + qname = "(UpdateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMResponse" + qname = "(UpdateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneRTTM = + (Operation){ + name = "DeleteOneRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRequest" + qname = "(DeleteOneRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMResponse" + qname = "(DeleteOneRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateRTTM = + (Operation){ + name = "ActivateRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateRTTMRequest" + qname = "(ActivateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateRTTMResponse" + qname = "(ActivateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateRTTM = + (Operation){ + name = "DeactivateRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateRTTMRequest" + qname = "(DeactivateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateRTTMResponse" + qname = "(DeactivateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverRTTM = + (Operation){ + name = "RecoverRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMRequest" + qname = "(RecoverRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMResponse" + qname = "(RecoverRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverRTTMIP = + (Operation){ + name = "RecoverRTTMIP" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMIPRequest" + qname = "(RecoverRTTMIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMIPResponse" + qname = "(RecoverRTTMIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMLogs = + (Operation){ + name = "GetRTTMLogs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMLogsRequest" + qname = "(GetRTTMLogsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMLogsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMLogsResponse" + qname = "(GetRTTMLogsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMLogsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMRRSets = + (Operation){ + name = "GetRTTMRRSets" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMRRSetsRequest" + qname = "(GetRTTMRRSetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRRSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMRRSetsResponse" + qname = "(GetRTTMRRSetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRRSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateRTTMRegion = + (Operation){ + name = "CreateRTTMRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionRequest" + qname = "(CreateRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionResponse" + qname = "(CreateRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneRTTMRegion = + (Operation){ + name = "GetOneRTTMRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionRequest" + qname = "(GetOneRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionResponse" + qname = "(GetOneRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMRegions = + (Operation){ + name = "GetRTTMRegions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionsRequest" + qname = "(GetRTTMRegionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionsResponse" + qname = "(GetRTTMRegionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateRTTMRegion = + (Operation){ + name = "UpdateRTTMRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionRequest" + qname = "(UpdateRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionResponse" + qname = "(UpdateRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneRTTMRegion = + (Operation){ + name = "DeleteOneRTTMRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionRequest" + qname = "(DeleteOneRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionResponse" + qname = "(DeleteOneRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateRTTMRegionPoolEntry = + (Operation){ + name = "CreateRTTMRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionPoolEntryRequest" + qname = "(CreateRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionPoolEntryResponse" + qname = "(CreateRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateRTTMRegionPoolEntry = + (Operation){ + name = "UpdateRTTMRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionPoolEntryRequest" + qname = "(UpdateRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionPoolEntryResponse" + qname = "(UpdateRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneRTTMRegionPoolEntry = + (Operation){ + name = "GetOneRTTMRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionPoolEntryRequest" + qname = "(GetOneRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionPoolEntryResponse" + qname = "(GetOneRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMRegionPoolEntries = + (Operation){ + name = "GetRTTMRegionPoolEntries" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionPoolEntriesRequest" + qname = "(GetRTTMRegionPoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionPoolEntriesResponse" + qname = "(GetRTTMRegionPoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneRTTMRegionPoolEntry = + (Operation){ + name = "DeleteOneRTTMRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionPoolEntryRequest" + qname = "(DeleteOneRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionPoolEntryResponse" + qname = "(DeleteOneRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateHTTPRedirect = + (Operation){ + name = "CreateHTTPRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateHTTPRedirectRequest" + qname = "(CreateHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateHTTPRedirectResponse" + qname = "(CreateHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneHTTPRedirect = + (Operation){ + name = "GetOneHTTPRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneHTTPRedirectRequest" + qname = "(GetOneHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneHTTPRedirectResponse" + qname = "(GetOneHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetHTTPRedirects = + (Operation){ + name = "GetHTTPRedirects" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetHTTPRedirectsRequest" + qname = "(GetHTTPRedirectsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHTTPRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetHTTPRedirectsResponse" + qname = "(GetHTTPRedirectsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHTTPRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateHTTPRedirect = + (Operation){ + name = "UpdateHTTPRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateHTTPRedirectRequest" + qname = "(UpdateHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateHTTPRedirectResponse" + qname = "(UpdateHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneHTTPRedirect = + (Operation){ + name = "DeleteOneHTTPRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneHTTPRedirectRequest" + qname = "(DeleteOneHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneHTTPRedirectResponse" + qname = "(DeleteOneHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateAdvRedirectRule = + (Operation){ + name = "CreateAdvRedirectRule" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectRuleRequest" + qname = "(CreateAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectRuleResponse" + qname = "(CreateAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateAdvRedirectRule = + (Operation){ + name = "UpdateAdvRedirectRule" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectRuleRequest" + qname = "(UpdateAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectRuleResponse" + qname = "(UpdateAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneAdvRedirectRule = + (Operation){ + name = "GetOneAdvRedirectRule" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectRuleRequest" + qname = "(GetOneAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectRuleResponse" + qname = "(GetOneAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAdvRedirectRules = + (Operation){ + name = "GetAdvRedirectRules" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectRulesRequest" + qname = "(GetAdvRedirectRulesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectRulesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectRulesResponse" + qname = "(GetAdvRedirectRulesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectRulesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneAdvRedirectRule = + (Operation){ + name = "DeleteOneAdvRedirectRule" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectRuleRequest" + qname = "(DeleteOneAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectRuleResponse" + qname = "(DeleteOneAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateAdvRedirect = + (Operation){ + name = "CreateAdvRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectRequest" + qname = "(CreateAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectResponse" + qname = "(CreateAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneAdvRedirect = + (Operation){ + name = "GetOneAdvRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectRequest" + qname = "(GetOneAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectResponse" + qname = "(GetOneAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAdvRedirects = + (Operation){ + name = "GetAdvRedirects" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectsRequest" + qname = "(GetAdvRedirectsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectsResponse" + qname = "(GetAdvRedirectsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateAdvRedirect = + (Operation){ + name = "UpdateAdvRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectRequest" + qname = "(UpdateAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectResponse" + qname = "(UpdateAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneAdvRedirect = + (Operation){ + name = "DeleteOneAdvRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectRequest" + qname = "(DeleteOneAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectResponse" + qname = "(DeleteOneAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNodeList = + (Operation){ + name = "GetNodeList" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNodeListRequest" + qname = "(GetNodeListRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNodeListRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNodeListResponse" + qname = "(GetNodeListResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNodeListResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + PublishZone = + (Operation){ + name = "PublishZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "PublishZoneRequest" + qname = "(PublishZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "PublishZoneResponse" + qname = "(PublishZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + PruneZone = + (Operation){ + name = "PruneZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "PruneZoneRequest" + qname = "(PruneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PruneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "PruneZoneResponse" + qname = "(PruneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PruneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + FreezeZone = + (Operation){ + name = "FreezeZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "FreezeZoneRequest" + qname = "(FreezeZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('FreezeZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "FreezeZoneResponse" + qname = "(FreezeZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('FreezeZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ThawZone = + (Operation){ + name = "ThawZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ThawZoneRequest" + qname = "(ThawZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ThawZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ThawZoneResponse" + qname = "(ThawZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ThawZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RestoreZone = + (Operation){ + name = "RestoreZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RestoreZoneRequest" + qname = "(RestoreZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RestoreZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RestoreZoneResponse" + qname = "(RestoreZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RestoreZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + BlockZone = + (Operation){ + name = "BlockZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "BlockZoneRequest" + qname = "(BlockZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "BlockZoneResponse" + qname = "(BlockZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteZoneChangeset = + (Operation){ + name = "DeleteZoneChangeset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteZoneChangesetRequest" + qname = "(DeleteZoneChangesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteZoneChangesetResponse" + qname = "(DeleteZoneChangesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneChangeset = + (Operation){ + name = "GetZoneChangeset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneChangesetRequest" + qname = "(GetZoneChangesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneChangesetResponse" + qname = "(GetZoneChangesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneNotes = + (Operation){ + name = "GetZoneNotes" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneNotesRequest" + qname = "(GetZoneNotesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneNotesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneNotesResponse" + qname = "(GetZoneNotesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneNotesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UploadZoneFile = + (Operation){ + name = "UploadZoneFile" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UploadZoneFileRequest" + qname = "(UploadZoneFileRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UploadZoneFileRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UploadZoneFileResponse" + qname = "(UploadZoneFileResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UploadZoneFileResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + TransferZoneIn = + (Operation){ + name = "TransferZoneIn" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "TransferZoneInRequest" + qname = "(TransferZoneInRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('TransferZoneInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "TransferZoneInResponse" + qname = "(TransferZoneInResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('TransferZoneInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTransferStatus = + (Operation){ + name = "GetTransferStatus" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTransferStatusRequest" + qname = "(GetTransferStatusRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTransferStatusRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTransferStatusResponse" + qname = "(GetTransferStatusResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTransferStatusResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneConfigOptions = + (Operation){ + name = "GetZoneConfigOptions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneConfigOptionsRequest" + qname = "(GetZoneConfigOptionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneConfigOptionsResponse" + qname = "(GetZoneConfigOptionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetZoneConfigOptions = + (Operation){ + name = "SetZoneConfigOptions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetZoneConfigOptionsRequest" + qname = "(SetZoneConfigOptionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetZoneConfigOptionsResponse" + qname = "(SetZoneConfigOptionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateIPTrack = + (Operation){ + name = "CreateIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateIPTrackRequest" + qname = "(CreateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateIPTrackResponse" + qname = "(CreateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneIPTrack = + (Operation){ + name = "GetOneIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneIPTrackRequest" + qname = "(GetOneIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneIPTrackResponse" + qname = "(GetOneIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetIPTracks = + (Operation){ + name = "GetIPTracks" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetIPTracksRequest" + qname = "(GetIPTracksRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPTracksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetIPTracksResponse" + qname = "(GetIPTracksResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPTracksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateIPTrack = + (Operation){ + name = "UpdateIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateIPTrackRequest" + qname = "(UpdateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateIPTrackResponse" + qname = "(UpdateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneIPTrack = + (Operation){ + name = "DeleteOneIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPTrackRequest" + qname = "(DeleteOneIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPTrackResponse" + qname = "(DeleteOneIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateIPTrack = + (Operation){ + name = "ActivateIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateIPTrackRequest" + qname = "(ActivateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateIPTrackResponse" + qname = "(ActivateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateIPTrack = + (Operation){ + name = "DeactivateIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateIPTrackRequest" + qname = "(DeactivateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateIPTrackResponse" + qname = "(DeactivateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDNSSEC = + (Operation){ + name = "CreateDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDNSSECRequest" + qname = "(CreateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDNSSECResponse" + qname = "(CreateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDNSSEC = + (Operation){ + name = "GetOneDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDNSSECRequest" + qname = "(GetOneDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDNSSECResponse" + qname = "(GetOneDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDNSSECs = + (Operation){ + name = "GetDNSSECs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDNSSECsRequest" + qname = "(GetDNSSECsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDNSSECsResponse" + qname = "(GetDNSSECsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDNSSEC = + (Operation){ + name = "UpdateDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDNSSECRequest" + qname = "(UpdateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDNSSECResponse" + qname = "(UpdateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDNSSEC = + (Operation){ + name = "DeleteOneDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSSECRequest" + qname = "(DeleteOneDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSSECResponse" + qname = "(DeleteOneDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateDNSSEC = + (Operation){ + name = "ActivateDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateDNSSECRequest" + qname = "(ActivateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateDNSSECResponse" + qname = "(ActivateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateDNSSEC = + (Operation){ + name = "DeactivateDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateDNSSECRequest" + qname = "(DeactivateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateDNSSECResponse" + qname = "(DeactivateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDNSSECTimeline = + (Operation){ + name = "GetDNSSECTimeline" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDNSSECTimelineRequest" + qname = "(GetDNSSECTimelineRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECTimelineRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDNSSECTimelineResponse" + qname = "(GetDNSSECTimelineResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECTimelineResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTasks = + (Operation){ + name = "GetTasks" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTasksRequest" + qname = "(GetTasksRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTasksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTasksResponse" + qname = "(GetTasksResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTasksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneTask = + (Operation){ + name = "GetOneTask" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneTaskRequest" + qname = "(GetOneTaskRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneTaskResponse" + qname = "(GetOneTaskResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CancelTask = + (Operation){ + name = "CancelTask" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CancelTaskRequest" + qname = "(CancelTaskRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CancelTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CancelTaskResponse" + qname = "(CancelTaskResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CancelTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateExtNameserver = + (Operation){ + name = "CreateExtNameserver" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateExtNameserverRequest" + qname = "(CreateExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateExtNameserverResponse" + qname = "(CreateExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneExtNameserver = + (Operation){ + name = "GetOneExtNameserver" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneExtNameserverRequest" + qname = "(GetOneExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneExtNameserverResponse" + qname = "(GetOneExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetExtNameservers = + (Operation){ + name = "GetExtNameservers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetExtNameserversRequest" + qname = "(GetExtNameserversRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetExtNameserversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetExtNameserversResponse" + qname = "(GetExtNameserversResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetExtNameserversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateExtNameserver = + (Operation){ + name = "UpdateExtNameserver" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateExtNameserverRequest" + qname = "(UpdateExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateExtNameserverResponse" + qname = "(UpdateExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneExtNameserver = + (Operation){ + name = "DeleteOneExtNameserver" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneExtNameserverRequest" + qname = "(DeleteOneExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneExtNameserverResponse" + qname = "(DeleteOneExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + } + } + } + bindings = + { + (DynectSOAP, https://api2.dynect.net/wsdl/3.7.16/Dynect/, ) = + (Binding){ + _WObject__resolved = True + name = "DynectSOAP" + qname = "(DynectSOAP, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + operations = + { + GetJob = + (Operation){ + name = "GetJob" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetJobRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetJobResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SessionLogin = + (Operation){ + name = "SessionLogin" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLoginRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLoginResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SessionLogout = + (Operation){ + name = "SessionLogout" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLogoutRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLogoutResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SessionIsAlive = + (Operation){ + name = "SessionIsAlive" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionIsAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionIsAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SessionKeepAlive = + (Operation){ + name = "SessionKeepAlive" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionKeepAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionKeepAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ScopeIn = + (Operation){ + name = "ScopeIn" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ScopeAs = + (Operation){ + name = "ScopeAs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeAsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeAsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + Unscope = + (Operation){ + name = "Unscope" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnscopeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnscopeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetQueryStats = + (Operation){ + name = "GetQueryStats" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetQueryStatsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetQueryStatsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGeo = + (Operation){ + name = "CreateGeo" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGeo = + (Operation){ + name = "UpdateGeo" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGeos = + (Operation){ + name = "GetGeos" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeosRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeosResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGeo = + (Operation){ + name = "GetOneGeo" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGeo = + (Operation){ + name = "DeleteOneGeo" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateGeo = + (Operation){ + name = "ActivateGeo" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateGeo = + (Operation){ + name = "DeactivateGeo" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGeoRegionGroup = + (Operation){ + name = "CreateGeoRegionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGeoRegionGroup = + (Operation){ + name = "UpdateGeoRegionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGeoRegionGroup = + (Operation){ + name = "DeleteOneGeoRegionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGeoRegionGroups = + (Operation){ + name = "GetGeoRegionGroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoRegionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoRegionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGeoRegionGroup = + (Operation){ + name = "GetOneGeoRegionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGeoNode = + (Operation){ + name = "CreateGeoNode" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGeoNode = + (Operation){ + name = "DeleteOneGeoNode" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGeoNodes = + (Operation){ + name = "GetGeoNodes" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSF = + (Operation){ + name = "CreateDSF" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSF = + (Operation){ + name = "UpdateDSF" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFs = + (Operation){ + name = "GetDSFs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFNotifiers = + (Operation){ + name = "GetDSFNotifiers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSF = + (Operation){ + name = "DeleteOneDSF" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSF = + (Operation){ + name = "GetOneDSF" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RevertDSF = + (Operation){ + name = "RevertDSF" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RevertDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RevertDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + PublishDSF = + (Operation){ + name = "PublishDSF" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddDSFNotifier = + (Operation){ + name = "AddDSFNotifier" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveDSFNotifier = + (Operation){ + name = "RemoveDSFNotifier" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFRuleset = + (Operation){ + name = "CreateDSFRuleset" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFRuleset = + (Operation){ + name = "UpdateDSFRuleset" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFRulesets = + (Operation){ + name = "GetDSFRulesets" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRulesetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRulesetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFRuleset = + (Operation){ + name = "GetOneDSFRuleset" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFRuleset = + (Operation){ + name = "DeleteOneDSFRuleset" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFResponsePool = + (Operation){ + name = "CreateDSFResponsePool" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFResponsePool = + (Operation){ + name = "UpdateDSFResponsePool" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFResponsePools = + (Operation){ + name = "GetDSFResponsePools" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFResponsePoolsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFResponsePoolsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFResponsePool = + (Operation){ + name = "GetOneDSFResponsePool" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFResponsePool = + (Operation){ + name = "DeleteOneDSFResponsePool" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFRecordSetFailoverChain = + (Operation){ + name = "CreateDSFRecordSetFailoverChain" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFRecordSetFailoverChain = + (Operation){ + name = "UpdateDSFRecordSetFailoverChain" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFRecordSetFailoverChains = + (Operation){ + name = "GetDSFRecordSetFailoverChains" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetFailoverChainsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetFailoverChainsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFRecordSetFailoverChain = + (Operation){ + name = "GetOneDSFRecordSetFailoverChain" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFRecordSetFailoverChain = + (Operation){ + name = "DeleteOneDSFRecordSetFailoverChain" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFRecordSet = + (Operation){ + name = "CreateDSFRecordSet" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFRecordSet = + (Operation){ + name = "UpdateDSFRecordSet" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFRecordSet = + (Operation){ + name = "GetOneDSFRecordSet" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFRecordSets = + (Operation){ + name = "GetDSFRecordSets" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFRecordSet = + (Operation){ + name = "DeleteOneDSFRecordSet" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFRecord = + (Operation){ + name = "CreateDSFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFRecord = + (Operation){ + name = "UpdateDSFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFRecord = + (Operation){ + name = "GetOneDSFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFRecords = + (Operation){ + name = "GetDSFRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFRecord = + (Operation){ + name = "DeleteOneDSFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddDSFNode = + (Operation){ + name = "AddDSFNode" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFNodes = + (Operation){ + name = "UpdateDSFNodes" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFNodes = + (Operation){ + name = "GetDSFNodes" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFNode = + (Operation){ + name = "DeleteOneDSFNode" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFMonitor = + (Operation){ + name = "CreateDSFMonitor" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFMonitor = + (Operation){ + name = "UpdateDSFMonitor" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFMonitor = + (Operation){ + name = "GetOneDSFMonitor" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFMonitors = + (Operation){ + name = "GetDSFMonitors" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFMonitor = + (Operation){ + name = "DeleteOneDSFMonitor" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddDSFMonitorNotifier = + (Operation){ + name = "AddDSFMonitorNotifier" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFMonitorNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFMonitorNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFMonitorSites = + (Operation){ + name = "GetDSFMonitorSites" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorSitesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorSitesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateNotifier = + (Operation){ + name = "CreateNotifier" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateNotifier = + (Operation){ + name = "UpdateNotifier" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneNotifier = + (Operation){ + name = "GetOneNotifier" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNotifiers = + (Operation){ + name = "GetNotifiers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneNotifier = + (Operation){ + name = "DeleteOneNotifier" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateConfigLimit = + (Operation){ + name = "CreateConfigLimit" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneConfigLimit = + (Operation){ + name = "GetOneConfigLimit" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetConfigLimits = + (Operation){ + name = "GetConfigLimits" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetConfigLimitsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetConfigLimitsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateConfigLimit = + (Operation){ + name = "UpdateConfigLimit" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneConfigLimit = + (Operation){ + name = "DeleteOneConfigLimit" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreatePermissionGroup = + (Operation){ + name = "CreatePermissionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOnePermissionGroup = + (Operation){ + name = "GetOnePermissionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetPermissionGroups = + (Operation){ + name = "GetPermissionGroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPermissionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPermissionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOnePermissionGroup = + (Operation){ + name = "DeleteOnePermissionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdatePermissionGroup = + (Operation){ + name = "UpdatePermissionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomerPermissions = + (Operation){ + name = "GetCustomerPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetUserPermissions = + (Operation){ + name = "GetUserPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CheckPermissions = + (Operation){ + name = "CheckPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CheckPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CheckPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddPermissionGroupUsers = + (Operation){ + name = "AddPermissionGroupUsers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetPermissionGroupUsers = + (Operation){ + name = "SetPermissionGroupUsers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemovePermissionGroupUsers = + (Operation){ + name = "RemovePermissionGroupUsers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddPermissionGroupSubgroups = + (Operation){ + name = "AddPermissionGroupSubgroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetPermissionGroupSubgroups = + (Operation){ + name = "SetPermissionGroupSubgroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemovePermissionGroupSubgroups = + (Operation){ + name = "RemovePermissionGroupSubgroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddPermissionGroupPermissions = + (Operation){ + name = "AddPermissionGroupPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetPermissionGroupPermissions = + (Operation){ + name = "SetPermissionGroupPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemovePermissionGroupPermissions = + (Operation){ + name = "RemovePermissionGroupPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddPermissionGroupZones = + (Operation){ + name = "AddPermissionGroupZones" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetPermissionGroupZones = + (Operation){ + name = "SetPermissionGroupZones" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemovePermissionGroupZones = + (Operation){ + name = "RemovePermissionGroupZones" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddUserGroups = + (Operation){ + name = "AddUserGroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetUserGroups = + (Operation){ + name = "SetUserGroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveUserGroups = + (Operation){ + name = "RemoveUserGroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddUserZones = + (Operation){ + name = "AddUserZones" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetUserZones = + (Operation){ + name = "SetUserZones" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveUserZones = + (Operation){ + name = "RemoveUserZones" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddUserPermissions = + (Operation){ + name = "AddUserPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetUserPermissions = + (Operation){ + name = "SetUserPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveUserPermissions = + (Operation){ + name = "RemoveUserPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddUserForbids = + (Operation){ + name = "AddUserForbids" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetUserForbids = + (Operation){ + name = "SetUserForbids" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveUserForbids = + (Operation){ + name = "RemoveUserForbids" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddCustomerPermissions = + (Operation){ + name = "AddCustomerPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetCustomerPermissions = + (Operation){ + name = "SetCustomerPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveCustomerPermissions = + (Operation){ + name = "RemoveCustomerPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddCustomerForbids = + (Operation){ + name = "AddCustomerForbids" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetCustomerForbids = + (Operation){ + name = "SetCustomerForbids" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveCustomerForbids = + (Operation){ + name = "RemoveCustomerForbids" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetHostStatsFlags = + (Operation){ + name = "GetHostStatsFlags" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetHostStatsFlags = + (Operation){ + name = "SetHostStatsFlags" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateTSIGKey = + (Operation){ + name = "CreateTSIGKey" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneTSIGKey = + (Operation){ + name = "GetOneTSIGKey" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTSIGKeys = + (Operation){ + name = "GetTSIGKeys" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTSIGKeysRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTSIGKeysResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateTSIGKey = + (Operation){ + name = "UpdateTSIGKey" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneTSIGKey = + (Operation){ + name = "DeleteOneTSIGKey" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateZone = + (Operation){ + name = "CreateZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneZone = + (Operation){ + name = "GetOneZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZones = + (Operation){ + name = "GetZones" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneZone = + (Operation){ + name = "DeleteOneZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateSecondaryZone = + (Operation){ + name = "CreateSecondaryZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSecondaryZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSecondaryZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSecondary = + (Operation){ + name = "UpdateSecondary" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateSecondary = + (Operation){ + name = "ActivateSecondary" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateSecondary = + (Operation){ + name = "DeactivateSecondary" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RetransferSecondary = + (Operation){ + name = "RetransferSecondary" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RetransferSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RetransferSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSecondary = + (Operation){ + name = "GetOneSecondary" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSecondaries = + (Operation){ + name = "GetSecondaries" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSecondariesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSecondariesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneApex = + (Operation){ + name = "GetZoneApex" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneApexRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneApexResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateARecord = + (Operation){ + name = "CreateARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneARecord = + (Operation){ + name = "GetOneARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetARecords = + (Operation){ + name = "GetARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateARecord = + (Operation){ + name = "UpdateARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteARecords = + (Operation){ + name = "DeleteARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneARecord = + (Operation){ + name = "DeleteOneARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateAAAARecord = + (Operation){ + name = "CreateAAAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneAAAARecord = + (Operation){ + name = "GetOneAAAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAAAARecords = + (Operation){ + name = "GetAAAARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateAAAARecord = + (Operation){ + name = "UpdateAAAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteAAAARecords = + (Operation){ + name = "DeleteAAAARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneAAAARecord = + (Operation){ + name = "DeleteOneAAAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateALIASRecord = + (Operation){ + name = "CreateALIASRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneALIASRecord = + (Operation){ + name = "GetOneALIASRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetALIASRecords = + (Operation){ + name = "GetALIASRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateALIASRecord = + (Operation){ + name = "UpdateALIASRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteALIASRecords = + (Operation){ + name = "DeleteALIASRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneALIASRecord = + (Operation){ + name = "DeleteOneALIASRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCAARecord = + (Operation){ + name = "CreateCAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCAARecord = + (Operation){ + name = "GetOneCAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCAARecords = + (Operation){ + name = "GetCAARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCAARecord = + (Operation){ + name = "UpdateCAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCAARecords = + (Operation){ + name = "DeleteCAARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCAARecord = + (Operation){ + name = "DeleteOneCAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCDNSKEYRecord = + (Operation){ + name = "CreateCDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCDNSKEYRecord = + (Operation){ + name = "GetOneCDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCDNSKEYRecords = + (Operation){ + name = "GetCDNSKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCDNSKEYRecord = + (Operation){ + name = "UpdateCDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCDNSKEYRecords = + (Operation){ + name = "DeleteCDNSKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCDNSKEYRecord = + (Operation){ + name = "DeleteOneCDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCDSRecord = + (Operation){ + name = "CreateCDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCDSRecord = + (Operation){ + name = "GetOneCDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCDSRecords = + (Operation){ + name = "GetCDSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCDSRecord = + (Operation){ + name = "UpdateCDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCDSRecords = + (Operation){ + name = "DeleteCDSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCDSRecord = + (Operation){ + name = "DeleteOneCDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCERTRecord = + (Operation){ + name = "CreateCERTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCERTRecord = + (Operation){ + name = "GetOneCERTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCERTRecords = + (Operation){ + name = "GetCERTRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCERTRecord = + (Operation){ + name = "UpdateCERTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCERTRecords = + (Operation){ + name = "DeleteCERTRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCERTRecord = + (Operation){ + name = "DeleteOneCERTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCNAMERecord = + (Operation){ + name = "CreateCNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCNAMERecord = + (Operation){ + name = "GetOneCNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCNAMERecords = + (Operation){ + name = "GetCNAMERecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCNAMERecord = + (Operation){ + name = "UpdateCNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCNAMERecords = + (Operation){ + name = "DeleteCNAMERecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCNAMERecord = + (Operation){ + name = "DeleteOneCNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCSYNCRecord = + (Operation){ + name = "CreateCSYNCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCSYNCRecord = + (Operation){ + name = "GetOneCSYNCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCSYNCRecords = + (Operation){ + name = "GetCSYNCRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCSYNCRecord = + (Operation){ + name = "UpdateCSYNCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCSYNCRecords = + (Operation){ + name = "DeleteCSYNCRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCSYNCRecord = + (Operation){ + name = "DeleteOneCSYNCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDHCIDRecord = + (Operation){ + name = "CreateDHCIDRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDHCIDRecord = + (Operation){ + name = "GetOneDHCIDRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDHCIDRecords = + (Operation){ + name = "GetDHCIDRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDHCIDRecord = + (Operation){ + name = "UpdateDHCIDRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteDHCIDRecords = + (Operation){ + name = "DeleteDHCIDRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDHCIDRecord = + (Operation){ + name = "DeleteOneDHCIDRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDNAMERecord = + (Operation){ + name = "CreateDNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDNAMERecord = + (Operation){ + name = "GetOneDNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDNAMERecords = + (Operation){ + name = "GetDNAMERecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDNAMERecord = + (Operation){ + name = "UpdateDNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteDNAMERecords = + (Operation){ + name = "DeleteDNAMERecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDNAMERecord = + (Operation){ + name = "DeleteOneDNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDNSKEYRecord = + (Operation){ + name = "CreateDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDNSKEYRecord = + (Operation){ + name = "GetOneDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDNSKEYRecords = + (Operation){ + name = "GetDNSKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDNSKEYRecord = + (Operation){ + name = "UpdateDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteDNSKEYRecords = + (Operation){ + name = "DeleteDNSKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDNSKEYRecord = + (Operation){ + name = "DeleteOneDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSRecord = + (Operation){ + name = "CreateDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSRecord = + (Operation){ + name = "GetOneDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSRecords = + (Operation){ + name = "GetDSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSRecord = + (Operation){ + name = "UpdateDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteDSRecords = + (Operation){ + name = "DeleteDSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSRecord = + (Operation){ + name = "DeleteOneDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateIPSECKEYRecord = + (Operation){ + name = "CreateIPSECKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneIPSECKEYRecord = + (Operation){ + name = "GetOneIPSECKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetIPSECKEYRecords = + (Operation){ + name = "GetIPSECKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateIPSECKEYRecord = + (Operation){ + name = "UpdateIPSECKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteIPSECKEYRecords = + (Operation){ + name = "DeleteIPSECKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneIPSECKEYRecord = + (Operation){ + name = "DeleteOneIPSECKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateKEYRecord = + (Operation){ + name = "CreateKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneKEYRecord = + (Operation){ + name = "GetOneKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetKEYRecords = + (Operation){ + name = "GetKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateKEYRecord = + (Operation){ + name = "UpdateKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteKEYRecords = + (Operation){ + name = "DeleteKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneKEYRecord = + (Operation){ + name = "DeleteOneKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateKXRecord = + (Operation){ + name = "CreateKXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneKXRecord = + (Operation){ + name = "GetOneKXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetKXRecords = + (Operation){ + name = "GetKXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateKXRecord = + (Operation){ + name = "UpdateKXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteKXRecords = + (Operation){ + name = "DeleteKXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneKXRecord = + (Operation){ + name = "DeleteOneKXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateLOCRecord = + (Operation){ + name = "CreateLOCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneLOCRecord = + (Operation){ + name = "GetOneLOCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetLOCRecords = + (Operation){ + name = "GetLOCRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateLOCRecord = + (Operation){ + name = "UpdateLOCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteLOCRecords = + (Operation){ + name = "DeleteLOCRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneLOCRecord = + (Operation){ + name = "DeleteOneLOCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateMXRecord = + (Operation){ + name = "CreateMXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneMXRecord = + (Operation){ + name = "GetOneMXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetMXRecords = + (Operation){ + name = "GetMXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateMXRecord = + (Operation){ + name = "UpdateMXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteMXRecords = + (Operation){ + name = "DeleteMXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneMXRecord = + (Operation){ + name = "DeleteOneMXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateNAPTRRecord = + (Operation){ + name = "CreateNAPTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneNAPTRRecord = + (Operation){ + name = "GetOneNAPTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNAPTRRecords = + (Operation){ + name = "GetNAPTRRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateNAPTRRecord = + (Operation){ + name = "UpdateNAPTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteNAPTRRecords = + (Operation){ + name = "DeleteNAPTRRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneNAPTRRecord = + (Operation){ + name = "DeleteOneNAPTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateNSAPRecord = + (Operation){ + name = "CreateNSAPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneNSAPRecord = + (Operation){ + name = "GetOneNSAPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNSAPRecords = + (Operation){ + name = "GetNSAPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateNSAPRecord = + (Operation){ + name = "UpdateNSAPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteNSAPRecords = + (Operation){ + name = "DeleteNSAPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneNSAPRecord = + (Operation){ + name = "DeleteOneNSAPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreatePOLICYRecord = + (Operation){ + name = "CreatePOLICYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOnePOLICYRecord = + (Operation){ + name = "GetOnePOLICYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetPOLICYRecords = + (Operation){ + name = "GetPOLICYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdatePOLICYRecord = + (Operation){ + name = "UpdatePOLICYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeletePOLICYRecords = + (Operation){ + name = "DeletePOLICYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOnePOLICYRecord = + (Operation){ + name = "DeleteOnePOLICYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreatePTRRecord = + (Operation){ + name = "CreatePTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOnePTRRecord = + (Operation){ + name = "GetOnePTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetPTRRecords = + (Operation){ + name = "GetPTRRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdatePTRRecord = + (Operation){ + name = "UpdatePTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeletePTRRecords = + (Operation){ + name = "DeletePTRRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOnePTRRecord = + (Operation){ + name = "DeleteOnePTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreatePXRecord = + (Operation){ + name = "CreatePXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOnePXRecord = + (Operation){ + name = "GetOnePXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetPXRecords = + (Operation){ + name = "GetPXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdatePXRecord = + (Operation){ + name = "UpdatePXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeletePXRecords = + (Operation){ + name = "DeletePXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOnePXRecord = + (Operation){ + name = "DeleteOnePXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateRPRecord = + (Operation){ + name = "CreateRPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneRPRecord = + (Operation){ + name = "GetOneRPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRPRecords = + (Operation){ + name = "GetRPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateRPRecord = + (Operation){ + name = "UpdateRPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteRPRecords = + (Operation){ + name = "DeleteRPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneRPRecord = + (Operation){ + name = "DeleteOneRPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateSPFRecord = + (Operation){ + name = "CreateSPFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSPFRecord = + (Operation){ + name = "GetOneSPFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSPFRecords = + (Operation){ + name = "GetSPFRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSPFRecord = + (Operation){ + name = "UpdateSPFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteSPFRecords = + (Operation){ + name = "DeleteSPFRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneSPFRecord = + (Operation){ + name = "DeleteOneSPFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateSRVRecord = + (Operation){ + name = "CreateSRVRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSRVRecord = + (Operation){ + name = "GetOneSRVRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSRVRecords = + (Operation){ + name = "GetSRVRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSRVRecord = + (Operation){ + name = "UpdateSRVRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteSRVRecords = + (Operation){ + name = "DeleteSRVRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneSRVRecord = + (Operation){ + name = "DeleteOneSRVRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateSSHFPRecord = + (Operation){ + name = "CreateSSHFPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSSHFPRecord = + (Operation){ + name = "GetOneSSHFPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSSHFPRecords = + (Operation){ + name = "GetSSHFPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSSHFPRecord = + (Operation){ + name = "UpdateSSHFPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteSSHFPRecords = + (Operation){ + name = "DeleteSSHFPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneSSHFPRecord = + (Operation){ + name = "DeleteOneSSHFPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateTLSARecord = + (Operation){ + name = "CreateTLSARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneTLSARecord = + (Operation){ + name = "GetOneTLSARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTLSARecords = + (Operation){ + name = "GetTLSARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateTLSARecord = + (Operation){ + name = "UpdateTLSARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteTLSARecords = + (Operation){ + name = "DeleteTLSARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneTLSARecord = + (Operation){ + name = "DeleteOneTLSARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateTXTRecord = + (Operation){ + name = "CreateTXTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneTXTRecord = + (Operation){ + name = "GetOneTXTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTXTRecords = + (Operation){ + name = "GetTXTRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateTXTRecord = + (Operation){ + name = "UpdateTXTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteTXTRecords = + (Operation){ + name = "DeleteTXTRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneTXTRecord = + (Operation){ + name = "DeleteOneTXTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSOARecord = + (Operation){ + name = "GetOneSOARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSOARecords = + (Operation){ + name = "GetSOARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSOARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSOARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSOARecord = + (Operation){ + name = "UpdateSOARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateNSRecord = + (Operation){ + name = "CreateNSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneNSRecord = + (Operation){ + name = "GetOneNSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNSRecords = + (Operation){ + name = "GetNSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateNSRecord = + (Operation){ + name = "UpdateNSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteNSRecords = + (Operation){ + name = "DeleteNSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneNSRecord = + (Operation){ + name = "DeleteOneNSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceARecords = + (Operation){ + name = "ReplaceARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceAAAARecords = + (Operation){ + name = "ReplaceAAAARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceALIASRecords = + (Operation){ + name = "ReplaceALIASRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCAARecords = + (Operation){ + name = "ReplaceCAARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCDNSKEYRecords = + (Operation){ + name = "ReplaceCDNSKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCDSRecords = + (Operation){ + name = "ReplaceCDSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCERTRecords = + (Operation){ + name = "ReplaceCERTRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCNAMERecords = + (Operation){ + name = "ReplaceCNAMERecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCSYNCRecords = + (Operation){ + name = "ReplaceCSYNCRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceDHCIDRecords = + (Operation){ + name = "ReplaceDHCIDRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceDNAMERecords = + (Operation){ + name = "ReplaceDNAMERecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceDNSKEYRecords = + (Operation){ + name = "ReplaceDNSKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceDSRecords = + (Operation){ + name = "ReplaceDSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceIPSECKEYRecords = + (Operation){ + name = "ReplaceIPSECKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceKEYRecords = + (Operation){ + name = "ReplaceKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceKXRecords = + (Operation){ + name = "ReplaceKXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceLOCRecords = + (Operation){ + name = "ReplaceLOCRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceMXRecords = + (Operation){ + name = "ReplaceMXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceNAPTRRecords = + (Operation){ + name = "ReplaceNAPTRRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceNSAPRecords = + (Operation){ + name = "ReplaceNSAPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplacePOLICYRecords = + (Operation){ + name = "ReplacePOLICYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplacePTRRecords = + (Operation){ + name = "ReplacePTRRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplacePXRecords = + (Operation){ + name = "ReplacePXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceRPRecords = + (Operation){ + name = "ReplaceRPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceSPFRecords = + (Operation){ + name = "ReplaceSPFRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceSRVRecords = + (Operation){ + name = "ReplaceSRVRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceSSHFPRecords = + (Operation){ + name = "ReplaceSSHFPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceTLSARecords = + (Operation){ + name = "ReplaceTLSARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceTXTRecords = + (Operation){ + name = "ReplaceTXTRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceNSRecords = + (Operation){ + name = "ReplaceNSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetANYRecords = + (Operation){ + name = "GetANYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetANYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetANYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAllRecords = + (Operation){ + name = "GetAllRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAllAliasQNames = + (Operation){ + name = "GetAllAliasQNames" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllAliasQNamesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllAliasQNamesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneUser = + (Operation){ + name = "GetOneUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneUser = + (Operation){ + name = "DeleteOneUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateUser = + (Operation){ + name = "CreateUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateUser = + (Operation){ + name = "UpdateUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetUsers = + (Operation){ + name = "GetUsers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetUpdateUsers = + (Operation){ + name = "GetUpdateUsers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateUpdateUser = + (Operation){ + name = "UpdateUpdateUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneUpdateUser = + (Operation){ + name = "DeleteOneUpdateUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateUserPassword = + (Operation){ + name = "UpdateUserPassword" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + BlockUser = + (Operation){ + name = "BlockUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UnblockUser = + (Operation){ + name = "UnblockUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnblockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnblockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateContact = + (Operation){ + name = "CreateContact" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneContact = + (Operation){ + name = "GetOneContact" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetContacts = + (Operation){ + name = "GetContacts" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetContactsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetContactsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneContact = + (Operation){ + name = "DeleteOneContact" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateContact = + (Operation){ + name = "UpdateContact" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCustomer = + (Operation){ + name = "CreateCustomer" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCustomer = + (Operation){ + name = "UpdateCustomer" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCustomer = + (Operation){ + name = "GetOneCustomer" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomers = + (Operation){ + name = "GetCustomers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCustomer = + (Operation){ + name = "DeleteOneCustomer" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomerPrefs = + (Operation){ + name = "GetCustomerPrefs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetCustomerPrefs = + (Operation){ + name = "SetCustomerPrefs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomerIPACL = + (Operation){ + name = "GetCustomerIPACL" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetCustomerIPACL = + (Operation){ + name = "SetCustomerIPACL" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCustomerOracleMetadata = + (Operation){ + name = "CreateCustomerOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCustomerOracleMetadata = + (Operation){ + name = "UpdateCustomerOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomerOracleMetadata = + (Operation){ + name = "GetCustomerOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCustomerOracleMetadata = + (Operation){ + name = "DeleteCustomerOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateZoneOracleMetadata = + (Operation){ + name = "CreateZoneOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateZoneOracleMetadata = + (Operation){ + name = "UpdateZoneOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneOracleMetadata = + (Operation){ + name = "GetZoneOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteZoneOracleMetadata = + (Operation){ + name = "DeleteZoneOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + OCIMigrate = + (Operation){ + name = "OCIMigrate" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('OCIMigrateRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('OCIMigrateResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDDNS = + (Operation){ + name = "CreateDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDDNS = + (Operation){ + name = "GetOneDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDDNSs = + (Operation){ + name = "GetDDNSs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDDNSsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDDNSsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDDNS = + (Operation){ + name = "UpdateDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDDNS = + (Operation){ + name = "DeleteOneDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateDDNS = + (Operation){ + name = "ActivateDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateDDNS = + (Operation){ + name = "DeactivateDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ResetDDNS = + (Operation){ + name = "ResetDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ResetDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ResetDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetUpdateUserPassword = + (Operation){ + name = "GetUpdateUserPassword" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDDNSHost = + (Operation){ + name = "CreateDDNSHost" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSHostRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSHostResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateUpdateUser = + (Operation){ + name = "CreateUpdateUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddDDNS = + (Operation){ + name = "AddDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateFailover = + (Operation){ + name = "CreateFailover" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneFailover = + (Operation){ + name = "GetOneFailover" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetFailovers = + (Operation){ + name = "GetFailovers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetFailoversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetFailoversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateFailover = + (Operation){ + name = "UpdateFailover" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneFailover = + (Operation){ + name = "DeleteOneFailover" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateFailover = + (Operation){ + name = "ActivateFailover" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateFailover = + (Operation){ + name = "DeactivateFailover" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverFailover = + (Operation){ + name = "RecoverFailover" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateLoadBalance = + (Operation){ + name = "CreateLoadBalance" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneLoadBalance = + (Operation){ + name = "GetOneLoadBalance" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetLoadBalances = + (Operation){ + name = "GetLoadBalances" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateLoadBalance = + (Operation){ + name = "UpdateLoadBalance" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneLoadBalance = + (Operation){ + name = "DeleteOneLoadBalance" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateLoadBalance = + (Operation){ + name = "ActivateLoadBalance" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateLoadBalance = + (Operation){ + name = "DeactivateLoadBalance" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverLoadBalance = + (Operation){ + name = "RecoverLoadBalance" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverLoadBalanceIP = + (Operation){ + name = "RecoverLoadBalanceIP" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateLoadBalancePoolEntry = + (Operation){ + name = "CreateLoadBalancePoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateLoadBalancePoolEntry = + (Operation){ + name = "UpdateLoadBalancePoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneLoadBalancePoolEntry = + (Operation){ + name = "GetOneLoadBalancePoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetLoadBalancePoolEntries = + (Operation){ + name = "GetLoadBalancePoolEntries" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancePoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancePoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneLoadBalancePoolEntry = + (Operation){ + name = "DeleteOneLoadBalancePoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGSLB = + (Operation){ + name = "CreateGSLB" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGSLB = + (Operation){ + name = "GetOneGSLB" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGSLBs = + (Operation){ + name = "GetGSLBs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGSLB = + (Operation){ + name = "UpdateGSLB" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGSLB = + (Operation){ + name = "DeleteOneGSLB" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateGSLB = + (Operation){ + name = "ActivateGSLB" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateGSLB = + (Operation){ + name = "DeactivateGSLB" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverGSLB = + (Operation){ + name = "RecoverGSLB" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverGSLBIP = + (Operation){ + name = "RecoverGSLBIP" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGSLBRegion = + (Operation){ + name = "CreateGSLBRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGSLBRegion = + (Operation){ + name = "GetOneGSLBRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGSLBRegions = + (Operation){ + name = "GetGSLBRegions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGSLBRegion = + (Operation){ + name = "UpdateGSLBRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGSLBRegion = + (Operation){ + name = "DeleteOneGSLBRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGSLBRegionPoolEntry = + (Operation){ + name = "CreateGSLBRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGSLBRegionPoolEntry = + (Operation){ + name = "UpdateGSLBRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGSLBRegionPoolEntry = + (Operation){ + name = "GetOneGSLBRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGSLBRegionPoolEntries = + (Operation){ + name = "GetGSLBRegionPoolEntries" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGSLBRegionPoolEntry = + (Operation){ + name = "DeleteOneGSLBRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateRTTM = + (Operation){ + name = "CreateRTTM" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneRTTM = + (Operation){ + name = "GetOneRTTM" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMs = + (Operation){ + name = "GetRTTMs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateRTTM = + (Operation){ + name = "UpdateRTTM" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneRTTM = + (Operation){ + name = "DeleteOneRTTM" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateRTTM = + (Operation){ + name = "ActivateRTTM" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateRTTM = + (Operation){ + name = "DeactivateRTTM" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverRTTM = + (Operation){ + name = "RecoverRTTM" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverRTTMIP = + (Operation){ + name = "RecoverRTTMIP" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMLogs = + (Operation){ + name = "GetRTTMLogs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMLogsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMLogsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMRRSets = + (Operation){ + name = "GetRTTMRRSets" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRRSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRRSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateRTTMRegion = + (Operation){ + name = "CreateRTTMRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneRTTMRegion = + (Operation){ + name = "GetOneRTTMRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMRegions = + (Operation){ + name = "GetRTTMRegions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateRTTMRegion = + (Operation){ + name = "UpdateRTTMRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneRTTMRegion = + (Operation){ + name = "DeleteOneRTTMRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateRTTMRegionPoolEntry = + (Operation){ + name = "CreateRTTMRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateRTTMRegionPoolEntry = + (Operation){ + name = "UpdateRTTMRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneRTTMRegionPoolEntry = + (Operation){ + name = "GetOneRTTMRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMRegionPoolEntries = + (Operation){ + name = "GetRTTMRegionPoolEntries" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneRTTMRegionPoolEntry = + (Operation){ + name = "DeleteOneRTTMRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateHTTPRedirect = + (Operation){ + name = "CreateHTTPRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneHTTPRedirect = + (Operation){ + name = "GetOneHTTPRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetHTTPRedirects = + (Operation){ + name = "GetHTTPRedirects" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHTTPRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHTTPRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateHTTPRedirect = + (Operation){ + name = "UpdateHTTPRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneHTTPRedirect = + (Operation){ + name = "DeleteOneHTTPRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateAdvRedirectRule = + (Operation){ + name = "CreateAdvRedirectRule" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateAdvRedirectRule = + (Operation){ + name = "UpdateAdvRedirectRule" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneAdvRedirectRule = + (Operation){ + name = "GetOneAdvRedirectRule" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAdvRedirectRules = + (Operation){ + name = "GetAdvRedirectRules" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectRulesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectRulesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneAdvRedirectRule = + (Operation){ + name = "DeleteOneAdvRedirectRule" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateAdvRedirect = + (Operation){ + name = "CreateAdvRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneAdvRedirect = + (Operation){ + name = "GetOneAdvRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAdvRedirects = + (Operation){ + name = "GetAdvRedirects" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateAdvRedirect = + (Operation){ + name = "UpdateAdvRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneAdvRedirect = + (Operation){ + name = "DeleteOneAdvRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNodeList = + (Operation){ + name = "GetNodeList" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNodeListRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNodeListResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + PublishZone = + (Operation){ + name = "PublishZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + PruneZone = + (Operation){ + name = "PruneZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PruneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PruneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + FreezeZone = + (Operation){ + name = "FreezeZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('FreezeZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('FreezeZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ThawZone = + (Operation){ + name = "ThawZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ThawZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ThawZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RestoreZone = + (Operation){ + name = "RestoreZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RestoreZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RestoreZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + BlockZone = + (Operation){ + name = "BlockZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteZoneChangeset = + (Operation){ + name = "DeleteZoneChangeset" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneChangeset = + (Operation){ + name = "GetZoneChangeset" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneNotes = + (Operation){ + name = "GetZoneNotes" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneNotesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneNotesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UploadZoneFile = + (Operation){ + name = "UploadZoneFile" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UploadZoneFileRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UploadZoneFileResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + TransferZoneIn = + (Operation){ + name = "TransferZoneIn" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('TransferZoneInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('TransferZoneInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTransferStatus = + (Operation){ + name = "GetTransferStatus" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTransferStatusRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTransferStatusResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneConfigOptions = + (Operation){ + name = "GetZoneConfigOptions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetZoneConfigOptions = + (Operation){ + name = "SetZoneConfigOptions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateIPTrack = + (Operation){ + name = "CreateIPTrack" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneIPTrack = + (Operation){ + name = "GetOneIPTrack" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetIPTracks = + (Operation){ + name = "GetIPTracks" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPTracksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPTracksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateIPTrack = + (Operation){ + name = "UpdateIPTrack" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneIPTrack = + (Operation){ + name = "DeleteOneIPTrack" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateIPTrack = + (Operation){ + name = "ActivateIPTrack" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateIPTrack = + (Operation){ + name = "DeactivateIPTrack" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDNSSEC = + (Operation){ + name = "CreateDNSSEC" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDNSSEC = + (Operation){ + name = "GetOneDNSSEC" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDNSSECs = + (Operation){ + name = "GetDNSSECs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDNSSEC = + (Operation){ + name = "UpdateDNSSEC" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDNSSEC = + (Operation){ + name = "DeleteOneDNSSEC" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateDNSSEC = + (Operation){ + name = "ActivateDNSSEC" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateDNSSEC = + (Operation){ + name = "DeactivateDNSSEC" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDNSSECTimeline = + (Operation){ + name = "GetDNSSECTimeline" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECTimelineRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECTimelineResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTasks = + (Operation){ + name = "GetTasks" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTasksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTasksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneTask = + (Operation){ + name = "GetOneTask" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CancelTask = + (Operation){ + name = "CancelTask" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CancelTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CancelTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateExtNameserver = + (Operation){ + name = "CreateExtNameserver" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneExtNameserver = + (Operation){ + name = "GetOneExtNameserver" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetExtNameservers = + (Operation){ + name = "GetExtNameservers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetExtNameserversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetExtNameserversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateExtNameserver = + (Operation){ + name = "UpdateExtNameserver" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneExtNameserver = + (Operation){ + name = "DeleteOneExtNameserver" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + } + type = + (PortType){ + _WObject__resolved = True + name = "Dynect" + qname = "(Dynect, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + operations = + { + GetJob = + (Operation){ + name = "GetJob" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetJobRequest" + qname = "(GetJobRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetJobRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetJobResponse" + qname = "(GetJobResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetJobResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SessionLogin = + (Operation){ + name = "SessionLogin" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SessionLoginRequest" + qname = "(SessionLoginRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLoginRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SessionLoginResponse" + qname = "(SessionLoginResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLoginResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SessionLogout = + (Operation){ + name = "SessionLogout" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SessionLogoutRequest" + qname = "(SessionLogoutRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLogoutRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SessionLogoutResponse" + qname = "(SessionLogoutResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLogoutResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SessionIsAlive = + (Operation){ + name = "SessionIsAlive" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SessionIsAliveRequest" + qname = "(SessionIsAliveRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionIsAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SessionIsAliveResponse" + qname = "(SessionIsAliveResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionIsAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SessionKeepAlive = + (Operation){ + name = "SessionKeepAlive" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SessionKeepAliveRequest" + qname = "(SessionKeepAliveRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionKeepAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SessionKeepAliveResponse" + qname = "(SessionKeepAliveResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionKeepAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ScopeIn = + (Operation){ + name = "ScopeIn" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ScopeInRequest" + qname = "(ScopeInRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ScopeInResponse" + qname = "(ScopeInResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ScopeAs = + (Operation){ + name = "ScopeAs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ScopeAsRequest" + qname = "(ScopeAsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeAsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ScopeAsResponse" + qname = "(ScopeAsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeAsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + Unscope = + (Operation){ + name = "Unscope" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UnscopeRequest" + qname = "(UnscopeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnscopeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UnscopeResponse" + qname = "(UnscopeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnscopeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetQueryStats = + (Operation){ + name = "GetQueryStats" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetQueryStatsRequest" + qname = "(GetQueryStatsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetQueryStatsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetQueryStatsResponse" + qname = "(GetQueryStatsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetQueryStatsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGeo = + (Operation){ + name = "CreateGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGeoRequest" + qname = "(CreateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGeoResponse" + qname = "(CreateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGeo = + (Operation){ + name = "UpdateGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGeoRequest" + qname = "(UpdateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGeoResponse" + qname = "(UpdateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGeos = + (Operation){ + name = "GetGeos" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGeosRequest" + qname = "(GetGeosRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeosRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGeosResponse" + qname = "(GetGeosResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeosResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGeo = + (Operation){ + name = "GetOneGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGeoRequest" + qname = "(GetOneGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGeoResponse" + qname = "(GetOneGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGeo = + (Operation){ + name = "DeleteOneGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoRequest" + qname = "(DeleteOneGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoResponse" + qname = "(DeleteOneGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateGeo = + (Operation){ + name = "ActivateGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateGeoRequest" + qname = "(ActivateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateGeoResponse" + qname = "(ActivateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateGeo = + (Operation){ + name = "DeactivateGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateGeoRequest" + qname = "(DeactivateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateGeoResponse" + qname = "(DeactivateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGeoRegionGroup = + (Operation){ + name = "CreateGeoRegionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGeoRegionGroupRequest" + qname = "(CreateGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGeoRegionGroupResponse" + qname = "(CreateGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGeoRegionGroup = + (Operation){ + name = "UpdateGeoRegionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGeoRegionGroupRequest" + qname = "(UpdateGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGeoRegionGroupResponse" + qname = "(UpdateGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGeoRegionGroup = + (Operation){ + name = "DeleteOneGeoRegionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoRegionGroupRequest" + qname = "(DeleteOneGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoRegionGroupResponse" + qname = "(DeleteOneGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGeoRegionGroups = + (Operation){ + name = "GetGeoRegionGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGeoRegionGroupsRequest" + qname = "(GetGeoRegionGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoRegionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGeoRegionGroupsResponse" + qname = "(GetGeoRegionGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoRegionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGeoRegionGroup = + (Operation){ + name = "GetOneGeoRegionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGeoRegionGroupRequest" + qname = "(GetOneGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGeoRegionGroupResponse" + qname = "(GetOneGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGeoNode = + (Operation){ + name = "CreateGeoNode" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGeoNodeRequest" + qname = "(CreateGeoNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGeoNodeResponse" + qname = "(CreateGeoNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGeoNode = + (Operation){ + name = "DeleteOneGeoNode" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoNodeRequest" + qname = "(DeleteOneGeoNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoNodeResponse" + qname = "(DeleteOneGeoNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGeoNodes = + (Operation){ + name = "GetGeoNodes" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGeoNodesRequest" + qname = "(GetGeoNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGeoNodesResponse" + qname = "(GetGeoNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSF = + (Operation){ + name = "CreateDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRequest" + qname = "(CreateDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFResponse" + qname = "(CreateDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSF = + (Operation){ + name = "UpdateDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRequest" + qname = "(UpdateDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFResponse" + qname = "(UpdateDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFs = + (Operation){ + name = "GetDSFs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFsRequest" + qname = "(GetDSFsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFsResponse" + qname = "(GetDSFsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFNotifiers = + (Operation){ + name = "GetDSFNotifiers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFNotifiersRequest" + qname = "(GetDSFNotifiersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFNotifiersResponse" + qname = "(GetDSFNotifiersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSF = + (Operation){ + name = "DeleteOneDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRequest" + qname = "(DeleteOneDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFResponse" + qname = "(DeleteOneDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSF = + (Operation){ + name = "GetOneDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRequest" + qname = "(GetOneDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFResponse" + qname = "(GetOneDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RevertDSF = + (Operation){ + name = "RevertDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RevertDSFRequest" + qname = "(RevertDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RevertDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RevertDSFResponse" + qname = "(RevertDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RevertDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + PublishDSF = + (Operation){ + name = "PublishDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "PublishDSFRequest" + qname = "(PublishDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "PublishDSFResponse" + qname = "(PublishDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddDSFNotifier = + (Operation){ + name = "AddDSFNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddDSFNotifierRequest" + qname = "(AddDSFNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddDSFNotifierResponse" + qname = "(AddDSFNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveDSFNotifier = + (Operation){ + name = "RemoveDSFNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveDSFNotifierRequest" + qname = "(RemoveDSFNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveDSFNotifierResponse" + qname = "(RemoveDSFNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFRuleset = + (Operation){ + name = "CreateDSFRuleset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRulesetRequest" + qname = "(CreateDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFRulesetResponse" + qname = "(CreateDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFRuleset = + (Operation){ + name = "UpdateDSFRuleset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRulesetRequest" + qname = "(UpdateDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRulesetResponse" + qname = "(UpdateDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFRulesets = + (Operation){ + name = "GetDSFRulesets" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFRulesetsRequest" + qname = "(GetDSFRulesetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRulesetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFRulesetsResponse" + qname = "(GetDSFRulesetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRulesetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFRuleset = + (Operation){ + name = "GetOneDSFRuleset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRulesetRequest" + qname = "(GetOneDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRulesetResponse" + qname = "(GetOneDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFRuleset = + (Operation){ + name = "DeleteOneDSFRuleset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRulesetRequest" + qname = "(DeleteOneDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRulesetResponse" + qname = "(DeleteOneDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFResponsePool = + (Operation){ + name = "CreateDSFResponsePool" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFResponsePoolRequest" + qname = "(CreateDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFResponsePoolResponse" + qname = "(CreateDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFResponsePool = + (Operation){ + name = "UpdateDSFResponsePool" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFResponsePoolRequest" + qname = "(UpdateDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFResponsePoolResponse" + qname = "(UpdateDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFResponsePools = + (Operation){ + name = "GetDSFResponsePools" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFResponsePoolsRequest" + qname = "(GetDSFResponsePoolsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFResponsePoolsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFResponsePoolsResponse" + qname = "(GetDSFResponsePoolsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFResponsePoolsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFResponsePool = + (Operation){ + name = "GetOneDSFResponsePool" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFResponsePoolRequest" + qname = "(GetOneDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFResponsePoolResponse" + qname = "(GetOneDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFResponsePool = + (Operation){ + name = "DeleteOneDSFResponsePool" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFResponsePoolRequest" + qname = "(DeleteOneDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFResponsePoolResponse" + qname = "(DeleteOneDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFRecordSetFailoverChain = + (Operation){ + name = "CreateDSFRecordSetFailoverChain" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetFailoverChainRequest" + qname = "(CreateDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetFailoverChainResponse" + qname = "(CreateDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFRecordSetFailoverChain = + (Operation){ + name = "UpdateDSFRecordSetFailoverChain" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetFailoverChainRequest" + qname = "(UpdateDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetFailoverChainResponse" + qname = "(UpdateDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFRecordSetFailoverChains = + (Operation){ + name = "GetDSFRecordSetFailoverChains" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetFailoverChainsRequest" + qname = "(GetDSFRecordSetFailoverChainsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetFailoverChainsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetFailoverChainsResponse" + qname = "(GetDSFRecordSetFailoverChainsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetFailoverChainsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFRecordSetFailoverChain = + (Operation){ + name = "GetOneDSFRecordSetFailoverChain" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetFailoverChainRequest" + qname = "(GetOneDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetFailoverChainResponse" + qname = "(GetOneDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFRecordSetFailoverChain = + (Operation){ + name = "DeleteOneDSFRecordSetFailoverChain" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetFailoverChainRequest" + qname = "(DeleteOneDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetFailoverChainResponse" + qname = "(DeleteOneDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFRecordSet = + (Operation){ + name = "CreateDSFRecordSet" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetRequest" + qname = "(CreateDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetResponse" + qname = "(CreateDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFRecordSet = + (Operation){ + name = "UpdateDSFRecordSet" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetRequest" + qname = "(UpdateDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetResponse" + qname = "(UpdateDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFRecordSet = + (Operation){ + name = "GetOneDSFRecordSet" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetRequest" + qname = "(GetOneDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetResponse" + qname = "(GetOneDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFRecordSets = + (Operation){ + name = "GetDSFRecordSets" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetsRequest" + qname = "(GetDSFRecordSetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetsResponse" + qname = "(GetDSFRecordSetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFRecordSet = + (Operation){ + name = "DeleteOneDSFRecordSet" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetRequest" + qname = "(DeleteOneDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetResponse" + qname = "(DeleteOneDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFRecord = + (Operation){ + name = "CreateDSFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordRequest" + qname = "(CreateDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordResponse" + qname = "(CreateDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFRecord = + (Operation){ + name = "UpdateDSFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordRequest" + qname = "(UpdateDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordResponse" + qname = "(UpdateDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFRecord = + (Operation){ + name = "GetOneDSFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordRequest" + qname = "(GetOneDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordResponse" + qname = "(GetOneDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFRecords = + (Operation){ + name = "GetDSFRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordsRequest" + qname = "(GetDSFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordsResponse" + qname = "(GetDSFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFRecord = + (Operation){ + name = "DeleteOneDSFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordRequest" + qname = "(DeleteOneDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordResponse" + qname = "(DeleteOneDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddDSFNode = + (Operation){ + name = "AddDSFNode" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddDSFNodeRequest" + qname = "(AddDSFNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddDSFNodeResponse" + qname = "(AddDSFNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFNodes = + (Operation){ + name = "UpdateDSFNodes" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFNodesRequest" + qname = "(UpdateDSFNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFNodesResponse" + qname = "(UpdateDSFNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFNodes = + (Operation){ + name = "GetDSFNodes" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFNodesRequest" + qname = "(GetDSFNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFNodesResponse" + qname = "(GetDSFNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFNode = + (Operation){ + name = "DeleteOneDSFNode" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFNodeRequest" + qname = "(DeleteOneDSFNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFNodeResponse" + qname = "(DeleteOneDSFNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFMonitor = + (Operation){ + name = "CreateDSFMonitor" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFMonitorRequest" + qname = "(CreateDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFMonitorResponse" + qname = "(CreateDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFMonitor = + (Operation){ + name = "UpdateDSFMonitor" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFMonitorRequest" + qname = "(UpdateDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFMonitorResponse" + qname = "(UpdateDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFMonitor = + (Operation){ + name = "GetOneDSFMonitor" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFMonitorRequest" + qname = "(GetOneDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFMonitorResponse" + qname = "(GetOneDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFMonitors = + (Operation){ + name = "GetDSFMonitors" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorsRequest" + qname = "(GetDSFMonitorsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorsResponse" + qname = "(GetDSFMonitorsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFMonitor = + (Operation){ + name = "DeleteOneDSFMonitor" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFMonitorRequest" + qname = "(DeleteOneDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFMonitorResponse" + qname = "(DeleteOneDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddDSFMonitorNotifier = + (Operation){ + name = "AddDSFMonitorNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddDSFMonitorNotifierRequest" + qname = "(AddDSFMonitorNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFMonitorNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddDSFMonitorNotifierResponse" + qname = "(AddDSFMonitorNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFMonitorNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFMonitorSites = + (Operation){ + name = "GetDSFMonitorSites" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorSitesRequest" + qname = "(GetDSFMonitorSitesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorSitesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorSitesResponse" + qname = "(GetDSFMonitorSitesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorSitesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateNotifier = + (Operation){ + name = "CreateNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateNotifierRequest" + qname = "(CreateNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateNotifierResponse" + qname = "(CreateNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateNotifier = + (Operation){ + name = "UpdateNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateNotifierRequest" + qname = "(UpdateNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateNotifierResponse" + qname = "(UpdateNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneNotifier = + (Operation){ + name = "GetOneNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneNotifierRequest" + qname = "(GetOneNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneNotifierResponse" + qname = "(GetOneNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNotifiers = + (Operation){ + name = "GetNotifiers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNotifiersRequest" + qname = "(GetNotifiersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNotifiersResponse" + qname = "(GetNotifiersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneNotifier = + (Operation){ + name = "DeleteOneNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneNotifierRequest" + qname = "(DeleteOneNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneNotifierResponse" + qname = "(DeleteOneNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateConfigLimit = + (Operation){ + name = "CreateConfigLimit" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateConfigLimitRequest" + qname = "(CreateConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateConfigLimitResponse" + qname = "(CreateConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneConfigLimit = + (Operation){ + name = "GetOneConfigLimit" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneConfigLimitRequest" + qname = "(GetOneConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneConfigLimitResponse" + qname = "(GetOneConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetConfigLimits = + (Operation){ + name = "GetConfigLimits" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetConfigLimitsRequest" + qname = "(GetConfigLimitsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetConfigLimitsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetConfigLimitsResponse" + qname = "(GetConfigLimitsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetConfigLimitsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateConfigLimit = + (Operation){ + name = "UpdateConfigLimit" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateConfigLimitRequest" + qname = "(UpdateConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateConfigLimitResponse" + qname = "(UpdateConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneConfigLimit = + (Operation){ + name = "DeleteOneConfigLimit" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneConfigLimitRequest" + qname = "(DeleteOneConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneConfigLimitResponse" + qname = "(DeleteOneConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreatePermissionGroup = + (Operation){ + name = "CreatePermissionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreatePermissionGroupRequest" + qname = "(CreatePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreatePermissionGroupResponse" + qname = "(CreatePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOnePermissionGroup = + (Operation){ + name = "GetOnePermissionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOnePermissionGroupRequest" + qname = "(GetOnePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOnePermissionGroupResponse" + qname = "(GetOnePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetPermissionGroups = + (Operation){ + name = "GetPermissionGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetPermissionGroupsRequest" + qname = "(GetPermissionGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPermissionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetPermissionGroupsResponse" + qname = "(GetPermissionGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPermissionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOnePermissionGroup = + (Operation){ + name = "DeleteOnePermissionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOnePermissionGroupRequest" + qname = "(DeleteOnePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOnePermissionGroupResponse" + qname = "(DeleteOnePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdatePermissionGroup = + (Operation){ + name = "UpdatePermissionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdatePermissionGroupRequest" + qname = "(UpdatePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdatePermissionGroupResponse" + qname = "(UpdatePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomerPermissions = + (Operation){ + name = "GetCustomerPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomerPermissionsRequest" + qname = "(GetCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomerPermissionsResponse" + qname = "(GetCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetUserPermissions = + (Operation){ + name = "GetUserPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetUserPermissionsRequest" + qname = "(GetUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetUserPermissionsResponse" + qname = "(GetUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CheckPermissions = + (Operation){ + name = "CheckPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CheckPermissionsRequest" + qname = "(CheckPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CheckPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CheckPermissionsResponse" + qname = "(CheckPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CheckPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddPermissionGroupUsers = + (Operation){ + name = "AddPermissionGroupUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupUsersRequest" + qname = "(AddPermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupUsersResponse" + qname = "(AddPermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetPermissionGroupUsers = + (Operation){ + name = "SetPermissionGroupUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupUsersRequest" + qname = "(SetPermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupUsersResponse" + qname = "(SetPermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemovePermissionGroupUsers = + (Operation){ + name = "RemovePermissionGroupUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupUsersRequest" + qname = "(RemovePermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupUsersResponse" + qname = "(RemovePermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddPermissionGroupSubgroups = + (Operation){ + name = "AddPermissionGroupSubgroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupSubgroupsRequest" + qname = "(AddPermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupSubgroupsResponse" + qname = "(AddPermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetPermissionGroupSubgroups = + (Operation){ + name = "SetPermissionGroupSubgroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupSubgroupsRequest" + qname = "(SetPermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupSubgroupsResponse" + qname = "(SetPermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemovePermissionGroupSubgroups = + (Operation){ + name = "RemovePermissionGroupSubgroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupSubgroupsRequest" + qname = "(RemovePermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupSubgroupsResponse" + qname = "(RemovePermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddPermissionGroupPermissions = + (Operation){ + name = "AddPermissionGroupPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupPermissionsRequest" + qname = "(AddPermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupPermissionsResponse" + qname = "(AddPermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetPermissionGroupPermissions = + (Operation){ + name = "SetPermissionGroupPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupPermissionsRequest" + qname = "(SetPermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupPermissionsResponse" + qname = "(SetPermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemovePermissionGroupPermissions = + (Operation){ + name = "RemovePermissionGroupPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupPermissionsRequest" + qname = "(RemovePermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupPermissionsResponse" + qname = "(RemovePermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddPermissionGroupZones = + (Operation){ + name = "AddPermissionGroupZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupZonesRequest" + qname = "(AddPermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupZonesResponse" + qname = "(AddPermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetPermissionGroupZones = + (Operation){ + name = "SetPermissionGroupZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupZonesRequest" + qname = "(SetPermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupZonesResponse" + qname = "(SetPermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemovePermissionGroupZones = + (Operation){ + name = "RemovePermissionGroupZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupZonesRequest" + qname = "(RemovePermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupZonesResponse" + qname = "(RemovePermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddUserGroups = + (Operation){ + name = "AddUserGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddUserGroupsRequest" + qname = "(AddUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddUserGroupsResponse" + qname = "(AddUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetUserGroups = + (Operation){ + name = "SetUserGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetUserGroupsRequest" + qname = "(SetUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetUserGroupsResponse" + qname = "(SetUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveUserGroups = + (Operation){ + name = "RemoveUserGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveUserGroupsRequest" + qname = "(RemoveUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveUserGroupsResponse" + qname = "(RemoveUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddUserZones = + (Operation){ + name = "AddUserZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddUserZonesRequest" + qname = "(AddUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddUserZonesResponse" + qname = "(AddUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetUserZones = + (Operation){ + name = "SetUserZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetUserZonesRequest" + qname = "(SetUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetUserZonesResponse" + qname = "(SetUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveUserZones = + (Operation){ + name = "RemoveUserZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveUserZonesRequest" + qname = "(RemoveUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveUserZonesResponse" + qname = "(RemoveUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddUserPermissions = + (Operation){ + name = "AddUserPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddUserPermissionsRequest" + qname = "(AddUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddUserPermissionsResponse" + qname = "(AddUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetUserPermissions = + (Operation){ + name = "SetUserPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetUserPermissionsRequest" + qname = "(SetUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetUserPermissionsResponse" + qname = "(SetUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveUserPermissions = + (Operation){ + name = "RemoveUserPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveUserPermissionsRequest" + qname = "(RemoveUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveUserPermissionsResponse" + qname = "(RemoveUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddUserForbids = + (Operation){ + name = "AddUserForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddUserForbidsRequest" + qname = "(AddUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddUserForbidsResponse" + qname = "(AddUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetUserForbids = + (Operation){ + name = "SetUserForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetUserForbidsRequest" + qname = "(SetUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetUserForbidsResponse" + qname = "(SetUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveUserForbids = + (Operation){ + name = "RemoveUserForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveUserForbidsRequest" + qname = "(RemoveUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveUserForbidsResponse" + qname = "(RemoveUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddCustomerPermissions = + (Operation){ + name = "AddCustomerPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddCustomerPermissionsRequest" + qname = "(AddCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddCustomerPermissionsResponse" + qname = "(AddCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetCustomerPermissions = + (Operation){ + name = "SetCustomerPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetCustomerPermissionsRequest" + qname = "(SetCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetCustomerPermissionsResponse" + qname = "(SetCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveCustomerPermissions = + (Operation){ + name = "RemoveCustomerPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerPermissionsRequest" + qname = "(RemoveCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerPermissionsResponse" + qname = "(RemoveCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddCustomerForbids = + (Operation){ + name = "AddCustomerForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddCustomerForbidsRequest" + qname = "(AddCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddCustomerForbidsResponse" + qname = "(AddCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetCustomerForbids = + (Operation){ + name = "SetCustomerForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetCustomerForbidsRequest" + qname = "(SetCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetCustomerForbidsResponse" + qname = "(SetCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveCustomerForbids = + (Operation){ + name = "RemoveCustomerForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerForbidsRequest" + qname = "(RemoveCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerForbidsResponse" + qname = "(RemoveCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetHostStatsFlags = + (Operation){ + name = "GetHostStatsFlags" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetHostStatsFlagsRequest" + qname = "(GetHostStatsFlagsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetHostStatsFlagsResponse" + qname = "(GetHostStatsFlagsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetHostStatsFlags = + (Operation){ + name = "SetHostStatsFlags" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetHostStatsFlagsRequest" + qname = "(SetHostStatsFlagsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetHostStatsFlagsResponse" + qname = "(SetHostStatsFlagsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateTSIGKey = + (Operation){ + name = "CreateTSIGKey" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateTSIGKeyRequest" + qname = "(CreateTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateTSIGKeyResponse" + qname = "(CreateTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneTSIGKey = + (Operation){ + name = "GetOneTSIGKey" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneTSIGKeyRequest" + qname = "(GetOneTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneTSIGKeyResponse" + qname = "(GetOneTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTSIGKeys = + (Operation){ + name = "GetTSIGKeys" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTSIGKeysRequest" + qname = "(GetTSIGKeysRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTSIGKeysRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTSIGKeysResponse" + qname = "(GetTSIGKeysResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTSIGKeysResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateTSIGKey = + (Operation){ + name = "UpdateTSIGKey" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateTSIGKeyRequest" + qname = "(UpdateTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateTSIGKeyResponse" + qname = "(UpdateTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneTSIGKey = + (Operation){ + name = "DeleteOneTSIGKey" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneTSIGKeyRequest" + qname = "(DeleteOneTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneTSIGKeyResponse" + qname = "(DeleteOneTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateZone = + (Operation){ + name = "CreateZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateZoneRequest" + qname = "(CreateZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateZoneResponse" + qname = "(CreateZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneZone = + (Operation){ + name = "GetOneZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneZoneRequest" + qname = "(GetOneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneZoneResponse" + qname = "(GetOneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZones = + (Operation){ + name = "GetZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZonesRequest" + qname = "(GetZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZonesResponse" + qname = "(GetZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneZone = + (Operation){ + name = "DeleteOneZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneZoneRequest" + qname = "(DeleteOneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneZoneResponse" + qname = "(DeleteOneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateSecondaryZone = + (Operation){ + name = "CreateSecondaryZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateSecondaryZoneRequest" + qname = "(CreateSecondaryZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSecondaryZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateSecondaryZoneResponse" + qname = "(CreateSecondaryZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSecondaryZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSecondary = + (Operation){ + name = "UpdateSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSecondaryRequest" + qname = "(UpdateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSecondaryResponse" + qname = "(UpdateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateSecondary = + (Operation){ + name = "ActivateSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateSecondaryRequest" + qname = "(ActivateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateSecondaryResponse" + qname = "(ActivateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateSecondary = + (Operation){ + name = "DeactivateSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateSecondaryRequest" + qname = "(DeactivateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateSecondaryResponse" + qname = "(DeactivateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RetransferSecondary = + (Operation){ + name = "RetransferSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RetransferSecondaryRequest" + qname = "(RetransferSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RetransferSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RetransferSecondaryResponse" + qname = "(RetransferSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RetransferSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSecondary = + (Operation){ + name = "GetOneSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSecondaryRequest" + qname = "(GetOneSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSecondaryResponse" + qname = "(GetOneSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSecondaries = + (Operation){ + name = "GetSecondaries" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSecondariesRequest" + qname = "(GetSecondariesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSecondariesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSecondariesResponse" + qname = "(GetSecondariesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSecondariesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneApex = + (Operation){ + name = "GetZoneApex" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneApexRequest" + qname = "(GetZoneApexRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneApexRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneApexResponse" + qname = "(GetZoneApexResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneApexResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateARecord = + (Operation){ + name = "CreateARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateARecordRequest" + qname = "(CreateARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateARecordResponse" + qname = "(CreateARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneARecord = + (Operation){ + name = "GetOneARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneARecordRequest" + qname = "(GetOneARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneARecordResponse" + qname = "(GetOneARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetARecords = + (Operation){ + name = "GetARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetARecordsRequest" + qname = "(GetARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetARecordsResponse" + qname = "(GetARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateARecord = + (Operation){ + name = "UpdateARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateARecordRequest" + qname = "(UpdateARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateARecordResponse" + qname = "(UpdateARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteARecords = + (Operation){ + name = "DeleteARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteARecordsRequest" + qname = "(DeleteARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteARecordsResponse" + qname = "(DeleteARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneARecord = + (Operation){ + name = "DeleteOneARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneARecordRequest" + qname = "(DeleteOneARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneARecordResponse" + qname = "(DeleteOneARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateAAAARecord = + (Operation){ + name = "CreateAAAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateAAAARecordRequest" + qname = "(CreateAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateAAAARecordResponse" + qname = "(CreateAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneAAAARecord = + (Operation){ + name = "GetOneAAAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneAAAARecordRequest" + qname = "(GetOneAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneAAAARecordResponse" + qname = "(GetOneAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAAAARecords = + (Operation){ + name = "GetAAAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAAAARecordsRequest" + qname = "(GetAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAAAARecordsResponse" + qname = "(GetAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateAAAARecord = + (Operation){ + name = "UpdateAAAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateAAAARecordRequest" + qname = "(UpdateAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateAAAARecordResponse" + qname = "(UpdateAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteAAAARecords = + (Operation){ + name = "DeleteAAAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteAAAARecordsRequest" + qname = "(DeleteAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteAAAARecordsResponse" + qname = "(DeleteAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneAAAARecord = + (Operation){ + name = "DeleteOneAAAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneAAAARecordRequest" + qname = "(DeleteOneAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneAAAARecordResponse" + qname = "(DeleteOneAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateALIASRecord = + (Operation){ + name = "CreateALIASRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateALIASRecordRequest" + qname = "(CreateALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateALIASRecordResponse" + qname = "(CreateALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneALIASRecord = + (Operation){ + name = "GetOneALIASRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneALIASRecordRequest" + qname = "(GetOneALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneALIASRecordResponse" + qname = "(GetOneALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetALIASRecords = + (Operation){ + name = "GetALIASRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetALIASRecordsRequest" + qname = "(GetALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetALIASRecordsResponse" + qname = "(GetALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateALIASRecord = + (Operation){ + name = "UpdateALIASRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateALIASRecordRequest" + qname = "(UpdateALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateALIASRecordResponse" + qname = "(UpdateALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteALIASRecords = + (Operation){ + name = "DeleteALIASRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteALIASRecordsRequest" + qname = "(DeleteALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteALIASRecordsResponse" + qname = "(DeleteALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneALIASRecord = + (Operation){ + name = "DeleteOneALIASRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneALIASRecordRequest" + qname = "(DeleteOneALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneALIASRecordResponse" + qname = "(DeleteOneALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCAARecord = + (Operation){ + name = "CreateCAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCAARecordRequest" + qname = "(CreateCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCAARecordResponse" + qname = "(CreateCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCAARecord = + (Operation){ + name = "GetOneCAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCAARecordRequest" + qname = "(GetOneCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCAARecordResponse" + qname = "(GetOneCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCAARecords = + (Operation){ + name = "GetCAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCAARecordsRequest" + qname = "(GetCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCAARecordsResponse" + qname = "(GetCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCAARecord = + (Operation){ + name = "UpdateCAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCAARecordRequest" + qname = "(UpdateCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCAARecordResponse" + qname = "(UpdateCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCAARecords = + (Operation){ + name = "DeleteCAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCAARecordsRequest" + qname = "(DeleteCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCAARecordsResponse" + qname = "(DeleteCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCAARecord = + (Operation){ + name = "DeleteOneCAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCAARecordRequest" + qname = "(DeleteOneCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCAARecordResponse" + qname = "(DeleteOneCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCDNSKEYRecord = + (Operation){ + name = "CreateCDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCDNSKEYRecordRequest" + qname = "(CreateCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCDNSKEYRecordResponse" + qname = "(CreateCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCDNSKEYRecord = + (Operation){ + name = "GetOneCDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCDNSKEYRecordRequest" + qname = "(GetOneCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCDNSKEYRecordResponse" + qname = "(GetOneCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCDNSKEYRecords = + (Operation){ + name = "GetCDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCDNSKEYRecordsRequest" + qname = "(GetCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCDNSKEYRecordsResponse" + qname = "(GetCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCDNSKEYRecord = + (Operation){ + name = "UpdateCDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCDNSKEYRecordRequest" + qname = "(UpdateCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCDNSKEYRecordResponse" + qname = "(UpdateCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCDNSKEYRecords = + (Operation){ + name = "DeleteCDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCDNSKEYRecordsRequest" + qname = "(DeleteCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCDNSKEYRecordsResponse" + qname = "(DeleteCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCDNSKEYRecord = + (Operation){ + name = "DeleteOneCDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDNSKEYRecordRequest" + qname = "(DeleteOneCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDNSKEYRecordResponse" + qname = "(DeleteOneCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCDSRecord = + (Operation){ + name = "CreateCDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCDSRecordRequest" + qname = "(CreateCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCDSRecordResponse" + qname = "(CreateCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCDSRecord = + (Operation){ + name = "GetOneCDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCDSRecordRequest" + qname = "(GetOneCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCDSRecordResponse" + qname = "(GetOneCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCDSRecords = + (Operation){ + name = "GetCDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCDSRecordsRequest" + qname = "(GetCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCDSRecordsResponse" + qname = "(GetCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCDSRecord = + (Operation){ + name = "UpdateCDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCDSRecordRequest" + qname = "(UpdateCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCDSRecordResponse" + qname = "(UpdateCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCDSRecords = + (Operation){ + name = "DeleteCDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCDSRecordsRequest" + qname = "(DeleteCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCDSRecordsResponse" + qname = "(DeleteCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCDSRecord = + (Operation){ + name = "DeleteOneCDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDSRecordRequest" + qname = "(DeleteOneCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDSRecordResponse" + qname = "(DeleteOneCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCERTRecord = + (Operation){ + name = "CreateCERTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCERTRecordRequest" + qname = "(CreateCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCERTRecordResponse" + qname = "(CreateCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCERTRecord = + (Operation){ + name = "GetOneCERTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCERTRecordRequest" + qname = "(GetOneCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCERTRecordResponse" + qname = "(GetOneCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCERTRecords = + (Operation){ + name = "GetCERTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCERTRecordsRequest" + qname = "(GetCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCERTRecordsResponse" + qname = "(GetCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCERTRecord = + (Operation){ + name = "UpdateCERTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCERTRecordRequest" + qname = "(UpdateCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCERTRecordResponse" + qname = "(UpdateCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCERTRecords = + (Operation){ + name = "DeleteCERTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCERTRecordsRequest" + qname = "(DeleteCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCERTRecordsResponse" + qname = "(DeleteCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCERTRecord = + (Operation){ + name = "DeleteOneCERTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCERTRecordRequest" + qname = "(DeleteOneCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCERTRecordResponse" + qname = "(DeleteOneCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCNAMERecord = + (Operation){ + name = "CreateCNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCNAMERecordRequest" + qname = "(CreateCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCNAMERecordResponse" + qname = "(CreateCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCNAMERecord = + (Operation){ + name = "GetOneCNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCNAMERecordRequest" + qname = "(GetOneCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCNAMERecordResponse" + qname = "(GetOneCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCNAMERecords = + (Operation){ + name = "GetCNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCNAMERecordsRequest" + qname = "(GetCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCNAMERecordsResponse" + qname = "(GetCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCNAMERecord = + (Operation){ + name = "UpdateCNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCNAMERecordRequest" + qname = "(UpdateCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCNAMERecordResponse" + qname = "(UpdateCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCNAMERecords = + (Operation){ + name = "DeleteCNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCNAMERecordsRequest" + qname = "(DeleteCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCNAMERecordsResponse" + qname = "(DeleteCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCNAMERecord = + (Operation){ + name = "DeleteOneCNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCNAMERecordRequest" + qname = "(DeleteOneCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCNAMERecordResponse" + qname = "(DeleteOneCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCSYNCRecord = + (Operation){ + name = "CreateCSYNCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCSYNCRecordRequest" + qname = "(CreateCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCSYNCRecordResponse" + qname = "(CreateCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCSYNCRecord = + (Operation){ + name = "GetOneCSYNCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCSYNCRecordRequest" + qname = "(GetOneCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCSYNCRecordResponse" + qname = "(GetOneCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCSYNCRecords = + (Operation){ + name = "GetCSYNCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCSYNCRecordsRequest" + qname = "(GetCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCSYNCRecordsResponse" + qname = "(GetCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCSYNCRecord = + (Operation){ + name = "UpdateCSYNCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCSYNCRecordRequest" + qname = "(UpdateCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCSYNCRecordResponse" + qname = "(UpdateCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCSYNCRecords = + (Operation){ + name = "DeleteCSYNCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCSYNCRecordsRequest" + qname = "(DeleteCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCSYNCRecordsResponse" + qname = "(DeleteCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCSYNCRecord = + (Operation){ + name = "DeleteOneCSYNCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCSYNCRecordRequest" + qname = "(DeleteOneCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCSYNCRecordResponse" + qname = "(DeleteOneCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDHCIDRecord = + (Operation){ + name = "CreateDHCIDRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDHCIDRecordRequest" + qname = "(CreateDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDHCIDRecordResponse" + qname = "(CreateDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDHCIDRecord = + (Operation){ + name = "GetOneDHCIDRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDHCIDRecordRequest" + qname = "(GetOneDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDHCIDRecordResponse" + qname = "(GetOneDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDHCIDRecords = + (Operation){ + name = "GetDHCIDRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDHCIDRecordsRequest" + qname = "(GetDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDHCIDRecordsResponse" + qname = "(GetDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDHCIDRecord = + (Operation){ + name = "UpdateDHCIDRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDHCIDRecordRequest" + qname = "(UpdateDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDHCIDRecordResponse" + qname = "(UpdateDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteDHCIDRecords = + (Operation){ + name = "DeleteDHCIDRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteDHCIDRecordsRequest" + qname = "(DeleteDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteDHCIDRecordsResponse" + qname = "(DeleteDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDHCIDRecord = + (Operation){ + name = "DeleteOneDHCIDRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDHCIDRecordRequest" + qname = "(DeleteOneDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDHCIDRecordResponse" + qname = "(DeleteOneDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDNAMERecord = + (Operation){ + name = "CreateDNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDNAMERecordRequest" + qname = "(CreateDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDNAMERecordResponse" + qname = "(CreateDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDNAMERecord = + (Operation){ + name = "GetOneDNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDNAMERecordRequest" + qname = "(GetOneDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDNAMERecordResponse" + qname = "(GetOneDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDNAMERecords = + (Operation){ + name = "GetDNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDNAMERecordsRequest" + qname = "(GetDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDNAMERecordsResponse" + qname = "(GetDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDNAMERecord = + (Operation){ + name = "UpdateDNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDNAMERecordRequest" + qname = "(UpdateDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDNAMERecordResponse" + qname = "(UpdateDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteDNAMERecords = + (Operation){ + name = "DeleteDNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteDNAMERecordsRequest" + qname = "(DeleteDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteDNAMERecordsResponse" + qname = "(DeleteDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDNAMERecord = + (Operation){ + name = "DeleteOneDNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNAMERecordRequest" + qname = "(DeleteOneDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNAMERecordResponse" + qname = "(DeleteOneDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDNSKEYRecord = + (Operation){ + name = "CreateDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDNSKEYRecordRequest" + qname = "(CreateDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDNSKEYRecordResponse" + qname = "(CreateDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDNSKEYRecord = + (Operation){ + name = "GetOneDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDNSKEYRecordRequest" + qname = "(GetOneDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDNSKEYRecordResponse" + qname = "(GetOneDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDNSKEYRecords = + (Operation){ + name = "GetDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDNSKEYRecordsRequest" + qname = "(GetDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDNSKEYRecordsResponse" + qname = "(GetDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDNSKEYRecord = + (Operation){ + name = "UpdateDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDNSKEYRecordRequest" + qname = "(UpdateDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDNSKEYRecordResponse" + qname = "(UpdateDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteDNSKEYRecords = + (Operation){ + name = "DeleteDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteDNSKEYRecordsRequest" + qname = "(DeleteDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteDNSKEYRecordsResponse" + qname = "(DeleteDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDNSKEYRecord = + (Operation){ + name = "DeleteOneDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSKEYRecordRequest" + qname = "(DeleteOneDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSKEYRecordResponse" + qname = "(DeleteOneDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSRecord = + (Operation){ + name = "CreateDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSRecordRequest" + qname = "(CreateDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSRecordResponse" + qname = "(CreateDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSRecord = + (Operation){ + name = "GetOneDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSRecordRequest" + qname = "(GetOneDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSRecordResponse" + qname = "(GetOneDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSRecords = + (Operation){ + name = "GetDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSRecordsRequest" + qname = "(GetDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSRecordsResponse" + qname = "(GetDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSRecord = + (Operation){ + name = "UpdateDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSRecordRequest" + qname = "(UpdateDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSRecordResponse" + qname = "(UpdateDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteDSRecords = + (Operation){ + name = "DeleteDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteDSRecordsRequest" + qname = "(DeleteDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteDSRecordsResponse" + qname = "(DeleteDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSRecord = + (Operation){ + name = "DeleteOneDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSRecordRequest" + qname = "(DeleteOneDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSRecordResponse" + qname = "(DeleteOneDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateIPSECKEYRecord = + (Operation){ + name = "CreateIPSECKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateIPSECKEYRecordRequest" + qname = "(CreateIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateIPSECKEYRecordResponse" + qname = "(CreateIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneIPSECKEYRecord = + (Operation){ + name = "GetOneIPSECKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneIPSECKEYRecordRequest" + qname = "(GetOneIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneIPSECKEYRecordResponse" + qname = "(GetOneIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetIPSECKEYRecords = + (Operation){ + name = "GetIPSECKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetIPSECKEYRecordsRequest" + qname = "(GetIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetIPSECKEYRecordsResponse" + qname = "(GetIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateIPSECKEYRecord = + (Operation){ + name = "UpdateIPSECKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateIPSECKEYRecordRequest" + qname = "(UpdateIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateIPSECKEYRecordResponse" + qname = "(UpdateIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteIPSECKEYRecords = + (Operation){ + name = "DeleteIPSECKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteIPSECKEYRecordsRequest" + qname = "(DeleteIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteIPSECKEYRecordsResponse" + qname = "(DeleteIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneIPSECKEYRecord = + (Operation){ + name = "DeleteOneIPSECKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPSECKEYRecordRequest" + qname = "(DeleteOneIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPSECKEYRecordResponse" + qname = "(DeleteOneIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateKEYRecord = + (Operation){ + name = "CreateKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateKEYRecordRequest" + qname = "(CreateKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateKEYRecordResponse" + qname = "(CreateKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneKEYRecord = + (Operation){ + name = "GetOneKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneKEYRecordRequest" + qname = "(GetOneKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneKEYRecordResponse" + qname = "(GetOneKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetKEYRecords = + (Operation){ + name = "GetKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetKEYRecordsRequest" + qname = "(GetKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetKEYRecordsResponse" + qname = "(GetKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateKEYRecord = + (Operation){ + name = "UpdateKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateKEYRecordRequest" + qname = "(UpdateKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateKEYRecordResponse" + qname = "(UpdateKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteKEYRecords = + (Operation){ + name = "DeleteKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteKEYRecordsRequest" + qname = "(DeleteKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteKEYRecordsResponse" + qname = "(DeleteKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneKEYRecord = + (Operation){ + name = "DeleteOneKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneKEYRecordRequest" + qname = "(DeleteOneKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneKEYRecordResponse" + qname = "(DeleteOneKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateKXRecord = + (Operation){ + name = "CreateKXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateKXRecordRequest" + qname = "(CreateKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateKXRecordResponse" + qname = "(CreateKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneKXRecord = + (Operation){ + name = "GetOneKXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneKXRecordRequest" + qname = "(GetOneKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneKXRecordResponse" + qname = "(GetOneKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetKXRecords = + (Operation){ + name = "GetKXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetKXRecordsRequest" + qname = "(GetKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetKXRecordsResponse" + qname = "(GetKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateKXRecord = + (Operation){ + name = "UpdateKXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateKXRecordRequest" + qname = "(UpdateKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateKXRecordResponse" + qname = "(UpdateKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteKXRecords = + (Operation){ + name = "DeleteKXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteKXRecordsRequest" + qname = "(DeleteKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteKXRecordsResponse" + qname = "(DeleteKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneKXRecord = + (Operation){ + name = "DeleteOneKXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneKXRecordRequest" + qname = "(DeleteOneKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneKXRecordResponse" + qname = "(DeleteOneKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateLOCRecord = + (Operation){ + name = "CreateLOCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateLOCRecordRequest" + qname = "(CreateLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateLOCRecordResponse" + qname = "(CreateLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneLOCRecord = + (Operation){ + name = "GetOneLOCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneLOCRecordRequest" + qname = "(GetOneLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneLOCRecordResponse" + qname = "(GetOneLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetLOCRecords = + (Operation){ + name = "GetLOCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetLOCRecordsRequest" + qname = "(GetLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetLOCRecordsResponse" + qname = "(GetLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateLOCRecord = + (Operation){ + name = "UpdateLOCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateLOCRecordRequest" + qname = "(UpdateLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateLOCRecordResponse" + qname = "(UpdateLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteLOCRecords = + (Operation){ + name = "DeleteLOCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteLOCRecordsRequest" + qname = "(DeleteLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteLOCRecordsResponse" + qname = "(DeleteLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneLOCRecord = + (Operation){ + name = "DeleteOneLOCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneLOCRecordRequest" + qname = "(DeleteOneLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneLOCRecordResponse" + qname = "(DeleteOneLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateMXRecord = + (Operation){ + name = "CreateMXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateMXRecordRequest" + qname = "(CreateMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateMXRecordResponse" + qname = "(CreateMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneMXRecord = + (Operation){ + name = "GetOneMXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneMXRecordRequest" + qname = "(GetOneMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneMXRecordResponse" + qname = "(GetOneMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetMXRecords = + (Operation){ + name = "GetMXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetMXRecordsRequest" + qname = "(GetMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetMXRecordsResponse" + qname = "(GetMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateMXRecord = + (Operation){ + name = "UpdateMXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateMXRecordRequest" + qname = "(UpdateMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateMXRecordResponse" + qname = "(UpdateMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteMXRecords = + (Operation){ + name = "DeleteMXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteMXRecordsRequest" + qname = "(DeleteMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteMXRecordsResponse" + qname = "(DeleteMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneMXRecord = + (Operation){ + name = "DeleteOneMXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneMXRecordRequest" + qname = "(DeleteOneMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneMXRecordResponse" + qname = "(DeleteOneMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateNAPTRRecord = + (Operation){ + name = "CreateNAPTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateNAPTRRecordRequest" + qname = "(CreateNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateNAPTRRecordResponse" + qname = "(CreateNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneNAPTRRecord = + (Operation){ + name = "GetOneNAPTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneNAPTRRecordRequest" + qname = "(GetOneNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneNAPTRRecordResponse" + qname = "(GetOneNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNAPTRRecords = + (Operation){ + name = "GetNAPTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNAPTRRecordsRequest" + qname = "(GetNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNAPTRRecordsResponse" + qname = "(GetNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateNAPTRRecord = + (Operation){ + name = "UpdateNAPTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateNAPTRRecordRequest" + qname = "(UpdateNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateNAPTRRecordResponse" + qname = "(UpdateNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteNAPTRRecords = + (Operation){ + name = "DeleteNAPTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteNAPTRRecordsRequest" + qname = "(DeleteNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteNAPTRRecordsResponse" + qname = "(DeleteNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneNAPTRRecord = + (Operation){ + name = "DeleteOneNAPTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneNAPTRRecordRequest" + qname = "(DeleteOneNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneNAPTRRecordResponse" + qname = "(DeleteOneNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateNSAPRecord = + (Operation){ + name = "CreateNSAPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateNSAPRecordRequest" + qname = "(CreateNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateNSAPRecordResponse" + qname = "(CreateNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneNSAPRecord = + (Operation){ + name = "GetOneNSAPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneNSAPRecordRequest" + qname = "(GetOneNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneNSAPRecordResponse" + qname = "(GetOneNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNSAPRecords = + (Operation){ + name = "GetNSAPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNSAPRecordsRequest" + qname = "(GetNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNSAPRecordsResponse" + qname = "(GetNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateNSAPRecord = + (Operation){ + name = "UpdateNSAPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateNSAPRecordRequest" + qname = "(UpdateNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateNSAPRecordResponse" + qname = "(UpdateNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteNSAPRecords = + (Operation){ + name = "DeleteNSAPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteNSAPRecordsRequest" + qname = "(DeleteNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteNSAPRecordsResponse" + qname = "(DeleteNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneNSAPRecord = + (Operation){ + name = "DeleteOneNSAPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSAPRecordRequest" + qname = "(DeleteOneNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSAPRecordResponse" + qname = "(DeleteOneNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreatePOLICYRecord = + (Operation){ + name = "CreatePOLICYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreatePOLICYRecordRequest" + qname = "(CreatePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreatePOLICYRecordResponse" + qname = "(CreatePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOnePOLICYRecord = + (Operation){ + name = "GetOnePOLICYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOnePOLICYRecordRequest" + qname = "(GetOnePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOnePOLICYRecordResponse" + qname = "(GetOnePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetPOLICYRecords = + (Operation){ + name = "GetPOLICYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetPOLICYRecordsRequest" + qname = "(GetPOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetPOLICYRecordsResponse" + qname = "(GetPOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdatePOLICYRecord = + (Operation){ + name = "UpdatePOLICYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdatePOLICYRecordRequest" + qname = "(UpdatePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdatePOLICYRecordResponse" + qname = "(UpdatePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeletePOLICYRecords = + (Operation){ + name = "DeletePOLICYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeletePOLICYRecordsRequest" + qname = "(DeletePOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeletePOLICYRecordsResponse" + qname = "(DeletePOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOnePOLICYRecord = + (Operation){ + name = "DeleteOnePOLICYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOnePOLICYRecordRequest" + qname = "(DeleteOnePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOnePOLICYRecordResponse" + qname = "(DeleteOnePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreatePTRRecord = + (Operation){ + name = "CreatePTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreatePTRRecordRequest" + qname = "(CreatePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreatePTRRecordResponse" + qname = "(CreatePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOnePTRRecord = + (Operation){ + name = "GetOnePTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOnePTRRecordRequest" + qname = "(GetOnePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOnePTRRecordResponse" + qname = "(GetOnePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetPTRRecords = + (Operation){ + name = "GetPTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetPTRRecordsRequest" + qname = "(GetPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetPTRRecordsResponse" + qname = "(GetPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdatePTRRecord = + (Operation){ + name = "UpdatePTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdatePTRRecordRequest" + qname = "(UpdatePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdatePTRRecordResponse" + qname = "(UpdatePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeletePTRRecords = + (Operation){ + name = "DeletePTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeletePTRRecordsRequest" + qname = "(DeletePTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeletePTRRecordsResponse" + qname = "(DeletePTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOnePTRRecord = + (Operation){ + name = "DeleteOnePTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOnePTRRecordRequest" + qname = "(DeleteOnePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOnePTRRecordResponse" + qname = "(DeleteOnePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreatePXRecord = + (Operation){ + name = "CreatePXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreatePXRecordRequest" + qname = "(CreatePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreatePXRecordResponse" + qname = "(CreatePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOnePXRecord = + (Operation){ + name = "GetOnePXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOnePXRecordRequest" + qname = "(GetOnePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOnePXRecordResponse" + qname = "(GetOnePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetPXRecords = + (Operation){ + name = "GetPXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetPXRecordsRequest" + qname = "(GetPXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetPXRecordsResponse" + qname = "(GetPXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdatePXRecord = + (Operation){ + name = "UpdatePXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdatePXRecordRequest" + qname = "(UpdatePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdatePXRecordResponse" + qname = "(UpdatePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeletePXRecords = + (Operation){ + name = "DeletePXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeletePXRecordsRequest" + qname = "(DeletePXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeletePXRecordsResponse" + qname = "(DeletePXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOnePXRecord = + (Operation){ + name = "DeleteOnePXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOnePXRecordRequest" + qname = "(DeleteOnePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOnePXRecordResponse" + qname = "(DeleteOnePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateRPRecord = + (Operation){ + name = "CreateRPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateRPRecordRequest" + qname = "(CreateRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateRPRecordResponse" + qname = "(CreateRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneRPRecord = + (Operation){ + name = "GetOneRPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneRPRecordRequest" + qname = "(GetOneRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneRPRecordResponse" + qname = "(GetOneRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRPRecords = + (Operation){ + name = "GetRPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRPRecordsRequest" + qname = "(GetRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRPRecordsResponse" + qname = "(GetRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateRPRecord = + (Operation){ + name = "UpdateRPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateRPRecordRequest" + qname = "(UpdateRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateRPRecordResponse" + qname = "(UpdateRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteRPRecords = + (Operation){ + name = "DeleteRPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteRPRecordsRequest" + qname = "(DeleteRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteRPRecordsResponse" + qname = "(DeleteRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneRPRecord = + (Operation){ + name = "DeleteOneRPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneRPRecordRequest" + qname = "(DeleteOneRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneRPRecordResponse" + qname = "(DeleteOneRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateSPFRecord = + (Operation){ + name = "CreateSPFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateSPFRecordRequest" + qname = "(CreateSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateSPFRecordResponse" + qname = "(CreateSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSPFRecord = + (Operation){ + name = "GetOneSPFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSPFRecordRequest" + qname = "(GetOneSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSPFRecordResponse" + qname = "(GetOneSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSPFRecords = + (Operation){ + name = "GetSPFRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSPFRecordsRequest" + qname = "(GetSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSPFRecordsResponse" + qname = "(GetSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSPFRecord = + (Operation){ + name = "UpdateSPFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSPFRecordRequest" + qname = "(UpdateSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSPFRecordResponse" + qname = "(UpdateSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteSPFRecords = + (Operation){ + name = "DeleteSPFRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteSPFRecordsRequest" + qname = "(DeleteSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteSPFRecordsResponse" + qname = "(DeleteSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneSPFRecord = + (Operation){ + name = "DeleteOneSPFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneSPFRecordRequest" + qname = "(DeleteOneSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneSPFRecordResponse" + qname = "(DeleteOneSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateSRVRecord = + (Operation){ + name = "CreateSRVRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateSRVRecordRequest" + qname = "(CreateSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateSRVRecordResponse" + qname = "(CreateSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSRVRecord = + (Operation){ + name = "GetOneSRVRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSRVRecordRequest" + qname = "(GetOneSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSRVRecordResponse" + qname = "(GetOneSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSRVRecords = + (Operation){ + name = "GetSRVRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSRVRecordsRequest" + qname = "(GetSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSRVRecordsResponse" + qname = "(GetSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSRVRecord = + (Operation){ + name = "UpdateSRVRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSRVRecordRequest" + qname = "(UpdateSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSRVRecordResponse" + qname = "(UpdateSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteSRVRecords = + (Operation){ + name = "DeleteSRVRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteSRVRecordsRequest" + qname = "(DeleteSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteSRVRecordsResponse" + qname = "(DeleteSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneSRVRecord = + (Operation){ + name = "DeleteOneSRVRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneSRVRecordRequest" + qname = "(DeleteOneSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneSRVRecordResponse" + qname = "(DeleteOneSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateSSHFPRecord = + (Operation){ + name = "CreateSSHFPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateSSHFPRecordRequest" + qname = "(CreateSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateSSHFPRecordResponse" + qname = "(CreateSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSSHFPRecord = + (Operation){ + name = "GetOneSSHFPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSSHFPRecordRequest" + qname = "(GetOneSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSSHFPRecordResponse" + qname = "(GetOneSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSSHFPRecords = + (Operation){ + name = "GetSSHFPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSSHFPRecordsRequest" + qname = "(GetSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSSHFPRecordsResponse" + qname = "(GetSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSSHFPRecord = + (Operation){ + name = "UpdateSSHFPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSSHFPRecordRequest" + qname = "(UpdateSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSSHFPRecordResponse" + qname = "(UpdateSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteSSHFPRecords = + (Operation){ + name = "DeleteSSHFPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteSSHFPRecordsRequest" + qname = "(DeleteSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteSSHFPRecordsResponse" + qname = "(DeleteSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneSSHFPRecord = + (Operation){ + name = "DeleteOneSSHFPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneSSHFPRecordRequest" + qname = "(DeleteOneSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneSSHFPRecordResponse" + qname = "(DeleteOneSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateTLSARecord = + (Operation){ + name = "CreateTLSARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateTLSARecordRequest" + qname = "(CreateTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateTLSARecordResponse" + qname = "(CreateTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneTLSARecord = + (Operation){ + name = "GetOneTLSARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneTLSARecordRequest" + qname = "(GetOneTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneTLSARecordResponse" + qname = "(GetOneTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTLSARecords = + (Operation){ + name = "GetTLSARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTLSARecordsRequest" + qname = "(GetTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTLSARecordsResponse" + qname = "(GetTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateTLSARecord = + (Operation){ + name = "UpdateTLSARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateTLSARecordRequest" + qname = "(UpdateTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateTLSARecordResponse" + qname = "(UpdateTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteTLSARecords = + (Operation){ + name = "DeleteTLSARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteTLSARecordsRequest" + qname = "(DeleteTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteTLSARecordsResponse" + qname = "(DeleteTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneTLSARecord = + (Operation){ + name = "DeleteOneTLSARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneTLSARecordRequest" + qname = "(DeleteOneTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneTLSARecordResponse" + qname = "(DeleteOneTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateTXTRecord = + (Operation){ + name = "CreateTXTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateTXTRecordRequest" + qname = "(CreateTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateTXTRecordResponse" + qname = "(CreateTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneTXTRecord = + (Operation){ + name = "GetOneTXTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneTXTRecordRequest" + qname = "(GetOneTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneTXTRecordResponse" + qname = "(GetOneTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTXTRecords = + (Operation){ + name = "GetTXTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTXTRecordsRequest" + qname = "(GetTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTXTRecordsResponse" + qname = "(GetTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateTXTRecord = + (Operation){ + name = "UpdateTXTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateTXTRecordRequest" + qname = "(UpdateTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateTXTRecordResponse" + qname = "(UpdateTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteTXTRecords = + (Operation){ + name = "DeleteTXTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteTXTRecordsRequest" + qname = "(DeleteTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteTXTRecordsResponse" + qname = "(DeleteTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneTXTRecord = + (Operation){ + name = "DeleteOneTXTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneTXTRecordRequest" + qname = "(DeleteOneTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneTXTRecordResponse" + qname = "(DeleteOneTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSOARecord = + (Operation){ + name = "GetOneSOARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSOARecordRequest" + qname = "(GetOneSOARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSOARecordResponse" + qname = "(GetOneSOARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSOARecords = + (Operation){ + name = "GetSOARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSOARecordsRequest" + qname = "(GetSOARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSOARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSOARecordsResponse" + qname = "(GetSOARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSOARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSOARecord = + (Operation){ + name = "UpdateSOARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSOARecordRequest" + qname = "(UpdateSOARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSOARecordResponse" + qname = "(UpdateSOARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateNSRecord = + (Operation){ + name = "CreateNSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateNSRecordRequest" + qname = "(CreateNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateNSRecordResponse" + qname = "(CreateNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneNSRecord = + (Operation){ + name = "GetOneNSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneNSRecordRequest" + qname = "(GetOneNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneNSRecordResponse" + qname = "(GetOneNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNSRecords = + (Operation){ + name = "GetNSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNSRecordsRequest" + qname = "(GetNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNSRecordsResponse" + qname = "(GetNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateNSRecord = + (Operation){ + name = "UpdateNSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateNSRecordRequest" + qname = "(UpdateNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateNSRecordResponse" + qname = "(UpdateNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteNSRecords = + (Operation){ + name = "DeleteNSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteNSRecordsRequest" + qname = "(DeleteNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteNSRecordsResponse" + qname = "(DeleteNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneNSRecord = + (Operation){ + name = "DeleteOneNSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSRecordRequest" + qname = "(DeleteOneNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSRecordResponse" + qname = "(DeleteOneNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceARecords = + (Operation){ + name = "ReplaceARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceARecordsRequest" + qname = "(ReplaceARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceARecordsResponse" + qname = "(ReplaceARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceAAAARecords = + (Operation){ + name = "ReplaceAAAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceAAAARecordsRequest" + qname = "(ReplaceAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceAAAARecordsResponse" + qname = "(ReplaceAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceALIASRecords = + (Operation){ + name = "ReplaceALIASRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceALIASRecordsRequest" + qname = "(ReplaceALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceALIASRecordsResponse" + qname = "(ReplaceALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCAARecords = + (Operation){ + name = "ReplaceCAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCAARecordsRequest" + qname = "(ReplaceCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCAARecordsResponse" + qname = "(ReplaceCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCDNSKEYRecords = + (Operation){ + name = "ReplaceCDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCDNSKEYRecordsRequest" + qname = "(ReplaceCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCDNSKEYRecordsResponse" + qname = "(ReplaceCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCDSRecords = + (Operation){ + name = "ReplaceCDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCDSRecordsRequest" + qname = "(ReplaceCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCDSRecordsResponse" + qname = "(ReplaceCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCERTRecords = + (Operation){ + name = "ReplaceCERTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCERTRecordsRequest" + qname = "(ReplaceCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCERTRecordsResponse" + qname = "(ReplaceCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCNAMERecords = + (Operation){ + name = "ReplaceCNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCNAMERecordsRequest" + qname = "(ReplaceCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCNAMERecordsResponse" + qname = "(ReplaceCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCSYNCRecords = + (Operation){ + name = "ReplaceCSYNCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCSYNCRecordsRequest" + qname = "(ReplaceCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCSYNCRecordsResponse" + qname = "(ReplaceCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceDHCIDRecords = + (Operation){ + name = "ReplaceDHCIDRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceDHCIDRecordsRequest" + qname = "(ReplaceDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceDHCIDRecordsResponse" + qname = "(ReplaceDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceDNAMERecords = + (Operation){ + name = "ReplaceDNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceDNAMERecordsRequest" + qname = "(ReplaceDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceDNAMERecordsResponse" + qname = "(ReplaceDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceDNSKEYRecords = + (Operation){ + name = "ReplaceDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceDNSKEYRecordsRequest" + qname = "(ReplaceDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceDNSKEYRecordsResponse" + qname = "(ReplaceDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceDSRecords = + (Operation){ + name = "ReplaceDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceDSRecordsRequest" + qname = "(ReplaceDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceDSRecordsResponse" + qname = "(ReplaceDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceIPSECKEYRecords = + (Operation){ + name = "ReplaceIPSECKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceIPSECKEYRecordsRequest" + qname = "(ReplaceIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceIPSECKEYRecordsResponse" + qname = "(ReplaceIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceKEYRecords = + (Operation){ + name = "ReplaceKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceKEYRecordsRequest" + qname = "(ReplaceKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceKEYRecordsResponse" + qname = "(ReplaceKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceKXRecords = + (Operation){ + name = "ReplaceKXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceKXRecordsRequest" + qname = "(ReplaceKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceKXRecordsResponse" + qname = "(ReplaceKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceLOCRecords = + (Operation){ + name = "ReplaceLOCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceLOCRecordsRequest" + qname = "(ReplaceLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceLOCRecordsResponse" + qname = "(ReplaceLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceMXRecords = + (Operation){ + name = "ReplaceMXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceMXRecordsRequest" + qname = "(ReplaceMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceMXRecordsResponse" + qname = "(ReplaceMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceNAPTRRecords = + (Operation){ + name = "ReplaceNAPTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceNAPTRRecordsRequest" + qname = "(ReplaceNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceNAPTRRecordsResponse" + qname = "(ReplaceNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceNSAPRecords = + (Operation){ + name = "ReplaceNSAPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceNSAPRecordsRequest" + qname = "(ReplaceNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceNSAPRecordsResponse" + qname = "(ReplaceNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplacePOLICYRecords = + (Operation){ + name = "ReplacePOLICYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplacePOLICYRecordsRequest" + qname = "(ReplacePOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplacePOLICYRecordsResponse" + qname = "(ReplacePOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplacePTRRecords = + (Operation){ + name = "ReplacePTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplacePTRRecordsRequest" + qname = "(ReplacePTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplacePTRRecordsResponse" + qname = "(ReplacePTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplacePXRecords = + (Operation){ + name = "ReplacePXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplacePXRecordsRequest" + qname = "(ReplacePXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplacePXRecordsResponse" + qname = "(ReplacePXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceRPRecords = + (Operation){ + name = "ReplaceRPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceRPRecordsRequest" + qname = "(ReplaceRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceRPRecordsResponse" + qname = "(ReplaceRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceSPFRecords = + (Operation){ + name = "ReplaceSPFRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceSPFRecordsRequest" + qname = "(ReplaceSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceSPFRecordsResponse" + qname = "(ReplaceSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceSRVRecords = + (Operation){ + name = "ReplaceSRVRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceSRVRecordsRequest" + qname = "(ReplaceSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceSRVRecordsResponse" + qname = "(ReplaceSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceSSHFPRecords = + (Operation){ + name = "ReplaceSSHFPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceSSHFPRecordsRequest" + qname = "(ReplaceSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceSSHFPRecordsResponse" + qname = "(ReplaceSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceTLSARecords = + (Operation){ + name = "ReplaceTLSARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceTLSARecordsRequest" + qname = "(ReplaceTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceTLSARecordsResponse" + qname = "(ReplaceTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceTXTRecords = + (Operation){ + name = "ReplaceTXTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceTXTRecordsRequest" + qname = "(ReplaceTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceTXTRecordsResponse" + qname = "(ReplaceTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceNSRecords = + (Operation){ + name = "ReplaceNSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceNSRecordsRequest" + qname = "(ReplaceNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceNSRecordsResponse" + qname = "(ReplaceNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetANYRecords = + (Operation){ + name = "GetANYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetANYRecordsRequest" + qname = "(GetANYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetANYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetANYRecordsResponse" + qname = "(GetANYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetANYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAllRecords = + (Operation){ + name = "GetAllRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAllRecordsRequest" + qname = "(GetAllRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAllRecordsResponse" + qname = "(GetAllRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAllAliasQNames = + (Operation){ + name = "GetAllAliasQNames" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAllAliasQNamesRequest" + qname = "(GetAllAliasQNamesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllAliasQNamesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAllAliasQNamesResponse" + qname = "(GetAllAliasQNamesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllAliasQNamesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneUser = + (Operation){ + name = "GetOneUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneUserRequest" + qname = "(GetOneUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneUserResponse" + qname = "(GetOneUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneUser = + (Operation){ + name = "DeleteOneUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneUserRequest" + qname = "(DeleteOneUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneUserResponse" + qname = "(DeleteOneUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateUser = + (Operation){ + name = "CreateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateUserRequest" + qname = "(CreateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateUserResponse" + qname = "(CreateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateUser = + (Operation){ + name = "UpdateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateUserRequest" + qname = "(UpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateUserResponse" + qname = "(UpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetUsers = + (Operation){ + name = "GetUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetUsersRequest" + qname = "(GetUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetUsersResponse" + qname = "(GetUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetUpdateUsers = + (Operation){ + name = "GetUpdateUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetUpdateUsersRequest" + qname = "(GetUpdateUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetUpdateUsersResponse" + qname = "(GetUpdateUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateUpdateUser = + (Operation){ + name = "UpdateUpdateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateUpdateUserRequest" + qname = "(UpdateUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateUpdateUserResponse" + qname = "(UpdateUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneUpdateUser = + (Operation){ + name = "DeleteOneUpdateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneUpdateUserRequest" + qname = "(DeleteOneUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneUpdateUserResponse" + qname = "(DeleteOneUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateUserPassword = + (Operation){ + name = "UpdateUserPassword" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateUserPasswordRequest" + qname = "(UpdateUserPasswordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateUserPasswordResponse" + qname = "(UpdateUserPasswordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + BlockUser = + (Operation){ + name = "BlockUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "BlockUserRequest" + qname = "(BlockUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "BlockUserResponse" + qname = "(BlockUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UnblockUser = + (Operation){ + name = "UnblockUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UnblockUserRequest" + qname = "(UnblockUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnblockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UnblockUserResponse" + qname = "(UnblockUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnblockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateContact = + (Operation){ + name = "CreateContact" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateContactRequest" + qname = "(CreateContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateContactResponse" + qname = "(CreateContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneContact = + (Operation){ + name = "GetOneContact" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneContactRequest" + qname = "(GetOneContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneContactResponse" + qname = "(GetOneContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetContacts = + (Operation){ + name = "GetContacts" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetContactsRequest" + qname = "(GetContactsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetContactsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetContactsResponse" + qname = "(GetContactsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetContactsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneContact = + (Operation){ + name = "DeleteOneContact" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneContactRequest" + qname = "(DeleteOneContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneContactResponse" + qname = "(DeleteOneContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateContact = + (Operation){ + name = "UpdateContact" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateContactRequest" + qname = "(UpdateContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateContactResponse" + qname = "(UpdateContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCustomer = + (Operation){ + name = "CreateCustomer" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCustomerRequest" + qname = "(CreateCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCustomerResponse" + qname = "(CreateCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCustomer = + (Operation){ + name = "UpdateCustomer" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerRequest" + qname = "(UpdateCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerResponse" + qname = "(UpdateCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCustomer = + (Operation){ + name = "GetOneCustomer" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCustomerRequest" + qname = "(GetOneCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCustomerResponse" + qname = "(GetOneCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomers = + (Operation){ + name = "GetCustomers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomersRequest" + qname = "(GetCustomersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomersResponse" + qname = "(GetCustomersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCustomer = + (Operation){ + name = "DeleteOneCustomer" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCustomerRequest" + qname = "(DeleteOneCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCustomerResponse" + qname = "(DeleteOneCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomerPrefs = + (Operation){ + name = "GetCustomerPrefs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomerPrefsRequest" + qname = "(GetCustomerPrefsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomerPrefsResponse" + qname = "(GetCustomerPrefsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetCustomerPrefs = + (Operation){ + name = "SetCustomerPrefs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetCustomerPrefsRequest" + qname = "(SetCustomerPrefsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetCustomerPrefsResponse" + qname = "(SetCustomerPrefsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomerIPACL = + (Operation){ + name = "GetCustomerIPACL" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomerIPACLRequest" + qname = "(GetCustomerIPACLRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomerIPACLResponse" + qname = "(GetCustomerIPACLResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetCustomerIPACL = + (Operation){ + name = "SetCustomerIPACL" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetCustomerIPACLRequest" + qname = "(SetCustomerIPACLRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetCustomerIPACLResponse" + qname = "(SetCustomerIPACLResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCustomerOracleMetadata = + (Operation){ + name = "CreateCustomerOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCustomerOracleMetadataRequest" + qname = "(CreateCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCustomerOracleMetadataResponse" + qname = "(CreateCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCustomerOracleMetadata = + (Operation){ + name = "UpdateCustomerOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerOracleMetadataRequest" + qname = "(UpdateCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerOracleMetadataResponse" + qname = "(UpdateCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomerOracleMetadata = + (Operation){ + name = "GetCustomerOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomerOracleMetadataRequest" + qname = "(GetCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomerOracleMetadataResponse" + qname = "(GetCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCustomerOracleMetadata = + (Operation){ + name = "DeleteCustomerOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCustomerOracleMetadataRequest" + qname = "(DeleteCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCustomerOracleMetadataResponse" + qname = "(DeleteCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateZoneOracleMetadata = + (Operation){ + name = "CreateZoneOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateZoneOracleMetadataRequest" + qname = "(CreateZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateZoneOracleMetadataResponse" + qname = "(CreateZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateZoneOracleMetadata = + (Operation){ + name = "UpdateZoneOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateZoneOracleMetadataRequest" + qname = "(UpdateZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateZoneOracleMetadataResponse" + qname = "(UpdateZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneOracleMetadata = + (Operation){ + name = "GetZoneOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneOracleMetadataRequest" + qname = "(GetZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneOracleMetadataResponse" + qname = "(GetZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteZoneOracleMetadata = + (Operation){ + name = "DeleteZoneOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteZoneOracleMetadataRequest" + qname = "(DeleteZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteZoneOracleMetadataResponse" + qname = "(DeleteZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + OCIMigrate = + (Operation){ + name = "OCIMigrate" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "OCIMigrateRequest" + qname = "(OCIMigrateRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('OCIMigrateRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "OCIMigrateResponse" + qname = "(OCIMigrateResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('OCIMigrateResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDDNS = + (Operation){ + name = "CreateDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDDNSRequest" + qname = "(CreateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDDNSResponse" + qname = "(CreateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDDNS = + (Operation){ + name = "GetOneDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDDNSRequest" + qname = "(GetOneDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDDNSResponse" + qname = "(GetOneDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDDNSs = + (Operation){ + name = "GetDDNSs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDDNSsRequest" + qname = "(GetDDNSsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDDNSsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDDNSsResponse" + qname = "(GetDDNSsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDDNSsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDDNS = + (Operation){ + name = "UpdateDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDDNSRequest" + qname = "(UpdateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDDNSResponse" + qname = "(UpdateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDDNS = + (Operation){ + name = "DeleteOneDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDDNSRequest" + qname = "(DeleteOneDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDDNSResponse" + qname = "(DeleteOneDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateDDNS = + (Operation){ + name = "ActivateDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateDDNSRequest" + qname = "(ActivateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateDDNSResponse" + qname = "(ActivateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateDDNS = + (Operation){ + name = "DeactivateDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateDDNSRequest" + qname = "(DeactivateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateDDNSResponse" + qname = "(DeactivateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ResetDDNS = + (Operation){ + name = "ResetDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ResetDDNSRequest" + qname = "(ResetDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ResetDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ResetDDNSResponse" + qname = "(ResetDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ResetDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetUpdateUserPassword = + (Operation){ + name = "GetUpdateUserPassword" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetUpdateUserPasswordRequest" + qname = "(GetUpdateUserPasswordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetUpdateUserPasswordResponse" + qname = "(GetUpdateUserPasswordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDDNSHost = + (Operation){ + name = "CreateDDNSHost" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDDNSHostRequest" + qname = "(CreateDDNSHostRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSHostRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDDNSHostResponse" + qname = "(CreateDDNSHostResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSHostResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateUpdateUser = + (Operation){ + name = "CreateUpdateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateUpdateUserRequest" + qname = "(CreateUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateUpdateUserResponse" + qname = "(CreateUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddDDNS = + (Operation){ + name = "AddDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddDDNSRequest" + qname = "(AddDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddDDNSResponse" + qname = "(AddDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateFailover = + (Operation){ + name = "CreateFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateFailoverRequest" + qname = "(CreateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateFailoverResponse" + qname = "(CreateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneFailover = + (Operation){ + name = "GetOneFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneFailoverRequest" + qname = "(GetOneFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneFailoverResponse" + qname = "(GetOneFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetFailovers = + (Operation){ + name = "GetFailovers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetFailoversRequest" + qname = "(GetFailoversRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetFailoversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetFailoversResponse" + qname = "(GetFailoversResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetFailoversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateFailover = + (Operation){ + name = "UpdateFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateFailoverRequest" + qname = "(UpdateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateFailoverResponse" + qname = "(UpdateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneFailover = + (Operation){ + name = "DeleteOneFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneFailoverRequest" + qname = "(DeleteOneFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneFailoverResponse" + qname = "(DeleteOneFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateFailover = + (Operation){ + name = "ActivateFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateFailoverRequest" + qname = "(ActivateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateFailoverResponse" + qname = "(ActivateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateFailover = + (Operation){ + name = "DeactivateFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateFailoverRequest" + qname = "(DeactivateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateFailoverResponse" + qname = "(DeactivateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverFailover = + (Operation){ + name = "RecoverFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverFailoverRequest" + qname = "(RecoverFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverFailoverResponse" + qname = "(RecoverFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateLoadBalance = + (Operation){ + name = "CreateLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalanceRequest" + qname = "(CreateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalanceResponse" + qname = "(CreateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneLoadBalance = + (Operation){ + name = "GetOneLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalanceRequest" + qname = "(GetOneLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalanceResponse" + qname = "(GetOneLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetLoadBalances = + (Operation){ + name = "GetLoadBalances" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancesRequest" + qname = "(GetLoadBalancesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancesResponse" + qname = "(GetLoadBalancesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateLoadBalance = + (Operation){ + name = "UpdateLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalanceRequest" + qname = "(UpdateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalanceResponse" + qname = "(UpdateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneLoadBalance = + (Operation){ + name = "DeleteOneLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalanceRequest" + qname = "(DeleteOneLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalanceResponse" + qname = "(DeleteOneLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateLoadBalance = + (Operation){ + name = "ActivateLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateLoadBalanceRequest" + qname = "(ActivateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateLoadBalanceResponse" + qname = "(ActivateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateLoadBalance = + (Operation){ + name = "DeactivateLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateLoadBalanceRequest" + qname = "(DeactivateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateLoadBalanceResponse" + qname = "(DeactivateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverLoadBalance = + (Operation){ + name = "RecoverLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceRequest" + qname = "(RecoverLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceResponse" + qname = "(RecoverLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverLoadBalanceIP = + (Operation){ + name = "RecoverLoadBalanceIP" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceIPRequest" + qname = "(RecoverLoadBalanceIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceIPResponse" + qname = "(RecoverLoadBalanceIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateLoadBalancePoolEntry = + (Operation){ + name = "CreateLoadBalancePoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalancePoolEntryRequest" + qname = "(CreateLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalancePoolEntryResponse" + qname = "(CreateLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateLoadBalancePoolEntry = + (Operation){ + name = "UpdateLoadBalancePoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalancePoolEntryRequest" + qname = "(UpdateLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalancePoolEntryResponse" + qname = "(UpdateLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneLoadBalancePoolEntry = + (Operation){ + name = "GetOneLoadBalancePoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalancePoolEntryRequest" + qname = "(GetOneLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalancePoolEntryResponse" + qname = "(GetOneLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetLoadBalancePoolEntries = + (Operation){ + name = "GetLoadBalancePoolEntries" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancePoolEntriesRequest" + qname = "(GetLoadBalancePoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancePoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancePoolEntriesResponse" + qname = "(GetLoadBalancePoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancePoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneLoadBalancePoolEntry = + (Operation){ + name = "DeleteOneLoadBalancePoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalancePoolEntryRequest" + qname = "(DeleteOneLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalancePoolEntryResponse" + qname = "(DeleteOneLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGSLB = + (Operation){ + name = "CreateGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRequest" + qname = "(CreateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGSLBResponse" + qname = "(CreateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGSLB = + (Operation){ + name = "GetOneGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRequest" + qname = "(GetOneGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBResponse" + qname = "(GetOneGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGSLBs = + (Operation){ + name = "GetGSLBs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGSLBsRequest" + qname = "(GetGSLBsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGSLBsResponse" + qname = "(GetGSLBsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGSLB = + (Operation){ + name = "UpdateGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRequest" + qname = "(UpdateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBResponse" + qname = "(UpdateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGSLB = + (Operation){ + name = "DeleteOneGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRequest" + qname = "(DeleteOneGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBResponse" + qname = "(DeleteOneGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateGSLB = + (Operation){ + name = "ActivateGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateGSLBRequest" + qname = "(ActivateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateGSLBResponse" + qname = "(ActivateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateGSLB = + (Operation){ + name = "DeactivateGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateGSLBRequest" + qname = "(DeactivateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateGSLBResponse" + qname = "(DeactivateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverGSLB = + (Operation){ + name = "RecoverGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBRequest" + qname = "(RecoverGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBResponse" + qname = "(RecoverGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverGSLBIP = + (Operation){ + name = "RecoverGSLBIP" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBIPRequest" + qname = "(RecoverGSLBIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBIPResponse" + qname = "(RecoverGSLBIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGSLBRegion = + (Operation){ + name = "CreateGSLBRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionRequest" + qname = "(CreateGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionResponse" + qname = "(CreateGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGSLBRegion = + (Operation){ + name = "GetOneGSLBRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionRequest" + qname = "(GetOneGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionResponse" + qname = "(GetOneGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGSLBRegions = + (Operation){ + name = "GetGSLBRegions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionsRequest" + qname = "(GetGSLBRegionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionsResponse" + qname = "(GetGSLBRegionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGSLBRegion = + (Operation){ + name = "UpdateGSLBRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionRequest" + qname = "(UpdateGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionResponse" + qname = "(UpdateGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGSLBRegion = + (Operation){ + name = "DeleteOneGSLBRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionRequest" + qname = "(DeleteOneGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionResponse" + qname = "(DeleteOneGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGSLBRegionPoolEntry = + (Operation){ + name = "CreateGSLBRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionPoolEntryRequest" + qname = "(CreateGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionPoolEntryResponse" + qname = "(CreateGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGSLBRegionPoolEntry = + (Operation){ + name = "UpdateGSLBRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionPoolEntryRequest" + qname = "(UpdateGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionPoolEntryResponse" + qname = "(UpdateGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGSLBRegionPoolEntry = + (Operation){ + name = "GetOneGSLBRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionPoolEntryRequest" + qname = "(GetOneGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionPoolEntryResponse" + qname = "(GetOneGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGSLBRegionPoolEntries = + (Operation){ + name = "GetGSLBRegionPoolEntries" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionPoolEntriesRequest" + qname = "(GetGSLBRegionPoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionPoolEntriesResponse" + qname = "(GetGSLBRegionPoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGSLBRegionPoolEntry = + (Operation){ + name = "DeleteOneGSLBRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionPoolEntryRequest" + qname = "(DeleteOneGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionPoolEntryResponse" + qname = "(DeleteOneGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateRTTM = + (Operation){ + name = "CreateRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRequest" + qname = "(CreateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateRTTMResponse" + qname = "(CreateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneRTTM = + (Operation){ + name = "GetOneRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRequest" + qname = "(GetOneRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMResponse" + qname = "(GetOneRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMs = + (Operation){ + name = "GetRTTMs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMsRequest" + qname = "(GetRTTMsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMsResponse" + qname = "(GetRTTMsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateRTTM = + (Operation){ + name = "UpdateRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRequest" + qname = "(UpdateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMResponse" + qname = "(UpdateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneRTTM = + (Operation){ + name = "DeleteOneRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRequest" + qname = "(DeleteOneRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMResponse" + qname = "(DeleteOneRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateRTTM = + (Operation){ + name = "ActivateRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateRTTMRequest" + qname = "(ActivateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateRTTMResponse" + qname = "(ActivateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateRTTM = + (Operation){ + name = "DeactivateRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateRTTMRequest" + qname = "(DeactivateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateRTTMResponse" + qname = "(DeactivateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverRTTM = + (Operation){ + name = "RecoverRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMRequest" + qname = "(RecoverRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMResponse" + qname = "(RecoverRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverRTTMIP = + (Operation){ + name = "RecoverRTTMIP" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMIPRequest" + qname = "(RecoverRTTMIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMIPResponse" + qname = "(RecoverRTTMIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMLogs = + (Operation){ + name = "GetRTTMLogs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMLogsRequest" + qname = "(GetRTTMLogsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMLogsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMLogsResponse" + qname = "(GetRTTMLogsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMLogsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMRRSets = + (Operation){ + name = "GetRTTMRRSets" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMRRSetsRequest" + qname = "(GetRTTMRRSetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRRSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMRRSetsResponse" + qname = "(GetRTTMRRSetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRRSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateRTTMRegion = + (Operation){ + name = "CreateRTTMRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionRequest" + qname = "(CreateRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionResponse" + qname = "(CreateRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneRTTMRegion = + (Operation){ + name = "GetOneRTTMRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionRequest" + qname = "(GetOneRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionResponse" + qname = "(GetOneRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMRegions = + (Operation){ + name = "GetRTTMRegions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionsRequest" + qname = "(GetRTTMRegionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionsResponse" + qname = "(GetRTTMRegionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateRTTMRegion = + (Operation){ + name = "UpdateRTTMRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionRequest" + qname = "(UpdateRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionResponse" + qname = "(UpdateRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneRTTMRegion = + (Operation){ + name = "DeleteOneRTTMRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionRequest" + qname = "(DeleteOneRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionResponse" + qname = "(DeleteOneRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateRTTMRegionPoolEntry = + (Operation){ + name = "CreateRTTMRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionPoolEntryRequest" + qname = "(CreateRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionPoolEntryResponse" + qname = "(CreateRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateRTTMRegionPoolEntry = + (Operation){ + name = "UpdateRTTMRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionPoolEntryRequest" + qname = "(UpdateRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionPoolEntryResponse" + qname = "(UpdateRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneRTTMRegionPoolEntry = + (Operation){ + name = "GetOneRTTMRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionPoolEntryRequest" + qname = "(GetOneRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionPoolEntryResponse" + qname = "(GetOneRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMRegionPoolEntries = + (Operation){ + name = "GetRTTMRegionPoolEntries" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionPoolEntriesRequest" + qname = "(GetRTTMRegionPoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionPoolEntriesResponse" + qname = "(GetRTTMRegionPoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneRTTMRegionPoolEntry = + (Operation){ + name = "DeleteOneRTTMRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionPoolEntryRequest" + qname = "(DeleteOneRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionPoolEntryResponse" + qname = "(DeleteOneRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateHTTPRedirect = + (Operation){ + name = "CreateHTTPRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateHTTPRedirectRequest" + qname = "(CreateHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateHTTPRedirectResponse" + qname = "(CreateHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneHTTPRedirect = + (Operation){ + name = "GetOneHTTPRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneHTTPRedirectRequest" + qname = "(GetOneHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneHTTPRedirectResponse" + qname = "(GetOneHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetHTTPRedirects = + (Operation){ + name = "GetHTTPRedirects" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetHTTPRedirectsRequest" + qname = "(GetHTTPRedirectsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHTTPRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetHTTPRedirectsResponse" + qname = "(GetHTTPRedirectsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHTTPRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateHTTPRedirect = + (Operation){ + name = "UpdateHTTPRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateHTTPRedirectRequest" + qname = "(UpdateHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateHTTPRedirectResponse" + qname = "(UpdateHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneHTTPRedirect = + (Operation){ + name = "DeleteOneHTTPRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneHTTPRedirectRequest" + qname = "(DeleteOneHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneHTTPRedirectResponse" + qname = "(DeleteOneHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateAdvRedirectRule = + (Operation){ + name = "CreateAdvRedirectRule" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectRuleRequest" + qname = "(CreateAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectRuleResponse" + qname = "(CreateAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateAdvRedirectRule = + (Operation){ + name = "UpdateAdvRedirectRule" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectRuleRequest" + qname = "(UpdateAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectRuleResponse" + qname = "(UpdateAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneAdvRedirectRule = + (Operation){ + name = "GetOneAdvRedirectRule" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectRuleRequest" + qname = "(GetOneAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectRuleResponse" + qname = "(GetOneAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAdvRedirectRules = + (Operation){ + name = "GetAdvRedirectRules" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectRulesRequest" + qname = "(GetAdvRedirectRulesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectRulesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectRulesResponse" + qname = "(GetAdvRedirectRulesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectRulesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneAdvRedirectRule = + (Operation){ + name = "DeleteOneAdvRedirectRule" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectRuleRequest" + qname = "(DeleteOneAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectRuleResponse" + qname = "(DeleteOneAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateAdvRedirect = + (Operation){ + name = "CreateAdvRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectRequest" + qname = "(CreateAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectResponse" + qname = "(CreateAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneAdvRedirect = + (Operation){ + name = "GetOneAdvRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectRequest" + qname = "(GetOneAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectResponse" + qname = "(GetOneAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAdvRedirects = + (Operation){ + name = "GetAdvRedirects" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectsRequest" + qname = "(GetAdvRedirectsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectsResponse" + qname = "(GetAdvRedirectsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateAdvRedirect = + (Operation){ + name = "UpdateAdvRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectRequest" + qname = "(UpdateAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectResponse" + qname = "(UpdateAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneAdvRedirect = + (Operation){ + name = "DeleteOneAdvRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectRequest" + qname = "(DeleteOneAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectResponse" + qname = "(DeleteOneAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNodeList = + (Operation){ + name = "GetNodeList" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNodeListRequest" + qname = "(GetNodeListRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNodeListRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNodeListResponse" + qname = "(GetNodeListResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNodeListResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + PublishZone = + (Operation){ + name = "PublishZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "PublishZoneRequest" + qname = "(PublishZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "PublishZoneResponse" + qname = "(PublishZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + PruneZone = + (Operation){ + name = "PruneZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "PruneZoneRequest" + qname = "(PruneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PruneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "PruneZoneResponse" + qname = "(PruneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PruneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + FreezeZone = + (Operation){ + name = "FreezeZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "FreezeZoneRequest" + qname = "(FreezeZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('FreezeZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "FreezeZoneResponse" + qname = "(FreezeZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('FreezeZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ThawZone = + (Operation){ + name = "ThawZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ThawZoneRequest" + qname = "(ThawZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ThawZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ThawZoneResponse" + qname = "(ThawZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ThawZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RestoreZone = + (Operation){ + name = "RestoreZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RestoreZoneRequest" + qname = "(RestoreZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RestoreZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RestoreZoneResponse" + qname = "(RestoreZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RestoreZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + BlockZone = + (Operation){ + name = "BlockZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "BlockZoneRequest" + qname = "(BlockZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "BlockZoneResponse" + qname = "(BlockZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteZoneChangeset = + (Operation){ + name = "DeleteZoneChangeset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteZoneChangesetRequest" + qname = "(DeleteZoneChangesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteZoneChangesetResponse" + qname = "(DeleteZoneChangesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneChangeset = + (Operation){ + name = "GetZoneChangeset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneChangesetRequest" + qname = "(GetZoneChangesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneChangesetResponse" + qname = "(GetZoneChangesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneNotes = + (Operation){ + name = "GetZoneNotes" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneNotesRequest" + qname = "(GetZoneNotesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneNotesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneNotesResponse" + qname = "(GetZoneNotesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneNotesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UploadZoneFile = + (Operation){ + name = "UploadZoneFile" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UploadZoneFileRequest" + qname = "(UploadZoneFileRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UploadZoneFileRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UploadZoneFileResponse" + qname = "(UploadZoneFileResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UploadZoneFileResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + TransferZoneIn = + (Operation){ + name = "TransferZoneIn" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "TransferZoneInRequest" + qname = "(TransferZoneInRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('TransferZoneInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "TransferZoneInResponse" + qname = "(TransferZoneInResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('TransferZoneInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTransferStatus = + (Operation){ + name = "GetTransferStatus" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTransferStatusRequest" + qname = "(GetTransferStatusRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTransferStatusRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTransferStatusResponse" + qname = "(GetTransferStatusResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTransferStatusResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneConfigOptions = + (Operation){ + name = "GetZoneConfigOptions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneConfigOptionsRequest" + qname = "(GetZoneConfigOptionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneConfigOptionsResponse" + qname = "(GetZoneConfigOptionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetZoneConfigOptions = + (Operation){ + name = "SetZoneConfigOptions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetZoneConfigOptionsRequest" + qname = "(SetZoneConfigOptionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetZoneConfigOptionsResponse" + qname = "(SetZoneConfigOptionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateIPTrack = + (Operation){ + name = "CreateIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateIPTrackRequest" + qname = "(CreateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateIPTrackResponse" + qname = "(CreateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneIPTrack = + (Operation){ + name = "GetOneIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneIPTrackRequest" + qname = "(GetOneIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneIPTrackResponse" + qname = "(GetOneIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetIPTracks = + (Operation){ + name = "GetIPTracks" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetIPTracksRequest" + qname = "(GetIPTracksRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPTracksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetIPTracksResponse" + qname = "(GetIPTracksResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPTracksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateIPTrack = + (Operation){ + name = "UpdateIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateIPTrackRequest" + qname = "(UpdateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateIPTrackResponse" + qname = "(UpdateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneIPTrack = + (Operation){ + name = "DeleteOneIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPTrackRequest" + qname = "(DeleteOneIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPTrackResponse" + qname = "(DeleteOneIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateIPTrack = + (Operation){ + name = "ActivateIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateIPTrackRequest" + qname = "(ActivateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateIPTrackResponse" + qname = "(ActivateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateIPTrack = + (Operation){ + name = "DeactivateIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateIPTrackRequest" + qname = "(DeactivateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateIPTrackResponse" + qname = "(DeactivateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDNSSEC = + (Operation){ + name = "CreateDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDNSSECRequest" + qname = "(CreateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDNSSECResponse" + qname = "(CreateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDNSSEC = + (Operation){ + name = "GetOneDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDNSSECRequest" + qname = "(GetOneDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDNSSECResponse" + qname = "(GetOneDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDNSSECs = + (Operation){ + name = "GetDNSSECs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDNSSECsRequest" + qname = "(GetDNSSECsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDNSSECsResponse" + qname = "(GetDNSSECsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDNSSEC = + (Operation){ + name = "UpdateDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDNSSECRequest" + qname = "(UpdateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDNSSECResponse" + qname = "(UpdateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDNSSEC = + (Operation){ + name = "DeleteOneDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSSECRequest" + qname = "(DeleteOneDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSSECResponse" + qname = "(DeleteOneDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateDNSSEC = + (Operation){ + name = "ActivateDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateDNSSECRequest" + qname = "(ActivateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateDNSSECResponse" + qname = "(ActivateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateDNSSEC = + (Operation){ + name = "DeactivateDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateDNSSECRequest" + qname = "(DeactivateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateDNSSECResponse" + qname = "(DeactivateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDNSSECTimeline = + (Operation){ + name = "GetDNSSECTimeline" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDNSSECTimelineRequest" + qname = "(GetDNSSECTimelineRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECTimelineRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDNSSECTimelineResponse" + qname = "(GetDNSSECTimelineResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECTimelineResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTasks = + (Operation){ + name = "GetTasks" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTasksRequest" + qname = "(GetTasksRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTasksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTasksResponse" + qname = "(GetTasksResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTasksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneTask = + (Operation){ + name = "GetOneTask" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneTaskRequest" + qname = "(GetOneTaskRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneTaskResponse" + qname = "(GetOneTaskResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CancelTask = + (Operation){ + name = "CancelTask" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CancelTaskRequest" + qname = "(CancelTaskRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CancelTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CancelTaskResponse" + qname = "(CancelTaskResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CancelTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateExtNameserver = + (Operation){ + name = "CreateExtNameserver" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateExtNameserverRequest" + qname = "(CreateExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateExtNameserverResponse" + qname = "(CreateExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneExtNameserver = + (Operation){ + name = "GetOneExtNameserver" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneExtNameserverRequest" + qname = "(GetOneExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneExtNameserverResponse" + qname = "(GetOneExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetExtNameservers = + (Operation){ + name = "GetExtNameservers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetExtNameserversRequest" + qname = "(GetExtNameserversRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetExtNameserversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetExtNameserversResponse" + qname = "(GetExtNameserversResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetExtNameserversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateExtNameserver = + (Operation){ + name = "UpdateExtNameserver" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateExtNameserverRequest" + qname = "(UpdateExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateExtNameserverResponse" + qname = "(UpdateExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneExtNameserver = + (Operation){ + name = "DeleteOneExtNameserver" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneExtNameserverRequest" + qname = "(DeleteOneExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneExtNameserverResponse" + qname = "(DeleteOneExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + } + } + soap = + (soap){ + style = "document" + } + } + } + services[] = + (Service){ + _WObject__resolved = True + name = "Dynect" + qname = "(Dynect, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + ports[] = + (Port){ + _WObject__resolved = False + name = "DynectSOAP" + qname = "(DynectSOAP, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + _Port__service = (Service)... + binding = + (Binding){ + _WObject__resolved = True + name = "DynectSOAP" + qname = "(DynectSOAP, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + operations = + { + GetJob = + (Operation){ + name = "GetJob" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetJobRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetJobResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SessionLogin = + (Operation){ + name = "SessionLogin" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLoginRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLoginResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SessionLogout = + (Operation){ + name = "SessionLogout" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLogoutRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLogoutResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SessionIsAlive = + (Operation){ + name = "SessionIsAlive" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionIsAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionIsAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SessionKeepAlive = + (Operation){ + name = "SessionKeepAlive" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionKeepAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionKeepAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ScopeIn = + (Operation){ + name = "ScopeIn" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ScopeAs = + (Operation){ + name = "ScopeAs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeAsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeAsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + Unscope = + (Operation){ + name = "Unscope" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnscopeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnscopeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetQueryStats = + (Operation){ + name = "GetQueryStats" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetQueryStatsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetQueryStatsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGeo = + (Operation){ + name = "CreateGeo" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGeo = + (Operation){ + name = "UpdateGeo" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGeos = + (Operation){ + name = "GetGeos" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeosRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeosResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGeo = + (Operation){ + name = "GetOneGeo" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGeo = + (Operation){ + name = "DeleteOneGeo" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateGeo = + (Operation){ + name = "ActivateGeo" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateGeo = + (Operation){ + name = "DeactivateGeo" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGeoRegionGroup = + (Operation){ + name = "CreateGeoRegionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGeoRegionGroup = + (Operation){ + name = "UpdateGeoRegionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGeoRegionGroup = + (Operation){ + name = "DeleteOneGeoRegionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGeoRegionGroups = + (Operation){ + name = "GetGeoRegionGroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoRegionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoRegionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGeoRegionGroup = + (Operation){ + name = "GetOneGeoRegionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGeoNode = + (Operation){ + name = "CreateGeoNode" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGeoNode = + (Operation){ + name = "DeleteOneGeoNode" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGeoNodes = + (Operation){ + name = "GetGeoNodes" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSF = + (Operation){ + name = "CreateDSF" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSF = + (Operation){ + name = "UpdateDSF" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFs = + (Operation){ + name = "GetDSFs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFNotifiers = + (Operation){ + name = "GetDSFNotifiers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSF = + (Operation){ + name = "DeleteOneDSF" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSF = + (Operation){ + name = "GetOneDSF" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RevertDSF = + (Operation){ + name = "RevertDSF" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RevertDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RevertDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + PublishDSF = + (Operation){ + name = "PublishDSF" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddDSFNotifier = + (Operation){ + name = "AddDSFNotifier" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveDSFNotifier = + (Operation){ + name = "RemoveDSFNotifier" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFRuleset = + (Operation){ + name = "CreateDSFRuleset" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFRuleset = + (Operation){ + name = "UpdateDSFRuleset" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFRulesets = + (Operation){ + name = "GetDSFRulesets" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRulesetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRulesetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFRuleset = + (Operation){ + name = "GetOneDSFRuleset" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFRuleset = + (Operation){ + name = "DeleteOneDSFRuleset" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFResponsePool = + (Operation){ + name = "CreateDSFResponsePool" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFResponsePool = + (Operation){ + name = "UpdateDSFResponsePool" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFResponsePools = + (Operation){ + name = "GetDSFResponsePools" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFResponsePoolsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFResponsePoolsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFResponsePool = + (Operation){ + name = "GetOneDSFResponsePool" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFResponsePool = + (Operation){ + name = "DeleteOneDSFResponsePool" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFRecordSetFailoverChain = + (Operation){ + name = "CreateDSFRecordSetFailoverChain" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFRecordSetFailoverChain = + (Operation){ + name = "UpdateDSFRecordSetFailoverChain" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFRecordSetFailoverChains = + (Operation){ + name = "GetDSFRecordSetFailoverChains" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetFailoverChainsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetFailoverChainsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFRecordSetFailoverChain = + (Operation){ + name = "GetOneDSFRecordSetFailoverChain" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFRecordSetFailoverChain = + (Operation){ + name = "DeleteOneDSFRecordSetFailoverChain" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFRecordSet = + (Operation){ + name = "CreateDSFRecordSet" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFRecordSet = + (Operation){ + name = "UpdateDSFRecordSet" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFRecordSet = + (Operation){ + name = "GetOneDSFRecordSet" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFRecordSets = + (Operation){ + name = "GetDSFRecordSets" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFRecordSet = + (Operation){ + name = "DeleteOneDSFRecordSet" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFRecord = + (Operation){ + name = "CreateDSFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFRecord = + (Operation){ + name = "UpdateDSFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFRecord = + (Operation){ + name = "GetOneDSFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFRecords = + (Operation){ + name = "GetDSFRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFRecord = + (Operation){ + name = "DeleteOneDSFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddDSFNode = + (Operation){ + name = "AddDSFNode" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFNodes = + (Operation){ + name = "UpdateDSFNodes" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFNodes = + (Operation){ + name = "GetDSFNodes" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFNode = + (Operation){ + name = "DeleteOneDSFNode" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFMonitor = + (Operation){ + name = "CreateDSFMonitor" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFMonitor = + (Operation){ + name = "UpdateDSFMonitor" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFMonitor = + (Operation){ + name = "GetOneDSFMonitor" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFMonitors = + (Operation){ + name = "GetDSFMonitors" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFMonitor = + (Operation){ + name = "DeleteOneDSFMonitor" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddDSFMonitorNotifier = + (Operation){ + name = "AddDSFMonitorNotifier" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFMonitorNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFMonitorNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFMonitorSites = + (Operation){ + name = "GetDSFMonitorSites" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorSitesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorSitesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateNotifier = + (Operation){ + name = "CreateNotifier" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateNotifier = + (Operation){ + name = "UpdateNotifier" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneNotifier = + (Operation){ + name = "GetOneNotifier" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNotifiers = + (Operation){ + name = "GetNotifiers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneNotifier = + (Operation){ + name = "DeleteOneNotifier" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateConfigLimit = + (Operation){ + name = "CreateConfigLimit" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneConfigLimit = + (Operation){ + name = "GetOneConfigLimit" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetConfigLimits = + (Operation){ + name = "GetConfigLimits" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetConfigLimitsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetConfigLimitsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateConfigLimit = + (Operation){ + name = "UpdateConfigLimit" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneConfigLimit = + (Operation){ + name = "DeleteOneConfigLimit" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreatePermissionGroup = + (Operation){ + name = "CreatePermissionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOnePermissionGroup = + (Operation){ + name = "GetOnePermissionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetPermissionGroups = + (Operation){ + name = "GetPermissionGroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPermissionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPermissionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOnePermissionGroup = + (Operation){ + name = "DeleteOnePermissionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdatePermissionGroup = + (Operation){ + name = "UpdatePermissionGroup" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomerPermissions = + (Operation){ + name = "GetCustomerPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetUserPermissions = + (Operation){ + name = "GetUserPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CheckPermissions = + (Operation){ + name = "CheckPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CheckPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CheckPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddPermissionGroupUsers = + (Operation){ + name = "AddPermissionGroupUsers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetPermissionGroupUsers = + (Operation){ + name = "SetPermissionGroupUsers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemovePermissionGroupUsers = + (Operation){ + name = "RemovePermissionGroupUsers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddPermissionGroupSubgroups = + (Operation){ + name = "AddPermissionGroupSubgroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetPermissionGroupSubgroups = + (Operation){ + name = "SetPermissionGroupSubgroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemovePermissionGroupSubgroups = + (Operation){ + name = "RemovePermissionGroupSubgroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddPermissionGroupPermissions = + (Operation){ + name = "AddPermissionGroupPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetPermissionGroupPermissions = + (Operation){ + name = "SetPermissionGroupPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemovePermissionGroupPermissions = + (Operation){ + name = "RemovePermissionGroupPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddPermissionGroupZones = + (Operation){ + name = "AddPermissionGroupZones" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetPermissionGroupZones = + (Operation){ + name = "SetPermissionGroupZones" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemovePermissionGroupZones = + (Operation){ + name = "RemovePermissionGroupZones" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddUserGroups = + (Operation){ + name = "AddUserGroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetUserGroups = + (Operation){ + name = "SetUserGroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveUserGroups = + (Operation){ + name = "RemoveUserGroups" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddUserZones = + (Operation){ + name = "AddUserZones" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetUserZones = + (Operation){ + name = "SetUserZones" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveUserZones = + (Operation){ + name = "RemoveUserZones" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddUserPermissions = + (Operation){ + name = "AddUserPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetUserPermissions = + (Operation){ + name = "SetUserPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveUserPermissions = + (Operation){ + name = "RemoveUserPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddUserForbids = + (Operation){ + name = "AddUserForbids" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetUserForbids = + (Operation){ + name = "SetUserForbids" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveUserForbids = + (Operation){ + name = "RemoveUserForbids" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddCustomerPermissions = + (Operation){ + name = "AddCustomerPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetCustomerPermissions = + (Operation){ + name = "SetCustomerPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveCustomerPermissions = + (Operation){ + name = "RemoveCustomerPermissions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddCustomerForbids = + (Operation){ + name = "AddCustomerForbids" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetCustomerForbids = + (Operation){ + name = "SetCustomerForbids" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveCustomerForbids = + (Operation){ + name = "RemoveCustomerForbids" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetHostStatsFlags = + (Operation){ + name = "GetHostStatsFlags" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetHostStatsFlags = + (Operation){ + name = "SetHostStatsFlags" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateTSIGKey = + (Operation){ + name = "CreateTSIGKey" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneTSIGKey = + (Operation){ + name = "GetOneTSIGKey" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTSIGKeys = + (Operation){ + name = "GetTSIGKeys" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTSIGKeysRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTSIGKeysResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateTSIGKey = + (Operation){ + name = "UpdateTSIGKey" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneTSIGKey = + (Operation){ + name = "DeleteOneTSIGKey" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateZone = + (Operation){ + name = "CreateZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneZone = + (Operation){ + name = "GetOneZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZones = + (Operation){ + name = "GetZones" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneZone = + (Operation){ + name = "DeleteOneZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateSecondaryZone = + (Operation){ + name = "CreateSecondaryZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSecondaryZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSecondaryZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSecondary = + (Operation){ + name = "UpdateSecondary" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateSecondary = + (Operation){ + name = "ActivateSecondary" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateSecondary = + (Operation){ + name = "DeactivateSecondary" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RetransferSecondary = + (Operation){ + name = "RetransferSecondary" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RetransferSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RetransferSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSecondary = + (Operation){ + name = "GetOneSecondary" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSecondaries = + (Operation){ + name = "GetSecondaries" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSecondariesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSecondariesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneApex = + (Operation){ + name = "GetZoneApex" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneApexRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneApexResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateARecord = + (Operation){ + name = "CreateARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneARecord = + (Operation){ + name = "GetOneARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetARecords = + (Operation){ + name = "GetARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateARecord = + (Operation){ + name = "UpdateARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteARecords = + (Operation){ + name = "DeleteARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneARecord = + (Operation){ + name = "DeleteOneARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateAAAARecord = + (Operation){ + name = "CreateAAAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneAAAARecord = + (Operation){ + name = "GetOneAAAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAAAARecords = + (Operation){ + name = "GetAAAARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateAAAARecord = + (Operation){ + name = "UpdateAAAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteAAAARecords = + (Operation){ + name = "DeleteAAAARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneAAAARecord = + (Operation){ + name = "DeleteOneAAAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateALIASRecord = + (Operation){ + name = "CreateALIASRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneALIASRecord = + (Operation){ + name = "GetOneALIASRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetALIASRecords = + (Operation){ + name = "GetALIASRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateALIASRecord = + (Operation){ + name = "UpdateALIASRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteALIASRecords = + (Operation){ + name = "DeleteALIASRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneALIASRecord = + (Operation){ + name = "DeleteOneALIASRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCAARecord = + (Operation){ + name = "CreateCAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCAARecord = + (Operation){ + name = "GetOneCAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCAARecords = + (Operation){ + name = "GetCAARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCAARecord = + (Operation){ + name = "UpdateCAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCAARecords = + (Operation){ + name = "DeleteCAARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCAARecord = + (Operation){ + name = "DeleteOneCAARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCDNSKEYRecord = + (Operation){ + name = "CreateCDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCDNSKEYRecord = + (Operation){ + name = "GetOneCDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCDNSKEYRecords = + (Operation){ + name = "GetCDNSKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCDNSKEYRecord = + (Operation){ + name = "UpdateCDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCDNSKEYRecords = + (Operation){ + name = "DeleteCDNSKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCDNSKEYRecord = + (Operation){ + name = "DeleteOneCDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCDSRecord = + (Operation){ + name = "CreateCDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCDSRecord = + (Operation){ + name = "GetOneCDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCDSRecords = + (Operation){ + name = "GetCDSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCDSRecord = + (Operation){ + name = "UpdateCDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCDSRecords = + (Operation){ + name = "DeleteCDSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCDSRecord = + (Operation){ + name = "DeleteOneCDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCERTRecord = + (Operation){ + name = "CreateCERTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCERTRecord = + (Operation){ + name = "GetOneCERTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCERTRecords = + (Operation){ + name = "GetCERTRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCERTRecord = + (Operation){ + name = "UpdateCERTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCERTRecords = + (Operation){ + name = "DeleteCERTRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCERTRecord = + (Operation){ + name = "DeleteOneCERTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCNAMERecord = + (Operation){ + name = "CreateCNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCNAMERecord = + (Operation){ + name = "GetOneCNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCNAMERecords = + (Operation){ + name = "GetCNAMERecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCNAMERecord = + (Operation){ + name = "UpdateCNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCNAMERecords = + (Operation){ + name = "DeleteCNAMERecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCNAMERecord = + (Operation){ + name = "DeleteOneCNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCSYNCRecord = + (Operation){ + name = "CreateCSYNCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCSYNCRecord = + (Operation){ + name = "GetOneCSYNCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCSYNCRecords = + (Operation){ + name = "GetCSYNCRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCSYNCRecord = + (Operation){ + name = "UpdateCSYNCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCSYNCRecords = + (Operation){ + name = "DeleteCSYNCRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCSYNCRecord = + (Operation){ + name = "DeleteOneCSYNCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDHCIDRecord = + (Operation){ + name = "CreateDHCIDRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDHCIDRecord = + (Operation){ + name = "GetOneDHCIDRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDHCIDRecords = + (Operation){ + name = "GetDHCIDRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDHCIDRecord = + (Operation){ + name = "UpdateDHCIDRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteDHCIDRecords = + (Operation){ + name = "DeleteDHCIDRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDHCIDRecord = + (Operation){ + name = "DeleteOneDHCIDRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDNAMERecord = + (Operation){ + name = "CreateDNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDNAMERecord = + (Operation){ + name = "GetOneDNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDNAMERecords = + (Operation){ + name = "GetDNAMERecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDNAMERecord = + (Operation){ + name = "UpdateDNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteDNAMERecords = + (Operation){ + name = "DeleteDNAMERecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDNAMERecord = + (Operation){ + name = "DeleteOneDNAMERecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDNSKEYRecord = + (Operation){ + name = "CreateDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDNSKEYRecord = + (Operation){ + name = "GetOneDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDNSKEYRecords = + (Operation){ + name = "GetDNSKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDNSKEYRecord = + (Operation){ + name = "UpdateDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteDNSKEYRecords = + (Operation){ + name = "DeleteDNSKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDNSKEYRecord = + (Operation){ + name = "DeleteOneDNSKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSRecord = + (Operation){ + name = "CreateDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSRecord = + (Operation){ + name = "GetOneDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSRecords = + (Operation){ + name = "GetDSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSRecord = + (Operation){ + name = "UpdateDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteDSRecords = + (Operation){ + name = "DeleteDSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSRecord = + (Operation){ + name = "DeleteOneDSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateIPSECKEYRecord = + (Operation){ + name = "CreateIPSECKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneIPSECKEYRecord = + (Operation){ + name = "GetOneIPSECKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetIPSECKEYRecords = + (Operation){ + name = "GetIPSECKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateIPSECKEYRecord = + (Operation){ + name = "UpdateIPSECKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteIPSECKEYRecords = + (Operation){ + name = "DeleteIPSECKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneIPSECKEYRecord = + (Operation){ + name = "DeleteOneIPSECKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateKEYRecord = + (Operation){ + name = "CreateKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneKEYRecord = + (Operation){ + name = "GetOneKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetKEYRecords = + (Operation){ + name = "GetKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateKEYRecord = + (Operation){ + name = "UpdateKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteKEYRecords = + (Operation){ + name = "DeleteKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneKEYRecord = + (Operation){ + name = "DeleteOneKEYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateKXRecord = + (Operation){ + name = "CreateKXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneKXRecord = + (Operation){ + name = "GetOneKXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetKXRecords = + (Operation){ + name = "GetKXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateKXRecord = + (Operation){ + name = "UpdateKXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteKXRecords = + (Operation){ + name = "DeleteKXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneKXRecord = + (Operation){ + name = "DeleteOneKXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateLOCRecord = + (Operation){ + name = "CreateLOCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneLOCRecord = + (Operation){ + name = "GetOneLOCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetLOCRecords = + (Operation){ + name = "GetLOCRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateLOCRecord = + (Operation){ + name = "UpdateLOCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteLOCRecords = + (Operation){ + name = "DeleteLOCRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneLOCRecord = + (Operation){ + name = "DeleteOneLOCRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateMXRecord = + (Operation){ + name = "CreateMXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneMXRecord = + (Operation){ + name = "GetOneMXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetMXRecords = + (Operation){ + name = "GetMXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateMXRecord = + (Operation){ + name = "UpdateMXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteMXRecords = + (Operation){ + name = "DeleteMXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneMXRecord = + (Operation){ + name = "DeleteOneMXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateNAPTRRecord = + (Operation){ + name = "CreateNAPTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneNAPTRRecord = + (Operation){ + name = "GetOneNAPTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNAPTRRecords = + (Operation){ + name = "GetNAPTRRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateNAPTRRecord = + (Operation){ + name = "UpdateNAPTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteNAPTRRecords = + (Operation){ + name = "DeleteNAPTRRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneNAPTRRecord = + (Operation){ + name = "DeleteOneNAPTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateNSAPRecord = + (Operation){ + name = "CreateNSAPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneNSAPRecord = + (Operation){ + name = "GetOneNSAPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNSAPRecords = + (Operation){ + name = "GetNSAPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateNSAPRecord = + (Operation){ + name = "UpdateNSAPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteNSAPRecords = + (Operation){ + name = "DeleteNSAPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneNSAPRecord = + (Operation){ + name = "DeleteOneNSAPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreatePOLICYRecord = + (Operation){ + name = "CreatePOLICYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOnePOLICYRecord = + (Operation){ + name = "GetOnePOLICYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetPOLICYRecords = + (Operation){ + name = "GetPOLICYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdatePOLICYRecord = + (Operation){ + name = "UpdatePOLICYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeletePOLICYRecords = + (Operation){ + name = "DeletePOLICYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOnePOLICYRecord = + (Operation){ + name = "DeleteOnePOLICYRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreatePTRRecord = + (Operation){ + name = "CreatePTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOnePTRRecord = + (Operation){ + name = "GetOnePTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetPTRRecords = + (Operation){ + name = "GetPTRRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdatePTRRecord = + (Operation){ + name = "UpdatePTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeletePTRRecords = + (Operation){ + name = "DeletePTRRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOnePTRRecord = + (Operation){ + name = "DeleteOnePTRRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreatePXRecord = + (Operation){ + name = "CreatePXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOnePXRecord = + (Operation){ + name = "GetOnePXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetPXRecords = + (Operation){ + name = "GetPXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdatePXRecord = + (Operation){ + name = "UpdatePXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeletePXRecords = + (Operation){ + name = "DeletePXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOnePXRecord = + (Operation){ + name = "DeleteOnePXRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateRPRecord = + (Operation){ + name = "CreateRPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneRPRecord = + (Operation){ + name = "GetOneRPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRPRecords = + (Operation){ + name = "GetRPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateRPRecord = + (Operation){ + name = "UpdateRPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteRPRecords = + (Operation){ + name = "DeleteRPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneRPRecord = + (Operation){ + name = "DeleteOneRPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateSPFRecord = + (Operation){ + name = "CreateSPFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSPFRecord = + (Operation){ + name = "GetOneSPFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSPFRecords = + (Operation){ + name = "GetSPFRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSPFRecord = + (Operation){ + name = "UpdateSPFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteSPFRecords = + (Operation){ + name = "DeleteSPFRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneSPFRecord = + (Operation){ + name = "DeleteOneSPFRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateSRVRecord = + (Operation){ + name = "CreateSRVRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSRVRecord = + (Operation){ + name = "GetOneSRVRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSRVRecords = + (Operation){ + name = "GetSRVRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSRVRecord = + (Operation){ + name = "UpdateSRVRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteSRVRecords = + (Operation){ + name = "DeleteSRVRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneSRVRecord = + (Operation){ + name = "DeleteOneSRVRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateSSHFPRecord = + (Operation){ + name = "CreateSSHFPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSSHFPRecord = + (Operation){ + name = "GetOneSSHFPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSSHFPRecords = + (Operation){ + name = "GetSSHFPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSSHFPRecord = + (Operation){ + name = "UpdateSSHFPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteSSHFPRecords = + (Operation){ + name = "DeleteSSHFPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneSSHFPRecord = + (Operation){ + name = "DeleteOneSSHFPRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateTLSARecord = + (Operation){ + name = "CreateTLSARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneTLSARecord = + (Operation){ + name = "GetOneTLSARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTLSARecords = + (Operation){ + name = "GetTLSARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateTLSARecord = + (Operation){ + name = "UpdateTLSARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteTLSARecords = + (Operation){ + name = "DeleteTLSARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneTLSARecord = + (Operation){ + name = "DeleteOneTLSARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateTXTRecord = + (Operation){ + name = "CreateTXTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneTXTRecord = + (Operation){ + name = "GetOneTXTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTXTRecords = + (Operation){ + name = "GetTXTRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateTXTRecord = + (Operation){ + name = "UpdateTXTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteTXTRecords = + (Operation){ + name = "DeleteTXTRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneTXTRecord = + (Operation){ + name = "DeleteOneTXTRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSOARecord = + (Operation){ + name = "GetOneSOARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSOARecords = + (Operation){ + name = "GetSOARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSOARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSOARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSOARecord = + (Operation){ + name = "UpdateSOARecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateNSRecord = + (Operation){ + name = "CreateNSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneNSRecord = + (Operation){ + name = "GetOneNSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNSRecords = + (Operation){ + name = "GetNSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateNSRecord = + (Operation){ + name = "UpdateNSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteNSRecords = + (Operation){ + name = "DeleteNSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneNSRecord = + (Operation){ + name = "DeleteOneNSRecord" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceARecords = + (Operation){ + name = "ReplaceARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceAAAARecords = + (Operation){ + name = "ReplaceAAAARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceALIASRecords = + (Operation){ + name = "ReplaceALIASRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCAARecords = + (Operation){ + name = "ReplaceCAARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCDNSKEYRecords = + (Operation){ + name = "ReplaceCDNSKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCDSRecords = + (Operation){ + name = "ReplaceCDSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCERTRecords = + (Operation){ + name = "ReplaceCERTRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCNAMERecords = + (Operation){ + name = "ReplaceCNAMERecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCSYNCRecords = + (Operation){ + name = "ReplaceCSYNCRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceDHCIDRecords = + (Operation){ + name = "ReplaceDHCIDRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceDNAMERecords = + (Operation){ + name = "ReplaceDNAMERecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceDNSKEYRecords = + (Operation){ + name = "ReplaceDNSKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceDSRecords = + (Operation){ + name = "ReplaceDSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceIPSECKEYRecords = + (Operation){ + name = "ReplaceIPSECKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceKEYRecords = + (Operation){ + name = "ReplaceKEYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceKXRecords = + (Operation){ + name = "ReplaceKXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceLOCRecords = + (Operation){ + name = "ReplaceLOCRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceMXRecords = + (Operation){ + name = "ReplaceMXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceNAPTRRecords = + (Operation){ + name = "ReplaceNAPTRRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceNSAPRecords = + (Operation){ + name = "ReplaceNSAPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplacePOLICYRecords = + (Operation){ + name = "ReplacePOLICYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplacePTRRecords = + (Operation){ + name = "ReplacePTRRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplacePXRecords = + (Operation){ + name = "ReplacePXRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceRPRecords = + (Operation){ + name = "ReplaceRPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceSPFRecords = + (Operation){ + name = "ReplaceSPFRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceSRVRecords = + (Operation){ + name = "ReplaceSRVRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceSSHFPRecords = + (Operation){ + name = "ReplaceSSHFPRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceTLSARecords = + (Operation){ + name = "ReplaceTLSARecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceTXTRecords = + (Operation){ + name = "ReplaceTXTRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceNSRecords = + (Operation){ + name = "ReplaceNSRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetANYRecords = + (Operation){ + name = "GetANYRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetANYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetANYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAllRecords = + (Operation){ + name = "GetAllRecords" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAllAliasQNames = + (Operation){ + name = "GetAllAliasQNames" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllAliasQNamesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllAliasQNamesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneUser = + (Operation){ + name = "GetOneUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneUser = + (Operation){ + name = "DeleteOneUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateUser = + (Operation){ + name = "CreateUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateUser = + (Operation){ + name = "UpdateUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetUsers = + (Operation){ + name = "GetUsers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetUpdateUsers = + (Operation){ + name = "GetUpdateUsers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateUpdateUser = + (Operation){ + name = "UpdateUpdateUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneUpdateUser = + (Operation){ + name = "DeleteOneUpdateUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateUserPassword = + (Operation){ + name = "UpdateUserPassword" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + BlockUser = + (Operation){ + name = "BlockUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UnblockUser = + (Operation){ + name = "UnblockUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnblockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnblockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateContact = + (Operation){ + name = "CreateContact" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneContact = + (Operation){ + name = "GetOneContact" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetContacts = + (Operation){ + name = "GetContacts" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetContactsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetContactsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneContact = + (Operation){ + name = "DeleteOneContact" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateContact = + (Operation){ + name = "UpdateContact" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCustomer = + (Operation){ + name = "CreateCustomer" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCustomer = + (Operation){ + name = "UpdateCustomer" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCustomer = + (Operation){ + name = "GetOneCustomer" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomers = + (Operation){ + name = "GetCustomers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCustomer = + (Operation){ + name = "DeleteOneCustomer" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomerPrefs = + (Operation){ + name = "GetCustomerPrefs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetCustomerPrefs = + (Operation){ + name = "SetCustomerPrefs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomerIPACL = + (Operation){ + name = "GetCustomerIPACL" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetCustomerIPACL = + (Operation){ + name = "SetCustomerIPACL" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCustomerOracleMetadata = + (Operation){ + name = "CreateCustomerOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCustomerOracleMetadata = + (Operation){ + name = "UpdateCustomerOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomerOracleMetadata = + (Operation){ + name = "GetCustomerOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCustomerOracleMetadata = + (Operation){ + name = "DeleteCustomerOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateZoneOracleMetadata = + (Operation){ + name = "CreateZoneOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateZoneOracleMetadata = + (Operation){ + name = "UpdateZoneOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneOracleMetadata = + (Operation){ + name = "GetZoneOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteZoneOracleMetadata = + (Operation){ + name = "DeleteZoneOracleMetadata" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + OCIMigrate = + (Operation){ + name = "OCIMigrate" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('OCIMigrateRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('OCIMigrateResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDDNS = + (Operation){ + name = "CreateDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDDNS = + (Operation){ + name = "GetOneDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDDNSs = + (Operation){ + name = "GetDDNSs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDDNSsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDDNSsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDDNS = + (Operation){ + name = "UpdateDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDDNS = + (Operation){ + name = "DeleteOneDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateDDNS = + (Operation){ + name = "ActivateDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateDDNS = + (Operation){ + name = "DeactivateDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ResetDDNS = + (Operation){ + name = "ResetDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ResetDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ResetDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetUpdateUserPassword = + (Operation){ + name = "GetUpdateUserPassword" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDDNSHost = + (Operation){ + name = "CreateDDNSHost" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSHostRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSHostResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateUpdateUser = + (Operation){ + name = "CreateUpdateUser" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddDDNS = + (Operation){ + name = "AddDDNS" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateFailover = + (Operation){ + name = "CreateFailover" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneFailover = + (Operation){ + name = "GetOneFailover" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetFailovers = + (Operation){ + name = "GetFailovers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetFailoversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetFailoversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateFailover = + (Operation){ + name = "UpdateFailover" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneFailover = + (Operation){ + name = "DeleteOneFailover" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateFailover = + (Operation){ + name = "ActivateFailover" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateFailover = + (Operation){ + name = "DeactivateFailover" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverFailover = + (Operation){ + name = "RecoverFailover" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateLoadBalance = + (Operation){ + name = "CreateLoadBalance" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneLoadBalance = + (Operation){ + name = "GetOneLoadBalance" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetLoadBalances = + (Operation){ + name = "GetLoadBalances" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateLoadBalance = + (Operation){ + name = "UpdateLoadBalance" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneLoadBalance = + (Operation){ + name = "DeleteOneLoadBalance" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateLoadBalance = + (Operation){ + name = "ActivateLoadBalance" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateLoadBalance = + (Operation){ + name = "DeactivateLoadBalance" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverLoadBalance = + (Operation){ + name = "RecoverLoadBalance" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverLoadBalanceIP = + (Operation){ + name = "RecoverLoadBalanceIP" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateLoadBalancePoolEntry = + (Operation){ + name = "CreateLoadBalancePoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateLoadBalancePoolEntry = + (Operation){ + name = "UpdateLoadBalancePoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneLoadBalancePoolEntry = + (Operation){ + name = "GetOneLoadBalancePoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetLoadBalancePoolEntries = + (Operation){ + name = "GetLoadBalancePoolEntries" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancePoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancePoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneLoadBalancePoolEntry = + (Operation){ + name = "DeleteOneLoadBalancePoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGSLB = + (Operation){ + name = "CreateGSLB" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGSLB = + (Operation){ + name = "GetOneGSLB" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGSLBs = + (Operation){ + name = "GetGSLBs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGSLB = + (Operation){ + name = "UpdateGSLB" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGSLB = + (Operation){ + name = "DeleteOneGSLB" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateGSLB = + (Operation){ + name = "ActivateGSLB" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateGSLB = + (Operation){ + name = "DeactivateGSLB" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverGSLB = + (Operation){ + name = "RecoverGSLB" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverGSLBIP = + (Operation){ + name = "RecoverGSLBIP" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGSLBRegion = + (Operation){ + name = "CreateGSLBRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGSLBRegion = + (Operation){ + name = "GetOneGSLBRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGSLBRegions = + (Operation){ + name = "GetGSLBRegions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGSLBRegion = + (Operation){ + name = "UpdateGSLBRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGSLBRegion = + (Operation){ + name = "DeleteOneGSLBRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGSLBRegionPoolEntry = + (Operation){ + name = "CreateGSLBRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGSLBRegionPoolEntry = + (Operation){ + name = "UpdateGSLBRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGSLBRegionPoolEntry = + (Operation){ + name = "GetOneGSLBRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGSLBRegionPoolEntries = + (Operation){ + name = "GetGSLBRegionPoolEntries" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGSLBRegionPoolEntry = + (Operation){ + name = "DeleteOneGSLBRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateRTTM = + (Operation){ + name = "CreateRTTM" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneRTTM = + (Operation){ + name = "GetOneRTTM" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMs = + (Operation){ + name = "GetRTTMs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateRTTM = + (Operation){ + name = "UpdateRTTM" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneRTTM = + (Operation){ + name = "DeleteOneRTTM" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateRTTM = + (Operation){ + name = "ActivateRTTM" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateRTTM = + (Operation){ + name = "DeactivateRTTM" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverRTTM = + (Operation){ + name = "RecoverRTTM" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverRTTMIP = + (Operation){ + name = "RecoverRTTMIP" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMLogs = + (Operation){ + name = "GetRTTMLogs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMLogsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMLogsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMRRSets = + (Operation){ + name = "GetRTTMRRSets" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRRSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRRSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateRTTMRegion = + (Operation){ + name = "CreateRTTMRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneRTTMRegion = + (Operation){ + name = "GetOneRTTMRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMRegions = + (Operation){ + name = "GetRTTMRegions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateRTTMRegion = + (Operation){ + name = "UpdateRTTMRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneRTTMRegion = + (Operation){ + name = "DeleteOneRTTMRegion" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateRTTMRegionPoolEntry = + (Operation){ + name = "CreateRTTMRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateRTTMRegionPoolEntry = + (Operation){ + name = "UpdateRTTMRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneRTTMRegionPoolEntry = + (Operation){ + name = "GetOneRTTMRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMRegionPoolEntries = + (Operation){ + name = "GetRTTMRegionPoolEntries" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneRTTMRegionPoolEntry = + (Operation){ + name = "DeleteOneRTTMRegionPoolEntry" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateHTTPRedirect = + (Operation){ + name = "CreateHTTPRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneHTTPRedirect = + (Operation){ + name = "GetOneHTTPRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetHTTPRedirects = + (Operation){ + name = "GetHTTPRedirects" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHTTPRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHTTPRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateHTTPRedirect = + (Operation){ + name = "UpdateHTTPRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneHTTPRedirect = + (Operation){ + name = "DeleteOneHTTPRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateAdvRedirectRule = + (Operation){ + name = "CreateAdvRedirectRule" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateAdvRedirectRule = + (Operation){ + name = "UpdateAdvRedirectRule" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneAdvRedirectRule = + (Operation){ + name = "GetOneAdvRedirectRule" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAdvRedirectRules = + (Operation){ + name = "GetAdvRedirectRules" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectRulesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectRulesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneAdvRedirectRule = + (Operation){ + name = "DeleteOneAdvRedirectRule" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateAdvRedirect = + (Operation){ + name = "CreateAdvRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneAdvRedirect = + (Operation){ + name = "GetOneAdvRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAdvRedirects = + (Operation){ + name = "GetAdvRedirects" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateAdvRedirect = + (Operation){ + name = "UpdateAdvRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneAdvRedirect = + (Operation){ + name = "DeleteOneAdvRedirect" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNodeList = + (Operation){ + name = "GetNodeList" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNodeListRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNodeListResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + PublishZone = + (Operation){ + name = "PublishZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + PruneZone = + (Operation){ + name = "PruneZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PruneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PruneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + FreezeZone = + (Operation){ + name = "FreezeZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('FreezeZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('FreezeZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ThawZone = + (Operation){ + name = "ThawZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ThawZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ThawZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RestoreZone = + (Operation){ + name = "RestoreZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RestoreZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RestoreZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + BlockZone = + (Operation){ + name = "BlockZone" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteZoneChangeset = + (Operation){ + name = "DeleteZoneChangeset" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneChangeset = + (Operation){ + name = "GetZoneChangeset" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneNotes = + (Operation){ + name = "GetZoneNotes" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneNotesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneNotesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UploadZoneFile = + (Operation){ + name = "UploadZoneFile" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UploadZoneFileRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UploadZoneFileResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + TransferZoneIn = + (Operation){ + name = "TransferZoneIn" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('TransferZoneInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('TransferZoneInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTransferStatus = + (Operation){ + name = "GetTransferStatus" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTransferStatusRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTransferStatusResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneConfigOptions = + (Operation){ + name = "GetZoneConfigOptions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetZoneConfigOptions = + (Operation){ + name = "SetZoneConfigOptions" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateIPTrack = + (Operation){ + name = "CreateIPTrack" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneIPTrack = + (Operation){ + name = "GetOneIPTrack" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetIPTracks = + (Operation){ + name = "GetIPTracks" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPTracksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPTracksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateIPTrack = + (Operation){ + name = "UpdateIPTrack" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneIPTrack = + (Operation){ + name = "DeleteOneIPTrack" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateIPTrack = + (Operation){ + name = "ActivateIPTrack" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateIPTrack = + (Operation){ + name = "DeactivateIPTrack" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDNSSEC = + (Operation){ + name = "CreateDNSSEC" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDNSSEC = + (Operation){ + name = "GetOneDNSSEC" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDNSSECs = + (Operation){ + name = "GetDNSSECs" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDNSSEC = + (Operation){ + name = "UpdateDNSSEC" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDNSSEC = + (Operation){ + name = "DeleteOneDNSSEC" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateDNSSEC = + (Operation){ + name = "ActivateDNSSEC" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateDNSSEC = + (Operation){ + name = "DeactivateDNSSEC" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDNSSECTimeline = + (Operation){ + name = "GetDNSSECTimeline" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECTimelineRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECTimelineResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTasks = + (Operation){ + name = "GetTasks" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTasksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTasksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneTask = + (Operation){ + name = "GetOneTask" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CancelTask = + (Operation){ + name = "CancelTask" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CancelTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CancelTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateExtNameserver = + (Operation){ + name = "CreateExtNameserver" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneExtNameserver = + (Operation){ + name = "GetOneExtNameserver" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetExtNameservers = + (Operation){ + name = "GetExtNameservers" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetExtNameserversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetExtNameserversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateExtNameserver = + (Operation){ + name = "UpdateExtNameserver" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneExtNameserver = + (Operation){ + name = "DeleteOneExtNameserver" + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + } + type = + (PortType){ + _WObject__resolved = True + name = "Dynect" + qname = "(Dynect, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + operations = + { + GetJob = + (Operation){ + name = "GetJob" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetJobRequest" + qname = "(GetJobRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetJobRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetJobResponse" + qname = "(GetJobResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetJobResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SessionLogin = + (Operation){ + name = "SessionLogin" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SessionLoginRequest" + qname = "(SessionLoginRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLoginRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SessionLoginResponse" + qname = "(SessionLoginResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLoginResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SessionLogout = + (Operation){ + name = "SessionLogout" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SessionLogoutRequest" + qname = "(SessionLogoutRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLogoutRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SessionLogoutResponse" + qname = "(SessionLogoutResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLogoutResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SessionIsAlive = + (Operation){ + name = "SessionIsAlive" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SessionIsAliveRequest" + qname = "(SessionIsAliveRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionIsAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SessionIsAliveResponse" + qname = "(SessionIsAliveResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionIsAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SessionKeepAlive = + (Operation){ + name = "SessionKeepAlive" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SessionKeepAliveRequest" + qname = "(SessionKeepAliveRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionKeepAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SessionKeepAliveResponse" + qname = "(SessionKeepAliveResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionKeepAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ScopeIn = + (Operation){ + name = "ScopeIn" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ScopeInRequest" + qname = "(ScopeInRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ScopeInResponse" + qname = "(ScopeInResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ScopeAs = + (Operation){ + name = "ScopeAs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ScopeAsRequest" + qname = "(ScopeAsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeAsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ScopeAsResponse" + qname = "(ScopeAsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeAsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + Unscope = + (Operation){ + name = "Unscope" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UnscopeRequest" + qname = "(UnscopeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnscopeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UnscopeResponse" + qname = "(UnscopeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnscopeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetQueryStats = + (Operation){ + name = "GetQueryStats" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetQueryStatsRequest" + qname = "(GetQueryStatsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetQueryStatsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetQueryStatsResponse" + qname = "(GetQueryStatsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetQueryStatsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGeo = + (Operation){ + name = "CreateGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGeoRequest" + qname = "(CreateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGeoResponse" + qname = "(CreateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGeo = + (Operation){ + name = "UpdateGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGeoRequest" + qname = "(UpdateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGeoResponse" + qname = "(UpdateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGeos = + (Operation){ + name = "GetGeos" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGeosRequest" + qname = "(GetGeosRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeosRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGeosResponse" + qname = "(GetGeosResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeosResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGeo = + (Operation){ + name = "GetOneGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGeoRequest" + qname = "(GetOneGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGeoResponse" + qname = "(GetOneGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGeo = + (Operation){ + name = "DeleteOneGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoRequest" + qname = "(DeleteOneGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoResponse" + qname = "(DeleteOneGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateGeo = + (Operation){ + name = "ActivateGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateGeoRequest" + qname = "(ActivateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateGeoResponse" + qname = "(ActivateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateGeo = + (Operation){ + name = "DeactivateGeo" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateGeoRequest" + qname = "(DeactivateGeoRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateGeoResponse" + qname = "(DeactivateGeoResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGeoRegionGroup = + (Operation){ + name = "CreateGeoRegionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGeoRegionGroupRequest" + qname = "(CreateGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGeoRegionGroupResponse" + qname = "(CreateGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGeoRegionGroup = + (Operation){ + name = "UpdateGeoRegionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGeoRegionGroupRequest" + qname = "(UpdateGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGeoRegionGroupResponse" + qname = "(UpdateGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGeoRegionGroup = + (Operation){ + name = "DeleteOneGeoRegionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoRegionGroupRequest" + qname = "(DeleteOneGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoRegionGroupResponse" + qname = "(DeleteOneGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGeoRegionGroups = + (Operation){ + name = "GetGeoRegionGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGeoRegionGroupsRequest" + qname = "(GetGeoRegionGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoRegionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGeoRegionGroupsResponse" + qname = "(GetGeoRegionGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoRegionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGeoRegionGroup = + (Operation){ + name = "GetOneGeoRegionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGeoRegionGroupRequest" + qname = "(GetOneGeoRegionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGeoRegionGroupResponse" + qname = "(GetOneGeoRegionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGeoNode = + (Operation){ + name = "CreateGeoNode" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGeoNodeRequest" + qname = "(CreateGeoNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGeoNodeResponse" + qname = "(CreateGeoNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGeoNode = + (Operation){ + name = "DeleteOneGeoNode" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoNodeRequest" + qname = "(DeleteOneGeoNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGeoNodeResponse" + qname = "(DeleteOneGeoNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGeoNodes = + (Operation){ + name = "GetGeoNodes" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGeoNodesRequest" + qname = "(GetGeoNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGeoNodesResponse" + qname = "(GetGeoNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSF = + (Operation){ + name = "CreateDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRequest" + qname = "(CreateDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFResponse" + qname = "(CreateDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSF = + (Operation){ + name = "UpdateDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRequest" + qname = "(UpdateDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFResponse" + qname = "(UpdateDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFs = + (Operation){ + name = "GetDSFs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFsRequest" + qname = "(GetDSFsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFsResponse" + qname = "(GetDSFsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFNotifiers = + (Operation){ + name = "GetDSFNotifiers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFNotifiersRequest" + qname = "(GetDSFNotifiersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFNotifiersResponse" + qname = "(GetDSFNotifiersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSF = + (Operation){ + name = "DeleteOneDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRequest" + qname = "(DeleteOneDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFResponse" + qname = "(DeleteOneDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSF = + (Operation){ + name = "GetOneDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRequest" + qname = "(GetOneDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFResponse" + qname = "(GetOneDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RevertDSF = + (Operation){ + name = "RevertDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RevertDSFRequest" + qname = "(RevertDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RevertDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RevertDSFResponse" + qname = "(RevertDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RevertDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + PublishDSF = + (Operation){ + name = "PublishDSF" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "PublishDSFRequest" + qname = "(PublishDSFRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "PublishDSFResponse" + qname = "(PublishDSFResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddDSFNotifier = + (Operation){ + name = "AddDSFNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddDSFNotifierRequest" + qname = "(AddDSFNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddDSFNotifierResponse" + qname = "(AddDSFNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveDSFNotifier = + (Operation){ + name = "RemoveDSFNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveDSFNotifierRequest" + qname = "(RemoveDSFNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveDSFNotifierResponse" + qname = "(RemoveDSFNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFRuleset = + (Operation){ + name = "CreateDSFRuleset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRulesetRequest" + qname = "(CreateDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFRulesetResponse" + qname = "(CreateDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFRuleset = + (Operation){ + name = "UpdateDSFRuleset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRulesetRequest" + qname = "(UpdateDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRulesetResponse" + qname = "(UpdateDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFRulesets = + (Operation){ + name = "GetDSFRulesets" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFRulesetsRequest" + qname = "(GetDSFRulesetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRulesetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFRulesetsResponse" + qname = "(GetDSFRulesetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRulesetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFRuleset = + (Operation){ + name = "GetOneDSFRuleset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRulesetRequest" + qname = "(GetOneDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRulesetResponse" + qname = "(GetOneDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFRuleset = + (Operation){ + name = "DeleteOneDSFRuleset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRulesetRequest" + qname = "(DeleteOneDSFRulesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRulesetResponse" + qname = "(DeleteOneDSFRulesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFResponsePool = + (Operation){ + name = "CreateDSFResponsePool" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFResponsePoolRequest" + qname = "(CreateDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFResponsePoolResponse" + qname = "(CreateDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFResponsePool = + (Operation){ + name = "UpdateDSFResponsePool" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFResponsePoolRequest" + qname = "(UpdateDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFResponsePoolResponse" + qname = "(UpdateDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFResponsePools = + (Operation){ + name = "GetDSFResponsePools" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFResponsePoolsRequest" + qname = "(GetDSFResponsePoolsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFResponsePoolsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFResponsePoolsResponse" + qname = "(GetDSFResponsePoolsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFResponsePoolsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFResponsePool = + (Operation){ + name = "GetOneDSFResponsePool" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFResponsePoolRequest" + qname = "(GetOneDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFResponsePoolResponse" + qname = "(GetOneDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFResponsePool = + (Operation){ + name = "DeleteOneDSFResponsePool" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFResponsePoolRequest" + qname = "(DeleteOneDSFResponsePoolRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFResponsePoolResponse" + qname = "(DeleteOneDSFResponsePoolResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFRecordSetFailoverChain = + (Operation){ + name = "CreateDSFRecordSetFailoverChain" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetFailoverChainRequest" + qname = "(CreateDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetFailoverChainResponse" + qname = "(CreateDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFRecordSetFailoverChain = + (Operation){ + name = "UpdateDSFRecordSetFailoverChain" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetFailoverChainRequest" + qname = "(UpdateDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetFailoverChainResponse" + qname = "(UpdateDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFRecordSetFailoverChains = + (Operation){ + name = "GetDSFRecordSetFailoverChains" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetFailoverChainsRequest" + qname = "(GetDSFRecordSetFailoverChainsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetFailoverChainsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetFailoverChainsResponse" + qname = "(GetDSFRecordSetFailoverChainsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetFailoverChainsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFRecordSetFailoverChain = + (Operation){ + name = "GetOneDSFRecordSetFailoverChain" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetFailoverChainRequest" + qname = "(GetOneDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetFailoverChainResponse" + qname = "(GetOneDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFRecordSetFailoverChain = + (Operation){ + name = "DeleteOneDSFRecordSetFailoverChain" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetFailoverChainRequest" + qname = "(DeleteOneDSFRecordSetFailoverChainRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetFailoverChainResponse" + qname = "(DeleteOneDSFRecordSetFailoverChainResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFRecordSet = + (Operation){ + name = "CreateDSFRecordSet" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetRequest" + qname = "(CreateDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordSetResponse" + qname = "(CreateDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFRecordSet = + (Operation){ + name = "UpdateDSFRecordSet" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetRequest" + qname = "(UpdateDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordSetResponse" + qname = "(UpdateDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFRecordSet = + (Operation){ + name = "GetOneDSFRecordSet" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetRequest" + qname = "(GetOneDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordSetResponse" + qname = "(GetOneDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFRecordSets = + (Operation){ + name = "GetDSFRecordSets" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetsRequest" + qname = "(GetDSFRecordSetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordSetsResponse" + qname = "(GetDSFRecordSetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFRecordSet = + (Operation){ + name = "DeleteOneDSFRecordSet" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetRequest" + qname = "(DeleteOneDSFRecordSetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordSetResponse" + qname = "(DeleteOneDSFRecordSetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFRecord = + (Operation){ + name = "CreateDSFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordRequest" + qname = "(CreateDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFRecordResponse" + qname = "(CreateDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFRecord = + (Operation){ + name = "UpdateDSFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordRequest" + qname = "(UpdateDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFRecordResponse" + qname = "(UpdateDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFRecord = + (Operation){ + name = "GetOneDSFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordRequest" + qname = "(GetOneDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFRecordResponse" + qname = "(GetOneDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFRecords = + (Operation){ + name = "GetDSFRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordsRequest" + qname = "(GetDSFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFRecordsResponse" + qname = "(GetDSFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFRecord = + (Operation){ + name = "DeleteOneDSFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordRequest" + qname = "(DeleteOneDSFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFRecordResponse" + qname = "(DeleteOneDSFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddDSFNode = + (Operation){ + name = "AddDSFNode" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddDSFNodeRequest" + qname = "(AddDSFNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddDSFNodeResponse" + qname = "(AddDSFNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFNodes = + (Operation){ + name = "UpdateDSFNodes" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFNodesRequest" + qname = "(UpdateDSFNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFNodesResponse" + qname = "(UpdateDSFNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFNodes = + (Operation){ + name = "GetDSFNodes" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFNodesRequest" + qname = "(GetDSFNodesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFNodesResponse" + qname = "(GetDSFNodesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFNode = + (Operation){ + name = "DeleteOneDSFNode" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFNodeRequest" + qname = "(DeleteOneDSFNodeRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFNodeResponse" + qname = "(DeleteOneDSFNodeResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSFMonitor = + (Operation){ + name = "CreateDSFMonitor" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSFMonitorRequest" + qname = "(CreateDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSFMonitorResponse" + qname = "(CreateDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSFMonitor = + (Operation){ + name = "UpdateDSFMonitor" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSFMonitorRequest" + qname = "(UpdateDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSFMonitorResponse" + qname = "(UpdateDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSFMonitor = + (Operation){ + name = "GetOneDSFMonitor" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSFMonitorRequest" + qname = "(GetOneDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSFMonitorResponse" + qname = "(GetOneDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFMonitors = + (Operation){ + name = "GetDSFMonitors" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorsRequest" + qname = "(GetDSFMonitorsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorsResponse" + qname = "(GetDSFMonitorsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSFMonitor = + (Operation){ + name = "DeleteOneDSFMonitor" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFMonitorRequest" + qname = "(DeleteOneDSFMonitorRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSFMonitorResponse" + qname = "(DeleteOneDSFMonitorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddDSFMonitorNotifier = + (Operation){ + name = "AddDSFMonitorNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddDSFMonitorNotifierRequest" + qname = "(AddDSFMonitorNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFMonitorNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddDSFMonitorNotifierResponse" + qname = "(AddDSFMonitorNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFMonitorNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSFMonitorSites = + (Operation){ + name = "GetDSFMonitorSites" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorSitesRequest" + qname = "(GetDSFMonitorSitesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorSitesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSFMonitorSitesResponse" + qname = "(GetDSFMonitorSitesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorSitesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateNotifier = + (Operation){ + name = "CreateNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateNotifierRequest" + qname = "(CreateNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateNotifierResponse" + qname = "(CreateNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateNotifier = + (Operation){ + name = "UpdateNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateNotifierRequest" + qname = "(UpdateNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateNotifierResponse" + qname = "(UpdateNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneNotifier = + (Operation){ + name = "GetOneNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneNotifierRequest" + qname = "(GetOneNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneNotifierResponse" + qname = "(GetOneNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNotifiers = + (Operation){ + name = "GetNotifiers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNotifiersRequest" + qname = "(GetNotifiersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNotifiersResponse" + qname = "(GetNotifiersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneNotifier = + (Operation){ + name = "DeleteOneNotifier" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneNotifierRequest" + qname = "(DeleteOneNotifierRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneNotifierResponse" + qname = "(DeleteOneNotifierResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateConfigLimit = + (Operation){ + name = "CreateConfigLimit" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateConfigLimitRequest" + qname = "(CreateConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateConfigLimitResponse" + qname = "(CreateConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneConfigLimit = + (Operation){ + name = "GetOneConfigLimit" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneConfigLimitRequest" + qname = "(GetOneConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneConfigLimitResponse" + qname = "(GetOneConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetConfigLimits = + (Operation){ + name = "GetConfigLimits" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetConfigLimitsRequest" + qname = "(GetConfigLimitsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetConfigLimitsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetConfigLimitsResponse" + qname = "(GetConfigLimitsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetConfigLimitsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateConfigLimit = + (Operation){ + name = "UpdateConfigLimit" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateConfigLimitRequest" + qname = "(UpdateConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateConfigLimitResponse" + qname = "(UpdateConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneConfigLimit = + (Operation){ + name = "DeleteOneConfigLimit" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneConfigLimitRequest" + qname = "(DeleteOneConfigLimitRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneConfigLimitResponse" + qname = "(DeleteOneConfigLimitResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreatePermissionGroup = + (Operation){ + name = "CreatePermissionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreatePermissionGroupRequest" + qname = "(CreatePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreatePermissionGroupResponse" + qname = "(CreatePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOnePermissionGroup = + (Operation){ + name = "GetOnePermissionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOnePermissionGroupRequest" + qname = "(GetOnePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOnePermissionGroupResponse" + qname = "(GetOnePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetPermissionGroups = + (Operation){ + name = "GetPermissionGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetPermissionGroupsRequest" + qname = "(GetPermissionGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPermissionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetPermissionGroupsResponse" + qname = "(GetPermissionGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPermissionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOnePermissionGroup = + (Operation){ + name = "DeleteOnePermissionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOnePermissionGroupRequest" + qname = "(DeleteOnePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOnePermissionGroupResponse" + qname = "(DeleteOnePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdatePermissionGroup = + (Operation){ + name = "UpdatePermissionGroup" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdatePermissionGroupRequest" + qname = "(UpdatePermissionGroupRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdatePermissionGroupResponse" + qname = "(UpdatePermissionGroupResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomerPermissions = + (Operation){ + name = "GetCustomerPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomerPermissionsRequest" + qname = "(GetCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomerPermissionsResponse" + qname = "(GetCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetUserPermissions = + (Operation){ + name = "GetUserPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetUserPermissionsRequest" + qname = "(GetUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetUserPermissionsResponse" + qname = "(GetUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CheckPermissions = + (Operation){ + name = "CheckPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CheckPermissionsRequest" + qname = "(CheckPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CheckPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CheckPermissionsResponse" + qname = "(CheckPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CheckPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddPermissionGroupUsers = + (Operation){ + name = "AddPermissionGroupUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupUsersRequest" + qname = "(AddPermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupUsersResponse" + qname = "(AddPermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetPermissionGroupUsers = + (Operation){ + name = "SetPermissionGroupUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupUsersRequest" + qname = "(SetPermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupUsersResponse" + qname = "(SetPermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemovePermissionGroupUsers = + (Operation){ + name = "RemovePermissionGroupUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupUsersRequest" + qname = "(RemovePermissionGroupUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupUsersResponse" + qname = "(RemovePermissionGroupUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddPermissionGroupSubgroups = + (Operation){ + name = "AddPermissionGroupSubgroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupSubgroupsRequest" + qname = "(AddPermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupSubgroupsResponse" + qname = "(AddPermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetPermissionGroupSubgroups = + (Operation){ + name = "SetPermissionGroupSubgroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupSubgroupsRequest" + qname = "(SetPermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupSubgroupsResponse" + qname = "(SetPermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemovePermissionGroupSubgroups = + (Operation){ + name = "RemovePermissionGroupSubgroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupSubgroupsRequest" + qname = "(RemovePermissionGroupSubgroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupSubgroupsResponse" + qname = "(RemovePermissionGroupSubgroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddPermissionGroupPermissions = + (Operation){ + name = "AddPermissionGroupPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupPermissionsRequest" + qname = "(AddPermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupPermissionsResponse" + qname = "(AddPermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetPermissionGroupPermissions = + (Operation){ + name = "SetPermissionGroupPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupPermissionsRequest" + qname = "(SetPermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupPermissionsResponse" + qname = "(SetPermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemovePermissionGroupPermissions = + (Operation){ + name = "RemovePermissionGroupPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupPermissionsRequest" + qname = "(RemovePermissionGroupPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupPermissionsResponse" + qname = "(RemovePermissionGroupPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddPermissionGroupZones = + (Operation){ + name = "AddPermissionGroupZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupZonesRequest" + qname = "(AddPermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddPermissionGroupZonesResponse" + qname = "(AddPermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetPermissionGroupZones = + (Operation){ + name = "SetPermissionGroupZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupZonesRequest" + qname = "(SetPermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetPermissionGroupZonesResponse" + qname = "(SetPermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemovePermissionGroupZones = + (Operation){ + name = "RemovePermissionGroupZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupZonesRequest" + qname = "(RemovePermissionGroupZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemovePermissionGroupZonesResponse" + qname = "(RemovePermissionGroupZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddUserGroups = + (Operation){ + name = "AddUserGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddUserGroupsRequest" + qname = "(AddUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddUserGroupsResponse" + qname = "(AddUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetUserGroups = + (Operation){ + name = "SetUserGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetUserGroupsRequest" + qname = "(SetUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetUserGroupsResponse" + qname = "(SetUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveUserGroups = + (Operation){ + name = "RemoveUserGroups" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveUserGroupsRequest" + qname = "(RemoveUserGroupsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveUserGroupsResponse" + qname = "(RemoveUserGroupsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddUserZones = + (Operation){ + name = "AddUserZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddUserZonesRequest" + qname = "(AddUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddUserZonesResponse" + qname = "(AddUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetUserZones = + (Operation){ + name = "SetUserZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetUserZonesRequest" + qname = "(SetUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetUserZonesResponse" + qname = "(SetUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveUserZones = + (Operation){ + name = "RemoveUserZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveUserZonesRequest" + qname = "(RemoveUserZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveUserZonesResponse" + qname = "(RemoveUserZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddUserPermissions = + (Operation){ + name = "AddUserPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddUserPermissionsRequest" + qname = "(AddUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddUserPermissionsResponse" + qname = "(AddUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetUserPermissions = + (Operation){ + name = "SetUserPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetUserPermissionsRequest" + qname = "(SetUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetUserPermissionsResponse" + qname = "(SetUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveUserPermissions = + (Operation){ + name = "RemoveUserPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveUserPermissionsRequest" + qname = "(RemoveUserPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveUserPermissionsResponse" + qname = "(RemoveUserPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddUserForbids = + (Operation){ + name = "AddUserForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddUserForbidsRequest" + qname = "(AddUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddUserForbidsResponse" + qname = "(AddUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetUserForbids = + (Operation){ + name = "SetUserForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetUserForbidsRequest" + qname = "(SetUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetUserForbidsResponse" + qname = "(SetUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveUserForbids = + (Operation){ + name = "RemoveUserForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveUserForbidsRequest" + qname = "(RemoveUserForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveUserForbidsResponse" + qname = "(RemoveUserForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddCustomerPermissions = + (Operation){ + name = "AddCustomerPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddCustomerPermissionsRequest" + qname = "(AddCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddCustomerPermissionsResponse" + qname = "(AddCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetCustomerPermissions = + (Operation){ + name = "SetCustomerPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetCustomerPermissionsRequest" + qname = "(SetCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetCustomerPermissionsResponse" + qname = "(SetCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveCustomerPermissions = + (Operation){ + name = "RemoveCustomerPermissions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerPermissionsRequest" + qname = "(RemoveCustomerPermissionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerPermissionsResponse" + qname = "(RemoveCustomerPermissionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddCustomerForbids = + (Operation){ + name = "AddCustomerForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddCustomerForbidsRequest" + qname = "(AddCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddCustomerForbidsResponse" + qname = "(AddCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetCustomerForbids = + (Operation){ + name = "SetCustomerForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetCustomerForbidsRequest" + qname = "(SetCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetCustomerForbidsResponse" + qname = "(SetCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RemoveCustomerForbids = + (Operation){ + name = "RemoveCustomerForbids" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerForbidsRequest" + qname = "(RemoveCustomerForbidsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RemoveCustomerForbidsResponse" + qname = "(RemoveCustomerForbidsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetHostStatsFlags = + (Operation){ + name = "GetHostStatsFlags" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetHostStatsFlagsRequest" + qname = "(GetHostStatsFlagsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetHostStatsFlagsResponse" + qname = "(GetHostStatsFlagsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetHostStatsFlags = + (Operation){ + name = "SetHostStatsFlags" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetHostStatsFlagsRequest" + qname = "(SetHostStatsFlagsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetHostStatsFlagsResponse" + qname = "(SetHostStatsFlagsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateTSIGKey = + (Operation){ + name = "CreateTSIGKey" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateTSIGKeyRequest" + qname = "(CreateTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateTSIGKeyResponse" + qname = "(CreateTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneTSIGKey = + (Operation){ + name = "GetOneTSIGKey" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneTSIGKeyRequest" + qname = "(GetOneTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneTSIGKeyResponse" + qname = "(GetOneTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTSIGKeys = + (Operation){ + name = "GetTSIGKeys" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTSIGKeysRequest" + qname = "(GetTSIGKeysRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTSIGKeysRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTSIGKeysResponse" + qname = "(GetTSIGKeysResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTSIGKeysResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateTSIGKey = + (Operation){ + name = "UpdateTSIGKey" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateTSIGKeyRequest" + qname = "(UpdateTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateTSIGKeyResponse" + qname = "(UpdateTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneTSIGKey = + (Operation){ + name = "DeleteOneTSIGKey" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneTSIGKeyRequest" + qname = "(DeleteOneTSIGKeyRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneTSIGKeyResponse" + qname = "(DeleteOneTSIGKeyResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateZone = + (Operation){ + name = "CreateZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateZoneRequest" + qname = "(CreateZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateZoneResponse" + qname = "(CreateZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneZone = + (Operation){ + name = "GetOneZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneZoneRequest" + qname = "(GetOneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneZoneResponse" + qname = "(GetOneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZones = + (Operation){ + name = "GetZones" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZonesRequest" + qname = "(GetZonesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZonesResponse" + qname = "(GetZonesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneZone = + (Operation){ + name = "DeleteOneZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneZoneRequest" + qname = "(DeleteOneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneZoneResponse" + qname = "(DeleteOneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateSecondaryZone = + (Operation){ + name = "CreateSecondaryZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateSecondaryZoneRequest" + qname = "(CreateSecondaryZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSecondaryZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateSecondaryZoneResponse" + qname = "(CreateSecondaryZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSecondaryZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSecondary = + (Operation){ + name = "UpdateSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSecondaryRequest" + qname = "(UpdateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSecondaryResponse" + qname = "(UpdateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateSecondary = + (Operation){ + name = "ActivateSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateSecondaryRequest" + qname = "(ActivateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateSecondaryResponse" + qname = "(ActivateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateSecondary = + (Operation){ + name = "DeactivateSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateSecondaryRequest" + qname = "(DeactivateSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateSecondaryResponse" + qname = "(DeactivateSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RetransferSecondary = + (Operation){ + name = "RetransferSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RetransferSecondaryRequest" + qname = "(RetransferSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RetransferSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RetransferSecondaryResponse" + qname = "(RetransferSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RetransferSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSecondary = + (Operation){ + name = "GetOneSecondary" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSecondaryRequest" + qname = "(GetOneSecondaryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSecondaryResponse" + qname = "(GetOneSecondaryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSecondaries = + (Operation){ + name = "GetSecondaries" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSecondariesRequest" + qname = "(GetSecondariesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSecondariesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSecondariesResponse" + qname = "(GetSecondariesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSecondariesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneApex = + (Operation){ + name = "GetZoneApex" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneApexRequest" + qname = "(GetZoneApexRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneApexRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneApexResponse" + qname = "(GetZoneApexResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneApexResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateARecord = + (Operation){ + name = "CreateARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateARecordRequest" + qname = "(CreateARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateARecordResponse" + qname = "(CreateARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneARecord = + (Operation){ + name = "GetOneARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneARecordRequest" + qname = "(GetOneARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneARecordResponse" + qname = "(GetOneARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetARecords = + (Operation){ + name = "GetARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetARecordsRequest" + qname = "(GetARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetARecordsResponse" + qname = "(GetARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateARecord = + (Operation){ + name = "UpdateARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateARecordRequest" + qname = "(UpdateARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateARecordResponse" + qname = "(UpdateARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteARecords = + (Operation){ + name = "DeleteARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteARecordsRequest" + qname = "(DeleteARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteARecordsResponse" + qname = "(DeleteARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneARecord = + (Operation){ + name = "DeleteOneARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneARecordRequest" + qname = "(DeleteOneARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneARecordResponse" + qname = "(DeleteOneARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateAAAARecord = + (Operation){ + name = "CreateAAAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateAAAARecordRequest" + qname = "(CreateAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateAAAARecordResponse" + qname = "(CreateAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneAAAARecord = + (Operation){ + name = "GetOneAAAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneAAAARecordRequest" + qname = "(GetOneAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneAAAARecordResponse" + qname = "(GetOneAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAAAARecords = + (Operation){ + name = "GetAAAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAAAARecordsRequest" + qname = "(GetAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAAAARecordsResponse" + qname = "(GetAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateAAAARecord = + (Operation){ + name = "UpdateAAAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateAAAARecordRequest" + qname = "(UpdateAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateAAAARecordResponse" + qname = "(UpdateAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteAAAARecords = + (Operation){ + name = "DeleteAAAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteAAAARecordsRequest" + qname = "(DeleteAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteAAAARecordsResponse" + qname = "(DeleteAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneAAAARecord = + (Operation){ + name = "DeleteOneAAAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneAAAARecordRequest" + qname = "(DeleteOneAAAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneAAAARecordResponse" + qname = "(DeleteOneAAAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateALIASRecord = + (Operation){ + name = "CreateALIASRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateALIASRecordRequest" + qname = "(CreateALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateALIASRecordResponse" + qname = "(CreateALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneALIASRecord = + (Operation){ + name = "GetOneALIASRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneALIASRecordRequest" + qname = "(GetOneALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneALIASRecordResponse" + qname = "(GetOneALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetALIASRecords = + (Operation){ + name = "GetALIASRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetALIASRecordsRequest" + qname = "(GetALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetALIASRecordsResponse" + qname = "(GetALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateALIASRecord = + (Operation){ + name = "UpdateALIASRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateALIASRecordRequest" + qname = "(UpdateALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateALIASRecordResponse" + qname = "(UpdateALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteALIASRecords = + (Operation){ + name = "DeleteALIASRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteALIASRecordsRequest" + qname = "(DeleteALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteALIASRecordsResponse" + qname = "(DeleteALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneALIASRecord = + (Operation){ + name = "DeleteOneALIASRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneALIASRecordRequest" + qname = "(DeleteOneALIASRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneALIASRecordResponse" + qname = "(DeleteOneALIASRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCAARecord = + (Operation){ + name = "CreateCAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCAARecordRequest" + qname = "(CreateCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCAARecordResponse" + qname = "(CreateCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCAARecord = + (Operation){ + name = "GetOneCAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCAARecordRequest" + qname = "(GetOneCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCAARecordResponse" + qname = "(GetOneCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCAARecords = + (Operation){ + name = "GetCAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCAARecordsRequest" + qname = "(GetCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCAARecordsResponse" + qname = "(GetCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCAARecord = + (Operation){ + name = "UpdateCAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCAARecordRequest" + qname = "(UpdateCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCAARecordResponse" + qname = "(UpdateCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCAARecords = + (Operation){ + name = "DeleteCAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCAARecordsRequest" + qname = "(DeleteCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCAARecordsResponse" + qname = "(DeleteCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCAARecord = + (Operation){ + name = "DeleteOneCAARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCAARecordRequest" + qname = "(DeleteOneCAARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCAARecordResponse" + qname = "(DeleteOneCAARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCDNSKEYRecord = + (Operation){ + name = "CreateCDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCDNSKEYRecordRequest" + qname = "(CreateCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCDNSKEYRecordResponse" + qname = "(CreateCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCDNSKEYRecord = + (Operation){ + name = "GetOneCDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCDNSKEYRecordRequest" + qname = "(GetOneCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCDNSKEYRecordResponse" + qname = "(GetOneCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCDNSKEYRecords = + (Operation){ + name = "GetCDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCDNSKEYRecordsRequest" + qname = "(GetCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCDNSKEYRecordsResponse" + qname = "(GetCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCDNSKEYRecord = + (Operation){ + name = "UpdateCDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCDNSKEYRecordRequest" + qname = "(UpdateCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCDNSKEYRecordResponse" + qname = "(UpdateCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCDNSKEYRecords = + (Operation){ + name = "DeleteCDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCDNSKEYRecordsRequest" + qname = "(DeleteCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCDNSKEYRecordsResponse" + qname = "(DeleteCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCDNSKEYRecord = + (Operation){ + name = "DeleteOneCDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDNSKEYRecordRequest" + qname = "(DeleteOneCDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDNSKEYRecordResponse" + qname = "(DeleteOneCDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCDSRecord = + (Operation){ + name = "CreateCDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCDSRecordRequest" + qname = "(CreateCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCDSRecordResponse" + qname = "(CreateCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCDSRecord = + (Operation){ + name = "GetOneCDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCDSRecordRequest" + qname = "(GetOneCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCDSRecordResponse" + qname = "(GetOneCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCDSRecords = + (Operation){ + name = "GetCDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCDSRecordsRequest" + qname = "(GetCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCDSRecordsResponse" + qname = "(GetCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCDSRecord = + (Operation){ + name = "UpdateCDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCDSRecordRequest" + qname = "(UpdateCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCDSRecordResponse" + qname = "(UpdateCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCDSRecords = + (Operation){ + name = "DeleteCDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCDSRecordsRequest" + qname = "(DeleteCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCDSRecordsResponse" + qname = "(DeleteCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCDSRecord = + (Operation){ + name = "DeleteOneCDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDSRecordRequest" + qname = "(DeleteOneCDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCDSRecordResponse" + qname = "(DeleteOneCDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCERTRecord = + (Operation){ + name = "CreateCERTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCERTRecordRequest" + qname = "(CreateCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCERTRecordResponse" + qname = "(CreateCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCERTRecord = + (Operation){ + name = "GetOneCERTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCERTRecordRequest" + qname = "(GetOneCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCERTRecordResponse" + qname = "(GetOneCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCERTRecords = + (Operation){ + name = "GetCERTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCERTRecordsRequest" + qname = "(GetCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCERTRecordsResponse" + qname = "(GetCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCERTRecord = + (Operation){ + name = "UpdateCERTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCERTRecordRequest" + qname = "(UpdateCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCERTRecordResponse" + qname = "(UpdateCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCERTRecords = + (Operation){ + name = "DeleteCERTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCERTRecordsRequest" + qname = "(DeleteCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCERTRecordsResponse" + qname = "(DeleteCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCERTRecord = + (Operation){ + name = "DeleteOneCERTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCERTRecordRequest" + qname = "(DeleteOneCERTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCERTRecordResponse" + qname = "(DeleteOneCERTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCNAMERecord = + (Operation){ + name = "CreateCNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCNAMERecordRequest" + qname = "(CreateCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCNAMERecordResponse" + qname = "(CreateCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCNAMERecord = + (Operation){ + name = "GetOneCNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCNAMERecordRequest" + qname = "(GetOneCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCNAMERecordResponse" + qname = "(GetOneCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCNAMERecords = + (Operation){ + name = "GetCNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCNAMERecordsRequest" + qname = "(GetCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCNAMERecordsResponse" + qname = "(GetCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCNAMERecord = + (Operation){ + name = "UpdateCNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCNAMERecordRequest" + qname = "(UpdateCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCNAMERecordResponse" + qname = "(UpdateCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCNAMERecords = + (Operation){ + name = "DeleteCNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCNAMERecordsRequest" + qname = "(DeleteCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCNAMERecordsResponse" + qname = "(DeleteCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCNAMERecord = + (Operation){ + name = "DeleteOneCNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCNAMERecordRequest" + qname = "(DeleteOneCNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCNAMERecordResponse" + qname = "(DeleteOneCNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCSYNCRecord = + (Operation){ + name = "CreateCSYNCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCSYNCRecordRequest" + qname = "(CreateCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCSYNCRecordResponse" + qname = "(CreateCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCSYNCRecord = + (Operation){ + name = "GetOneCSYNCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCSYNCRecordRequest" + qname = "(GetOneCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCSYNCRecordResponse" + qname = "(GetOneCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCSYNCRecords = + (Operation){ + name = "GetCSYNCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCSYNCRecordsRequest" + qname = "(GetCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCSYNCRecordsResponse" + qname = "(GetCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCSYNCRecord = + (Operation){ + name = "UpdateCSYNCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCSYNCRecordRequest" + qname = "(UpdateCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCSYNCRecordResponse" + qname = "(UpdateCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCSYNCRecords = + (Operation){ + name = "DeleteCSYNCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCSYNCRecordsRequest" + qname = "(DeleteCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCSYNCRecordsResponse" + qname = "(DeleteCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCSYNCRecord = + (Operation){ + name = "DeleteOneCSYNCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCSYNCRecordRequest" + qname = "(DeleteOneCSYNCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCSYNCRecordResponse" + qname = "(DeleteOneCSYNCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDHCIDRecord = + (Operation){ + name = "CreateDHCIDRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDHCIDRecordRequest" + qname = "(CreateDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDHCIDRecordResponse" + qname = "(CreateDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDHCIDRecord = + (Operation){ + name = "GetOneDHCIDRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDHCIDRecordRequest" + qname = "(GetOneDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDHCIDRecordResponse" + qname = "(GetOneDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDHCIDRecords = + (Operation){ + name = "GetDHCIDRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDHCIDRecordsRequest" + qname = "(GetDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDHCIDRecordsResponse" + qname = "(GetDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDHCIDRecord = + (Operation){ + name = "UpdateDHCIDRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDHCIDRecordRequest" + qname = "(UpdateDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDHCIDRecordResponse" + qname = "(UpdateDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteDHCIDRecords = + (Operation){ + name = "DeleteDHCIDRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteDHCIDRecordsRequest" + qname = "(DeleteDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteDHCIDRecordsResponse" + qname = "(DeleteDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDHCIDRecord = + (Operation){ + name = "DeleteOneDHCIDRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDHCIDRecordRequest" + qname = "(DeleteOneDHCIDRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDHCIDRecordResponse" + qname = "(DeleteOneDHCIDRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDNAMERecord = + (Operation){ + name = "CreateDNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDNAMERecordRequest" + qname = "(CreateDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDNAMERecordResponse" + qname = "(CreateDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDNAMERecord = + (Operation){ + name = "GetOneDNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDNAMERecordRequest" + qname = "(GetOneDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDNAMERecordResponse" + qname = "(GetOneDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDNAMERecords = + (Operation){ + name = "GetDNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDNAMERecordsRequest" + qname = "(GetDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDNAMERecordsResponse" + qname = "(GetDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDNAMERecord = + (Operation){ + name = "UpdateDNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDNAMERecordRequest" + qname = "(UpdateDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDNAMERecordResponse" + qname = "(UpdateDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteDNAMERecords = + (Operation){ + name = "DeleteDNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteDNAMERecordsRequest" + qname = "(DeleteDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteDNAMERecordsResponse" + qname = "(DeleteDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDNAMERecord = + (Operation){ + name = "DeleteOneDNAMERecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNAMERecordRequest" + qname = "(DeleteOneDNAMERecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNAMERecordResponse" + qname = "(DeleteOneDNAMERecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDNSKEYRecord = + (Operation){ + name = "CreateDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDNSKEYRecordRequest" + qname = "(CreateDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDNSKEYRecordResponse" + qname = "(CreateDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDNSKEYRecord = + (Operation){ + name = "GetOneDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDNSKEYRecordRequest" + qname = "(GetOneDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDNSKEYRecordResponse" + qname = "(GetOneDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDNSKEYRecords = + (Operation){ + name = "GetDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDNSKEYRecordsRequest" + qname = "(GetDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDNSKEYRecordsResponse" + qname = "(GetDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDNSKEYRecord = + (Operation){ + name = "UpdateDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDNSKEYRecordRequest" + qname = "(UpdateDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDNSKEYRecordResponse" + qname = "(UpdateDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteDNSKEYRecords = + (Operation){ + name = "DeleteDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteDNSKEYRecordsRequest" + qname = "(DeleteDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteDNSKEYRecordsResponse" + qname = "(DeleteDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDNSKEYRecord = + (Operation){ + name = "DeleteOneDNSKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSKEYRecordRequest" + qname = "(DeleteOneDNSKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSKEYRecordResponse" + qname = "(DeleteOneDNSKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDSRecord = + (Operation){ + name = "CreateDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDSRecordRequest" + qname = "(CreateDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDSRecordResponse" + qname = "(CreateDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDSRecord = + (Operation){ + name = "GetOneDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDSRecordRequest" + qname = "(GetOneDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDSRecordResponse" + qname = "(GetOneDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDSRecords = + (Operation){ + name = "GetDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDSRecordsRequest" + qname = "(GetDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDSRecordsResponse" + qname = "(GetDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDSRecord = + (Operation){ + name = "UpdateDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDSRecordRequest" + qname = "(UpdateDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDSRecordResponse" + qname = "(UpdateDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteDSRecords = + (Operation){ + name = "DeleteDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteDSRecordsRequest" + qname = "(DeleteDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteDSRecordsResponse" + qname = "(DeleteDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDSRecord = + (Operation){ + name = "DeleteOneDSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSRecordRequest" + qname = "(DeleteOneDSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDSRecordResponse" + qname = "(DeleteOneDSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateIPSECKEYRecord = + (Operation){ + name = "CreateIPSECKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateIPSECKEYRecordRequest" + qname = "(CreateIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateIPSECKEYRecordResponse" + qname = "(CreateIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneIPSECKEYRecord = + (Operation){ + name = "GetOneIPSECKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneIPSECKEYRecordRequest" + qname = "(GetOneIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneIPSECKEYRecordResponse" + qname = "(GetOneIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetIPSECKEYRecords = + (Operation){ + name = "GetIPSECKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetIPSECKEYRecordsRequest" + qname = "(GetIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetIPSECKEYRecordsResponse" + qname = "(GetIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateIPSECKEYRecord = + (Operation){ + name = "UpdateIPSECKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateIPSECKEYRecordRequest" + qname = "(UpdateIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateIPSECKEYRecordResponse" + qname = "(UpdateIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteIPSECKEYRecords = + (Operation){ + name = "DeleteIPSECKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteIPSECKEYRecordsRequest" + qname = "(DeleteIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteIPSECKEYRecordsResponse" + qname = "(DeleteIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneIPSECKEYRecord = + (Operation){ + name = "DeleteOneIPSECKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPSECKEYRecordRequest" + qname = "(DeleteOneIPSECKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPSECKEYRecordResponse" + qname = "(DeleteOneIPSECKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateKEYRecord = + (Operation){ + name = "CreateKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateKEYRecordRequest" + qname = "(CreateKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateKEYRecordResponse" + qname = "(CreateKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneKEYRecord = + (Operation){ + name = "GetOneKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneKEYRecordRequest" + qname = "(GetOneKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneKEYRecordResponse" + qname = "(GetOneKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetKEYRecords = + (Operation){ + name = "GetKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetKEYRecordsRequest" + qname = "(GetKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetKEYRecordsResponse" + qname = "(GetKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateKEYRecord = + (Operation){ + name = "UpdateKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateKEYRecordRequest" + qname = "(UpdateKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateKEYRecordResponse" + qname = "(UpdateKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteKEYRecords = + (Operation){ + name = "DeleteKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteKEYRecordsRequest" + qname = "(DeleteKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteKEYRecordsResponse" + qname = "(DeleteKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneKEYRecord = + (Operation){ + name = "DeleteOneKEYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneKEYRecordRequest" + qname = "(DeleteOneKEYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneKEYRecordResponse" + qname = "(DeleteOneKEYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateKXRecord = + (Operation){ + name = "CreateKXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateKXRecordRequest" + qname = "(CreateKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateKXRecordResponse" + qname = "(CreateKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneKXRecord = + (Operation){ + name = "GetOneKXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneKXRecordRequest" + qname = "(GetOneKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneKXRecordResponse" + qname = "(GetOneKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetKXRecords = + (Operation){ + name = "GetKXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetKXRecordsRequest" + qname = "(GetKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetKXRecordsResponse" + qname = "(GetKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateKXRecord = + (Operation){ + name = "UpdateKXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateKXRecordRequest" + qname = "(UpdateKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateKXRecordResponse" + qname = "(UpdateKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteKXRecords = + (Operation){ + name = "DeleteKXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteKXRecordsRequest" + qname = "(DeleteKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteKXRecordsResponse" + qname = "(DeleteKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneKXRecord = + (Operation){ + name = "DeleteOneKXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneKXRecordRequest" + qname = "(DeleteOneKXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneKXRecordResponse" + qname = "(DeleteOneKXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateLOCRecord = + (Operation){ + name = "CreateLOCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateLOCRecordRequest" + qname = "(CreateLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateLOCRecordResponse" + qname = "(CreateLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneLOCRecord = + (Operation){ + name = "GetOneLOCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneLOCRecordRequest" + qname = "(GetOneLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneLOCRecordResponse" + qname = "(GetOneLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetLOCRecords = + (Operation){ + name = "GetLOCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetLOCRecordsRequest" + qname = "(GetLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetLOCRecordsResponse" + qname = "(GetLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateLOCRecord = + (Operation){ + name = "UpdateLOCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateLOCRecordRequest" + qname = "(UpdateLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateLOCRecordResponse" + qname = "(UpdateLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteLOCRecords = + (Operation){ + name = "DeleteLOCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteLOCRecordsRequest" + qname = "(DeleteLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteLOCRecordsResponse" + qname = "(DeleteLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneLOCRecord = + (Operation){ + name = "DeleteOneLOCRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneLOCRecordRequest" + qname = "(DeleteOneLOCRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneLOCRecordResponse" + qname = "(DeleteOneLOCRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateMXRecord = + (Operation){ + name = "CreateMXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateMXRecordRequest" + qname = "(CreateMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateMXRecordResponse" + qname = "(CreateMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneMXRecord = + (Operation){ + name = "GetOneMXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneMXRecordRequest" + qname = "(GetOneMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneMXRecordResponse" + qname = "(GetOneMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetMXRecords = + (Operation){ + name = "GetMXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetMXRecordsRequest" + qname = "(GetMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetMXRecordsResponse" + qname = "(GetMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateMXRecord = + (Operation){ + name = "UpdateMXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateMXRecordRequest" + qname = "(UpdateMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateMXRecordResponse" + qname = "(UpdateMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteMXRecords = + (Operation){ + name = "DeleteMXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteMXRecordsRequest" + qname = "(DeleteMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteMXRecordsResponse" + qname = "(DeleteMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneMXRecord = + (Operation){ + name = "DeleteOneMXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneMXRecordRequest" + qname = "(DeleteOneMXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneMXRecordResponse" + qname = "(DeleteOneMXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateNAPTRRecord = + (Operation){ + name = "CreateNAPTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateNAPTRRecordRequest" + qname = "(CreateNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateNAPTRRecordResponse" + qname = "(CreateNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneNAPTRRecord = + (Operation){ + name = "GetOneNAPTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneNAPTRRecordRequest" + qname = "(GetOneNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneNAPTRRecordResponse" + qname = "(GetOneNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNAPTRRecords = + (Operation){ + name = "GetNAPTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNAPTRRecordsRequest" + qname = "(GetNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNAPTRRecordsResponse" + qname = "(GetNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateNAPTRRecord = + (Operation){ + name = "UpdateNAPTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateNAPTRRecordRequest" + qname = "(UpdateNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateNAPTRRecordResponse" + qname = "(UpdateNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteNAPTRRecords = + (Operation){ + name = "DeleteNAPTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteNAPTRRecordsRequest" + qname = "(DeleteNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteNAPTRRecordsResponse" + qname = "(DeleteNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneNAPTRRecord = + (Operation){ + name = "DeleteOneNAPTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneNAPTRRecordRequest" + qname = "(DeleteOneNAPTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneNAPTRRecordResponse" + qname = "(DeleteOneNAPTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateNSAPRecord = + (Operation){ + name = "CreateNSAPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateNSAPRecordRequest" + qname = "(CreateNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateNSAPRecordResponse" + qname = "(CreateNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneNSAPRecord = + (Operation){ + name = "GetOneNSAPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneNSAPRecordRequest" + qname = "(GetOneNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneNSAPRecordResponse" + qname = "(GetOneNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNSAPRecords = + (Operation){ + name = "GetNSAPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNSAPRecordsRequest" + qname = "(GetNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNSAPRecordsResponse" + qname = "(GetNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateNSAPRecord = + (Operation){ + name = "UpdateNSAPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateNSAPRecordRequest" + qname = "(UpdateNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateNSAPRecordResponse" + qname = "(UpdateNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteNSAPRecords = + (Operation){ + name = "DeleteNSAPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteNSAPRecordsRequest" + qname = "(DeleteNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteNSAPRecordsResponse" + qname = "(DeleteNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneNSAPRecord = + (Operation){ + name = "DeleteOneNSAPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSAPRecordRequest" + qname = "(DeleteOneNSAPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSAPRecordResponse" + qname = "(DeleteOneNSAPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreatePOLICYRecord = + (Operation){ + name = "CreatePOLICYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreatePOLICYRecordRequest" + qname = "(CreatePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreatePOLICYRecordResponse" + qname = "(CreatePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOnePOLICYRecord = + (Operation){ + name = "GetOnePOLICYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOnePOLICYRecordRequest" + qname = "(GetOnePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOnePOLICYRecordResponse" + qname = "(GetOnePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetPOLICYRecords = + (Operation){ + name = "GetPOLICYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetPOLICYRecordsRequest" + qname = "(GetPOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetPOLICYRecordsResponse" + qname = "(GetPOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdatePOLICYRecord = + (Operation){ + name = "UpdatePOLICYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdatePOLICYRecordRequest" + qname = "(UpdatePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdatePOLICYRecordResponse" + qname = "(UpdatePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeletePOLICYRecords = + (Operation){ + name = "DeletePOLICYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeletePOLICYRecordsRequest" + qname = "(DeletePOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeletePOLICYRecordsResponse" + qname = "(DeletePOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOnePOLICYRecord = + (Operation){ + name = "DeleteOnePOLICYRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOnePOLICYRecordRequest" + qname = "(DeleteOnePOLICYRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOnePOLICYRecordResponse" + qname = "(DeleteOnePOLICYRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreatePTRRecord = + (Operation){ + name = "CreatePTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreatePTRRecordRequest" + qname = "(CreatePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreatePTRRecordResponse" + qname = "(CreatePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOnePTRRecord = + (Operation){ + name = "GetOnePTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOnePTRRecordRequest" + qname = "(GetOnePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOnePTRRecordResponse" + qname = "(GetOnePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetPTRRecords = + (Operation){ + name = "GetPTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetPTRRecordsRequest" + qname = "(GetPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetPTRRecordsResponse" + qname = "(GetPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdatePTRRecord = + (Operation){ + name = "UpdatePTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdatePTRRecordRequest" + qname = "(UpdatePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdatePTRRecordResponse" + qname = "(UpdatePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeletePTRRecords = + (Operation){ + name = "DeletePTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeletePTRRecordsRequest" + qname = "(DeletePTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeletePTRRecordsResponse" + qname = "(DeletePTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOnePTRRecord = + (Operation){ + name = "DeleteOnePTRRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOnePTRRecordRequest" + qname = "(DeleteOnePTRRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOnePTRRecordResponse" + qname = "(DeleteOnePTRRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreatePXRecord = + (Operation){ + name = "CreatePXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreatePXRecordRequest" + qname = "(CreatePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreatePXRecordResponse" + qname = "(CreatePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOnePXRecord = + (Operation){ + name = "GetOnePXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOnePXRecordRequest" + qname = "(GetOnePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOnePXRecordResponse" + qname = "(GetOnePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetPXRecords = + (Operation){ + name = "GetPXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetPXRecordsRequest" + qname = "(GetPXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetPXRecordsResponse" + qname = "(GetPXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdatePXRecord = + (Operation){ + name = "UpdatePXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdatePXRecordRequest" + qname = "(UpdatePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdatePXRecordResponse" + qname = "(UpdatePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeletePXRecords = + (Operation){ + name = "DeletePXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeletePXRecordsRequest" + qname = "(DeletePXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeletePXRecordsResponse" + qname = "(DeletePXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOnePXRecord = + (Operation){ + name = "DeleteOnePXRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOnePXRecordRequest" + qname = "(DeleteOnePXRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOnePXRecordResponse" + qname = "(DeleteOnePXRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateRPRecord = + (Operation){ + name = "CreateRPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateRPRecordRequest" + qname = "(CreateRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateRPRecordResponse" + qname = "(CreateRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneRPRecord = + (Operation){ + name = "GetOneRPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneRPRecordRequest" + qname = "(GetOneRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneRPRecordResponse" + qname = "(GetOneRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRPRecords = + (Operation){ + name = "GetRPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRPRecordsRequest" + qname = "(GetRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRPRecordsResponse" + qname = "(GetRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateRPRecord = + (Operation){ + name = "UpdateRPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateRPRecordRequest" + qname = "(UpdateRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateRPRecordResponse" + qname = "(UpdateRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteRPRecords = + (Operation){ + name = "DeleteRPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteRPRecordsRequest" + qname = "(DeleteRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteRPRecordsResponse" + qname = "(DeleteRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneRPRecord = + (Operation){ + name = "DeleteOneRPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneRPRecordRequest" + qname = "(DeleteOneRPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneRPRecordResponse" + qname = "(DeleteOneRPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateSPFRecord = + (Operation){ + name = "CreateSPFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateSPFRecordRequest" + qname = "(CreateSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateSPFRecordResponse" + qname = "(CreateSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSPFRecord = + (Operation){ + name = "GetOneSPFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSPFRecordRequest" + qname = "(GetOneSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSPFRecordResponse" + qname = "(GetOneSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSPFRecords = + (Operation){ + name = "GetSPFRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSPFRecordsRequest" + qname = "(GetSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSPFRecordsResponse" + qname = "(GetSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSPFRecord = + (Operation){ + name = "UpdateSPFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSPFRecordRequest" + qname = "(UpdateSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSPFRecordResponse" + qname = "(UpdateSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteSPFRecords = + (Operation){ + name = "DeleteSPFRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteSPFRecordsRequest" + qname = "(DeleteSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteSPFRecordsResponse" + qname = "(DeleteSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneSPFRecord = + (Operation){ + name = "DeleteOneSPFRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneSPFRecordRequest" + qname = "(DeleteOneSPFRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneSPFRecordResponse" + qname = "(DeleteOneSPFRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateSRVRecord = + (Operation){ + name = "CreateSRVRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateSRVRecordRequest" + qname = "(CreateSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateSRVRecordResponse" + qname = "(CreateSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSRVRecord = + (Operation){ + name = "GetOneSRVRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSRVRecordRequest" + qname = "(GetOneSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSRVRecordResponse" + qname = "(GetOneSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSRVRecords = + (Operation){ + name = "GetSRVRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSRVRecordsRequest" + qname = "(GetSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSRVRecordsResponse" + qname = "(GetSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSRVRecord = + (Operation){ + name = "UpdateSRVRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSRVRecordRequest" + qname = "(UpdateSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSRVRecordResponse" + qname = "(UpdateSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteSRVRecords = + (Operation){ + name = "DeleteSRVRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteSRVRecordsRequest" + qname = "(DeleteSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteSRVRecordsResponse" + qname = "(DeleteSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneSRVRecord = + (Operation){ + name = "DeleteOneSRVRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneSRVRecordRequest" + qname = "(DeleteOneSRVRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneSRVRecordResponse" + qname = "(DeleteOneSRVRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateSSHFPRecord = + (Operation){ + name = "CreateSSHFPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateSSHFPRecordRequest" + qname = "(CreateSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateSSHFPRecordResponse" + qname = "(CreateSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSSHFPRecord = + (Operation){ + name = "GetOneSSHFPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSSHFPRecordRequest" + qname = "(GetOneSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSSHFPRecordResponse" + qname = "(GetOneSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSSHFPRecords = + (Operation){ + name = "GetSSHFPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSSHFPRecordsRequest" + qname = "(GetSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSSHFPRecordsResponse" + qname = "(GetSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSSHFPRecord = + (Operation){ + name = "UpdateSSHFPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSSHFPRecordRequest" + qname = "(UpdateSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSSHFPRecordResponse" + qname = "(UpdateSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteSSHFPRecords = + (Operation){ + name = "DeleteSSHFPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteSSHFPRecordsRequest" + qname = "(DeleteSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteSSHFPRecordsResponse" + qname = "(DeleteSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneSSHFPRecord = + (Operation){ + name = "DeleteOneSSHFPRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneSSHFPRecordRequest" + qname = "(DeleteOneSSHFPRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneSSHFPRecordResponse" + qname = "(DeleteOneSSHFPRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateTLSARecord = + (Operation){ + name = "CreateTLSARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateTLSARecordRequest" + qname = "(CreateTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateTLSARecordResponse" + qname = "(CreateTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneTLSARecord = + (Operation){ + name = "GetOneTLSARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneTLSARecordRequest" + qname = "(GetOneTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneTLSARecordResponse" + qname = "(GetOneTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTLSARecords = + (Operation){ + name = "GetTLSARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTLSARecordsRequest" + qname = "(GetTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTLSARecordsResponse" + qname = "(GetTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateTLSARecord = + (Operation){ + name = "UpdateTLSARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateTLSARecordRequest" + qname = "(UpdateTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateTLSARecordResponse" + qname = "(UpdateTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteTLSARecords = + (Operation){ + name = "DeleteTLSARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteTLSARecordsRequest" + qname = "(DeleteTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteTLSARecordsResponse" + qname = "(DeleteTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneTLSARecord = + (Operation){ + name = "DeleteOneTLSARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneTLSARecordRequest" + qname = "(DeleteOneTLSARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneTLSARecordResponse" + qname = "(DeleteOneTLSARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateTXTRecord = + (Operation){ + name = "CreateTXTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateTXTRecordRequest" + qname = "(CreateTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateTXTRecordResponse" + qname = "(CreateTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneTXTRecord = + (Operation){ + name = "GetOneTXTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneTXTRecordRequest" + qname = "(GetOneTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneTXTRecordResponse" + qname = "(GetOneTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTXTRecords = + (Operation){ + name = "GetTXTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTXTRecordsRequest" + qname = "(GetTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTXTRecordsResponse" + qname = "(GetTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateTXTRecord = + (Operation){ + name = "UpdateTXTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateTXTRecordRequest" + qname = "(UpdateTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateTXTRecordResponse" + qname = "(UpdateTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteTXTRecords = + (Operation){ + name = "DeleteTXTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteTXTRecordsRequest" + qname = "(DeleteTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteTXTRecordsResponse" + qname = "(DeleteTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneTXTRecord = + (Operation){ + name = "DeleteOneTXTRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneTXTRecordRequest" + qname = "(DeleteOneTXTRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneTXTRecordResponse" + qname = "(DeleteOneTXTRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneSOARecord = + (Operation){ + name = "GetOneSOARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneSOARecordRequest" + qname = "(GetOneSOARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneSOARecordResponse" + qname = "(GetOneSOARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetSOARecords = + (Operation){ + name = "GetSOARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetSOARecordsRequest" + qname = "(GetSOARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSOARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetSOARecordsResponse" + qname = "(GetSOARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSOARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateSOARecord = + (Operation){ + name = "UpdateSOARecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateSOARecordRequest" + qname = "(UpdateSOARecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateSOARecordResponse" + qname = "(UpdateSOARecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateNSRecord = + (Operation){ + name = "CreateNSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateNSRecordRequest" + qname = "(CreateNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateNSRecordResponse" + qname = "(CreateNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneNSRecord = + (Operation){ + name = "GetOneNSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneNSRecordRequest" + qname = "(GetOneNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneNSRecordResponse" + qname = "(GetOneNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNSRecords = + (Operation){ + name = "GetNSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNSRecordsRequest" + qname = "(GetNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNSRecordsResponse" + qname = "(GetNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateNSRecord = + (Operation){ + name = "UpdateNSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateNSRecordRequest" + qname = "(UpdateNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateNSRecordResponse" + qname = "(UpdateNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteNSRecords = + (Operation){ + name = "DeleteNSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteNSRecordsRequest" + qname = "(DeleteNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteNSRecordsResponse" + qname = "(DeleteNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneNSRecord = + (Operation){ + name = "DeleteOneNSRecord" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSRecordRequest" + qname = "(DeleteOneNSRecordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneNSRecordResponse" + qname = "(DeleteOneNSRecordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceARecords = + (Operation){ + name = "ReplaceARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceARecordsRequest" + qname = "(ReplaceARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceARecordsResponse" + qname = "(ReplaceARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceAAAARecords = + (Operation){ + name = "ReplaceAAAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceAAAARecordsRequest" + qname = "(ReplaceAAAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceAAAARecordsResponse" + qname = "(ReplaceAAAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceALIASRecords = + (Operation){ + name = "ReplaceALIASRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceALIASRecordsRequest" + qname = "(ReplaceALIASRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceALIASRecordsResponse" + qname = "(ReplaceALIASRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCAARecords = + (Operation){ + name = "ReplaceCAARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCAARecordsRequest" + qname = "(ReplaceCAARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCAARecordsResponse" + qname = "(ReplaceCAARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCDNSKEYRecords = + (Operation){ + name = "ReplaceCDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCDNSKEYRecordsRequest" + qname = "(ReplaceCDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCDNSKEYRecordsResponse" + qname = "(ReplaceCDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCDSRecords = + (Operation){ + name = "ReplaceCDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCDSRecordsRequest" + qname = "(ReplaceCDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCDSRecordsResponse" + qname = "(ReplaceCDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCERTRecords = + (Operation){ + name = "ReplaceCERTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCERTRecordsRequest" + qname = "(ReplaceCERTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCERTRecordsResponse" + qname = "(ReplaceCERTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCNAMERecords = + (Operation){ + name = "ReplaceCNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCNAMERecordsRequest" + qname = "(ReplaceCNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCNAMERecordsResponse" + qname = "(ReplaceCNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceCSYNCRecords = + (Operation){ + name = "ReplaceCSYNCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceCSYNCRecordsRequest" + qname = "(ReplaceCSYNCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceCSYNCRecordsResponse" + qname = "(ReplaceCSYNCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceDHCIDRecords = + (Operation){ + name = "ReplaceDHCIDRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceDHCIDRecordsRequest" + qname = "(ReplaceDHCIDRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceDHCIDRecordsResponse" + qname = "(ReplaceDHCIDRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceDNAMERecords = + (Operation){ + name = "ReplaceDNAMERecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceDNAMERecordsRequest" + qname = "(ReplaceDNAMERecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceDNAMERecordsResponse" + qname = "(ReplaceDNAMERecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceDNSKEYRecords = + (Operation){ + name = "ReplaceDNSKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceDNSKEYRecordsRequest" + qname = "(ReplaceDNSKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceDNSKEYRecordsResponse" + qname = "(ReplaceDNSKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceDSRecords = + (Operation){ + name = "ReplaceDSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceDSRecordsRequest" + qname = "(ReplaceDSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceDSRecordsResponse" + qname = "(ReplaceDSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceIPSECKEYRecords = + (Operation){ + name = "ReplaceIPSECKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceIPSECKEYRecordsRequest" + qname = "(ReplaceIPSECKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceIPSECKEYRecordsResponse" + qname = "(ReplaceIPSECKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceKEYRecords = + (Operation){ + name = "ReplaceKEYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceKEYRecordsRequest" + qname = "(ReplaceKEYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceKEYRecordsResponse" + qname = "(ReplaceKEYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceKXRecords = + (Operation){ + name = "ReplaceKXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceKXRecordsRequest" + qname = "(ReplaceKXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceKXRecordsResponse" + qname = "(ReplaceKXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceLOCRecords = + (Operation){ + name = "ReplaceLOCRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceLOCRecordsRequest" + qname = "(ReplaceLOCRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceLOCRecordsResponse" + qname = "(ReplaceLOCRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceMXRecords = + (Operation){ + name = "ReplaceMXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceMXRecordsRequest" + qname = "(ReplaceMXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceMXRecordsResponse" + qname = "(ReplaceMXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceNAPTRRecords = + (Operation){ + name = "ReplaceNAPTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceNAPTRRecordsRequest" + qname = "(ReplaceNAPTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceNAPTRRecordsResponse" + qname = "(ReplaceNAPTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceNSAPRecords = + (Operation){ + name = "ReplaceNSAPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceNSAPRecordsRequest" + qname = "(ReplaceNSAPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceNSAPRecordsResponse" + qname = "(ReplaceNSAPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplacePOLICYRecords = + (Operation){ + name = "ReplacePOLICYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplacePOLICYRecordsRequest" + qname = "(ReplacePOLICYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplacePOLICYRecordsResponse" + qname = "(ReplacePOLICYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplacePTRRecords = + (Operation){ + name = "ReplacePTRRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplacePTRRecordsRequest" + qname = "(ReplacePTRRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplacePTRRecordsResponse" + qname = "(ReplacePTRRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplacePXRecords = + (Operation){ + name = "ReplacePXRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplacePXRecordsRequest" + qname = "(ReplacePXRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplacePXRecordsResponse" + qname = "(ReplacePXRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceRPRecords = + (Operation){ + name = "ReplaceRPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceRPRecordsRequest" + qname = "(ReplaceRPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceRPRecordsResponse" + qname = "(ReplaceRPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceSPFRecords = + (Operation){ + name = "ReplaceSPFRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceSPFRecordsRequest" + qname = "(ReplaceSPFRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceSPFRecordsResponse" + qname = "(ReplaceSPFRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceSRVRecords = + (Operation){ + name = "ReplaceSRVRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceSRVRecordsRequest" + qname = "(ReplaceSRVRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceSRVRecordsResponse" + qname = "(ReplaceSRVRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceSSHFPRecords = + (Operation){ + name = "ReplaceSSHFPRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceSSHFPRecordsRequest" + qname = "(ReplaceSSHFPRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceSSHFPRecordsResponse" + qname = "(ReplaceSSHFPRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceTLSARecords = + (Operation){ + name = "ReplaceTLSARecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceTLSARecordsRequest" + qname = "(ReplaceTLSARecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceTLSARecordsResponse" + qname = "(ReplaceTLSARecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceTXTRecords = + (Operation){ + name = "ReplaceTXTRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceTXTRecordsRequest" + qname = "(ReplaceTXTRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceTXTRecordsResponse" + qname = "(ReplaceTXTRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ReplaceNSRecords = + (Operation){ + name = "ReplaceNSRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ReplaceNSRecordsRequest" + qname = "(ReplaceNSRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ReplaceNSRecordsResponse" + qname = "(ReplaceNSRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetANYRecords = + (Operation){ + name = "GetANYRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetANYRecordsRequest" + qname = "(GetANYRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetANYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetANYRecordsResponse" + qname = "(GetANYRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetANYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAllRecords = + (Operation){ + name = "GetAllRecords" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAllRecordsRequest" + qname = "(GetAllRecordsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAllRecordsResponse" + qname = "(GetAllRecordsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAllAliasQNames = + (Operation){ + name = "GetAllAliasQNames" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAllAliasQNamesRequest" + qname = "(GetAllAliasQNamesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllAliasQNamesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAllAliasQNamesResponse" + qname = "(GetAllAliasQNamesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllAliasQNamesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneUser = + (Operation){ + name = "GetOneUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneUserRequest" + qname = "(GetOneUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneUserResponse" + qname = "(GetOneUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneUser = + (Operation){ + name = "DeleteOneUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneUserRequest" + qname = "(DeleteOneUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneUserResponse" + qname = "(DeleteOneUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateUser = + (Operation){ + name = "CreateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateUserRequest" + qname = "(CreateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateUserResponse" + qname = "(CreateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateUser = + (Operation){ + name = "UpdateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateUserRequest" + qname = "(UpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateUserResponse" + qname = "(UpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetUsers = + (Operation){ + name = "GetUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetUsersRequest" + qname = "(GetUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetUsersResponse" + qname = "(GetUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetUpdateUsers = + (Operation){ + name = "GetUpdateUsers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetUpdateUsersRequest" + qname = "(GetUpdateUsersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetUpdateUsersResponse" + qname = "(GetUpdateUsersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateUpdateUser = + (Operation){ + name = "UpdateUpdateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateUpdateUserRequest" + qname = "(UpdateUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateUpdateUserResponse" + qname = "(UpdateUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneUpdateUser = + (Operation){ + name = "DeleteOneUpdateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneUpdateUserRequest" + qname = "(DeleteOneUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneUpdateUserResponse" + qname = "(DeleteOneUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateUserPassword = + (Operation){ + name = "UpdateUserPassword" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateUserPasswordRequest" + qname = "(UpdateUserPasswordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateUserPasswordResponse" + qname = "(UpdateUserPasswordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + BlockUser = + (Operation){ + name = "BlockUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "BlockUserRequest" + qname = "(BlockUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "BlockUserResponse" + qname = "(BlockUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UnblockUser = + (Operation){ + name = "UnblockUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UnblockUserRequest" + qname = "(UnblockUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnblockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UnblockUserResponse" + qname = "(UnblockUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnblockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateContact = + (Operation){ + name = "CreateContact" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateContactRequest" + qname = "(CreateContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateContactResponse" + qname = "(CreateContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneContact = + (Operation){ + name = "GetOneContact" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneContactRequest" + qname = "(GetOneContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneContactResponse" + qname = "(GetOneContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetContacts = + (Operation){ + name = "GetContacts" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetContactsRequest" + qname = "(GetContactsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetContactsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetContactsResponse" + qname = "(GetContactsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetContactsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneContact = + (Operation){ + name = "DeleteOneContact" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneContactRequest" + qname = "(DeleteOneContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneContactResponse" + qname = "(DeleteOneContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateContact = + (Operation){ + name = "UpdateContact" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateContactRequest" + qname = "(UpdateContactRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateContactResponse" + qname = "(UpdateContactResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCustomer = + (Operation){ + name = "CreateCustomer" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCustomerRequest" + qname = "(CreateCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCustomerResponse" + qname = "(CreateCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCustomer = + (Operation){ + name = "UpdateCustomer" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerRequest" + qname = "(UpdateCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerResponse" + qname = "(UpdateCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneCustomer = + (Operation){ + name = "GetOneCustomer" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneCustomerRequest" + qname = "(GetOneCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneCustomerResponse" + qname = "(GetOneCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomers = + (Operation){ + name = "GetCustomers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomersRequest" + qname = "(GetCustomersRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomersResponse" + qname = "(GetCustomersResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneCustomer = + (Operation){ + name = "DeleteOneCustomer" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneCustomerRequest" + qname = "(DeleteOneCustomerRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneCustomerResponse" + qname = "(DeleteOneCustomerResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomerPrefs = + (Operation){ + name = "GetCustomerPrefs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomerPrefsRequest" + qname = "(GetCustomerPrefsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomerPrefsResponse" + qname = "(GetCustomerPrefsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetCustomerPrefs = + (Operation){ + name = "SetCustomerPrefs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetCustomerPrefsRequest" + qname = "(SetCustomerPrefsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetCustomerPrefsResponse" + qname = "(SetCustomerPrefsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomerIPACL = + (Operation){ + name = "GetCustomerIPACL" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomerIPACLRequest" + qname = "(GetCustomerIPACLRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomerIPACLResponse" + qname = "(GetCustomerIPACLResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetCustomerIPACL = + (Operation){ + name = "SetCustomerIPACL" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetCustomerIPACLRequest" + qname = "(SetCustomerIPACLRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetCustomerIPACLResponse" + qname = "(SetCustomerIPACLResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateCustomerOracleMetadata = + (Operation){ + name = "CreateCustomerOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateCustomerOracleMetadataRequest" + qname = "(CreateCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateCustomerOracleMetadataResponse" + qname = "(CreateCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateCustomerOracleMetadata = + (Operation){ + name = "UpdateCustomerOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerOracleMetadataRequest" + qname = "(UpdateCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateCustomerOracleMetadataResponse" + qname = "(UpdateCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetCustomerOracleMetadata = + (Operation){ + name = "GetCustomerOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetCustomerOracleMetadataRequest" + qname = "(GetCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetCustomerOracleMetadataResponse" + qname = "(GetCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteCustomerOracleMetadata = + (Operation){ + name = "DeleteCustomerOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteCustomerOracleMetadataRequest" + qname = "(DeleteCustomerOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteCustomerOracleMetadataResponse" + qname = "(DeleteCustomerOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateZoneOracleMetadata = + (Operation){ + name = "CreateZoneOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateZoneOracleMetadataRequest" + qname = "(CreateZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateZoneOracleMetadataResponse" + qname = "(CreateZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateZoneOracleMetadata = + (Operation){ + name = "UpdateZoneOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateZoneOracleMetadataRequest" + qname = "(UpdateZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateZoneOracleMetadataResponse" + qname = "(UpdateZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneOracleMetadata = + (Operation){ + name = "GetZoneOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneOracleMetadataRequest" + qname = "(GetZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneOracleMetadataResponse" + qname = "(GetZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteZoneOracleMetadata = + (Operation){ + name = "DeleteZoneOracleMetadata" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteZoneOracleMetadataRequest" + qname = "(DeleteZoneOracleMetadataRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteZoneOracleMetadataResponse" + qname = "(DeleteZoneOracleMetadataResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + OCIMigrate = + (Operation){ + name = "OCIMigrate" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "OCIMigrateRequest" + qname = "(OCIMigrateRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('OCIMigrateRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "OCIMigrateResponse" + qname = "(OCIMigrateResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('OCIMigrateResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDDNS = + (Operation){ + name = "CreateDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDDNSRequest" + qname = "(CreateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDDNSResponse" + qname = "(CreateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDDNS = + (Operation){ + name = "GetOneDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDDNSRequest" + qname = "(GetOneDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDDNSResponse" + qname = "(GetOneDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDDNSs = + (Operation){ + name = "GetDDNSs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDDNSsRequest" + qname = "(GetDDNSsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDDNSsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDDNSsResponse" + qname = "(GetDDNSsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDDNSsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDDNS = + (Operation){ + name = "UpdateDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDDNSRequest" + qname = "(UpdateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDDNSResponse" + qname = "(UpdateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDDNS = + (Operation){ + name = "DeleteOneDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDDNSRequest" + qname = "(DeleteOneDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDDNSResponse" + qname = "(DeleteOneDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateDDNS = + (Operation){ + name = "ActivateDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateDDNSRequest" + qname = "(ActivateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateDDNSResponse" + qname = "(ActivateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateDDNS = + (Operation){ + name = "DeactivateDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateDDNSRequest" + qname = "(DeactivateDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateDDNSResponse" + qname = "(DeactivateDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ResetDDNS = + (Operation){ + name = "ResetDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ResetDDNSRequest" + qname = "(ResetDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ResetDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ResetDDNSResponse" + qname = "(ResetDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ResetDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetUpdateUserPassword = + (Operation){ + name = "GetUpdateUserPassword" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetUpdateUserPasswordRequest" + qname = "(GetUpdateUserPasswordRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetUpdateUserPasswordResponse" + qname = "(GetUpdateUserPasswordResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDDNSHost = + (Operation){ + name = "CreateDDNSHost" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDDNSHostRequest" + qname = "(CreateDDNSHostRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSHostRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDDNSHostResponse" + qname = "(CreateDDNSHostResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSHostResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateUpdateUser = + (Operation){ + name = "CreateUpdateUser" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateUpdateUserRequest" + qname = "(CreateUpdateUserRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateUpdateUserResponse" + qname = "(CreateUpdateUserResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + AddDDNS = + (Operation){ + name = "AddDDNS" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "AddDDNSRequest" + qname = "(AddDDNSRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "AddDDNSResponse" + qname = "(AddDDNSResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateFailover = + (Operation){ + name = "CreateFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateFailoverRequest" + qname = "(CreateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateFailoverResponse" + qname = "(CreateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneFailover = + (Operation){ + name = "GetOneFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneFailoverRequest" + qname = "(GetOneFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneFailoverResponse" + qname = "(GetOneFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetFailovers = + (Operation){ + name = "GetFailovers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetFailoversRequest" + qname = "(GetFailoversRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetFailoversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetFailoversResponse" + qname = "(GetFailoversResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetFailoversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateFailover = + (Operation){ + name = "UpdateFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateFailoverRequest" + qname = "(UpdateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateFailoverResponse" + qname = "(UpdateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneFailover = + (Operation){ + name = "DeleteOneFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneFailoverRequest" + qname = "(DeleteOneFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneFailoverResponse" + qname = "(DeleteOneFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateFailover = + (Operation){ + name = "ActivateFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateFailoverRequest" + qname = "(ActivateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateFailoverResponse" + qname = "(ActivateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateFailover = + (Operation){ + name = "DeactivateFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateFailoverRequest" + qname = "(DeactivateFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateFailoverResponse" + qname = "(DeactivateFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverFailover = + (Operation){ + name = "RecoverFailover" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverFailoverRequest" + qname = "(RecoverFailoverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverFailoverResponse" + qname = "(RecoverFailoverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateLoadBalance = + (Operation){ + name = "CreateLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalanceRequest" + qname = "(CreateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalanceResponse" + qname = "(CreateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneLoadBalance = + (Operation){ + name = "GetOneLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalanceRequest" + qname = "(GetOneLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalanceResponse" + qname = "(GetOneLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetLoadBalances = + (Operation){ + name = "GetLoadBalances" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancesRequest" + qname = "(GetLoadBalancesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancesResponse" + qname = "(GetLoadBalancesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateLoadBalance = + (Operation){ + name = "UpdateLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalanceRequest" + qname = "(UpdateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalanceResponse" + qname = "(UpdateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneLoadBalance = + (Operation){ + name = "DeleteOneLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalanceRequest" + qname = "(DeleteOneLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalanceResponse" + qname = "(DeleteOneLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateLoadBalance = + (Operation){ + name = "ActivateLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateLoadBalanceRequest" + qname = "(ActivateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateLoadBalanceResponse" + qname = "(ActivateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateLoadBalance = + (Operation){ + name = "DeactivateLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateLoadBalanceRequest" + qname = "(DeactivateLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateLoadBalanceResponse" + qname = "(DeactivateLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverLoadBalance = + (Operation){ + name = "RecoverLoadBalance" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceRequest" + qname = "(RecoverLoadBalanceRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceResponse" + qname = "(RecoverLoadBalanceResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverLoadBalanceIP = + (Operation){ + name = "RecoverLoadBalanceIP" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceIPRequest" + qname = "(RecoverLoadBalanceIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverLoadBalanceIPResponse" + qname = "(RecoverLoadBalanceIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateLoadBalancePoolEntry = + (Operation){ + name = "CreateLoadBalancePoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalancePoolEntryRequest" + qname = "(CreateLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateLoadBalancePoolEntryResponse" + qname = "(CreateLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateLoadBalancePoolEntry = + (Operation){ + name = "UpdateLoadBalancePoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalancePoolEntryRequest" + qname = "(UpdateLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateLoadBalancePoolEntryResponse" + qname = "(UpdateLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneLoadBalancePoolEntry = + (Operation){ + name = "GetOneLoadBalancePoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalancePoolEntryRequest" + qname = "(GetOneLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneLoadBalancePoolEntryResponse" + qname = "(GetOneLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetLoadBalancePoolEntries = + (Operation){ + name = "GetLoadBalancePoolEntries" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancePoolEntriesRequest" + qname = "(GetLoadBalancePoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancePoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetLoadBalancePoolEntriesResponse" + qname = "(GetLoadBalancePoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancePoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneLoadBalancePoolEntry = + (Operation){ + name = "DeleteOneLoadBalancePoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalancePoolEntryRequest" + qname = "(DeleteOneLoadBalancePoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneLoadBalancePoolEntryResponse" + qname = "(DeleteOneLoadBalancePoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGSLB = + (Operation){ + name = "CreateGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRequest" + qname = "(CreateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGSLBResponse" + qname = "(CreateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGSLB = + (Operation){ + name = "GetOneGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRequest" + qname = "(GetOneGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBResponse" + qname = "(GetOneGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGSLBs = + (Operation){ + name = "GetGSLBs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGSLBsRequest" + qname = "(GetGSLBsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGSLBsResponse" + qname = "(GetGSLBsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGSLB = + (Operation){ + name = "UpdateGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRequest" + qname = "(UpdateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBResponse" + qname = "(UpdateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGSLB = + (Operation){ + name = "DeleteOneGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRequest" + qname = "(DeleteOneGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBResponse" + qname = "(DeleteOneGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateGSLB = + (Operation){ + name = "ActivateGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateGSLBRequest" + qname = "(ActivateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateGSLBResponse" + qname = "(ActivateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateGSLB = + (Operation){ + name = "DeactivateGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateGSLBRequest" + qname = "(DeactivateGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateGSLBResponse" + qname = "(DeactivateGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverGSLB = + (Operation){ + name = "RecoverGSLB" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBRequest" + qname = "(RecoverGSLBRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBResponse" + qname = "(RecoverGSLBResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverGSLBIP = + (Operation){ + name = "RecoverGSLBIP" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBIPRequest" + qname = "(RecoverGSLBIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverGSLBIPResponse" + qname = "(RecoverGSLBIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGSLBRegion = + (Operation){ + name = "CreateGSLBRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionRequest" + qname = "(CreateGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionResponse" + qname = "(CreateGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGSLBRegion = + (Operation){ + name = "GetOneGSLBRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionRequest" + qname = "(GetOneGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionResponse" + qname = "(GetOneGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGSLBRegions = + (Operation){ + name = "GetGSLBRegions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionsRequest" + qname = "(GetGSLBRegionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionsResponse" + qname = "(GetGSLBRegionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGSLBRegion = + (Operation){ + name = "UpdateGSLBRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionRequest" + qname = "(UpdateGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionResponse" + qname = "(UpdateGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGSLBRegion = + (Operation){ + name = "DeleteOneGSLBRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionRequest" + qname = "(DeleteOneGSLBRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionResponse" + qname = "(DeleteOneGSLBRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateGSLBRegionPoolEntry = + (Operation){ + name = "CreateGSLBRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionPoolEntryRequest" + qname = "(CreateGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateGSLBRegionPoolEntryResponse" + qname = "(CreateGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateGSLBRegionPoolEntry = + (Operation){ + name = "UpdateGSLBRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionPoolEntryRequest" + qname = "(UpdateGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateGSLBRegionPoolEntryResponse" + qname = "(UpdateGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneGSLBRegionPoolEntry = + (Operation){ + name = "GetOneGSLBRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionPoolEntryRequest" + qname = "(GetOneGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneGSLBRegionPoolEntryResponse" + qname = "(GetOneGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetGSLBRegionPoolEntries = + (Operation){ + name = "GetGSLBRegionPoolEntries" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionPoolEntriesRequest" + qname = "(GetGSLBRegionPoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetGSLBRegionPoolEntriesResponse" + qname = "(GetGSLBRegionPoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneGSLBRegionPoolEntry = + (Operation){ + name = "DeleteOneGSLBRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionPoolEntryRequest" + qname = "(DeleteOneGSLBRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneGSLBRegionPoolEntryResponse" + qname = "(DeleteOneGSLBRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateRTTM = + (Operation){ + name = "CreateRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRequest" + qname = "(CreateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateRTTMResponse" + qname = "(CreateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneRTTM = + (Operation){ + name = "GetOneRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRequest" + qname = "(GetOneRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMResponse" + qname = "(GetOneRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMs = + (Operation){ + name = "GetRTTMs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMsRequest" + qname = "(GetRTTMsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMsResponse" + qname = "(GetRTTMsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateRTTM = + (Operation){ + name = "UpdateRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRequest" + qname = "(UpdateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMResponse" + qname = "(UpdateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneRTTM = + (Operation){ + name = "DeleteOneRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRequest" + qname = "(DeleteOneRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMResponse" + qname = "(DeleteOneRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateRTTM = + (Operation){ + name = "ActivateRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateRTTMRequest" + qname = "(ActivateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateRTTMResponse" + qname = "(ActivateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateRTTM = + (Operation){ + name = "DeactivateRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateRTTMRequest" + qname = "(DeactivateRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateRTTMResponse" + qname = "(DeactivateRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverRTTM = + (Operation){ + name = "RecoverRTTM" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMRequest" + qname = "(RecoverRTTMRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMResponse" + qname = "(RecoverRTTMResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RecoverRTTMIP = + (Operation){ + name = "RecoverRTTMIP" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMIPRequest" + qname = "(RecoverRTTMIPRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RecoverRTTMIPResponse" + qname = "(RecoverRTTMIPResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMLogs = + (Operation){ + name = "GetRTTMLogs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMLogsRequest" + qname = "(GetRTTMLogsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMLogsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMLogsResponse" + qname = "(GetRTTMLogsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMLogsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMRRSets = + (Operation){ + name = "GetRTTMRRSets" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMRRSetsRequest" + qname = "(GetRTTMRRSetsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRRSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMRRSetsResponse" + qname = "(GetRTTMRRSetsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRRSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateRTTMRegion = + (Operation){ + name = "CreateRTTMRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionRequest" + qname = "(CreateRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionResponse" + qname = "(CreateRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneRTTMRegion = + (Operation){ + name = "GetOneRTTMRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionRequest" + qname = "(GetOneRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionResponse" + qname = "(GetOneRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMRegions = + (Operation){ + name = "GetRTTMRegions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionsRequest" + qname = "(GetRTTMRegionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionsResponse" + qname = "(GetRTTMRegionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateRTTMRegion = + (Operation){ + name = "UpdateRTTMRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionRequest" + qname = "(UpdateRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionResponse" + qname = "(UpdateRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneRTTMRegion = + (Operation){ + name = "DeleteOneRTTMRegion" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionRequest" + qname = "(DeleteOneRTTMRegionRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionResponse" + qname = "(DeleteOneRTTMRegionResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateRTTMRegionPoolEntry = + (Operation){ + name = "CreateRTTMRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionPoolEntryRequest" + qname = "(CreateRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateRTTMRegionPoolEntryResponse" + qname = "(CreateRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateRTTMRegionPoolEntry = + (Operation){ + name = "UpdateRTTMRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionPoolEntryRequest" + qname = "(UpdateRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateRTTMRegionPoolEntryResponse" + qname = "(UpdateRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneRTTMRegionPoolEntry = + (Operation){ + name = "GetOneRTTMRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionPoolEntryRequest" + qname = "(GetOneRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneRTTMRegionPoolEntryResponse" + qname = "(GetOneRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetRTTMRegionPoolEntries = + (Operation){ + name = "GetRTTMRegionPoolEntries" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionPoolEntriesRequest" + qname = "(GetRTTMRegionPoolEntriesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetRTTMRegionPoolEntriesResponse" + qname = "(GetRTTMRegionPoolEntriesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneRTTMRegionPoolEntry = + (Operation){ + name = "DeleteOneRTTMRegionPoolEntry" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionPoolEntryRequest" + qname = "(DeleteOneRTTMRegionPoolEntryRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneRTTMRegionPoolEntryResponse" + qname = "(DeleteOneRTTMRegionPoolEntryResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateHTTPRedirect = + (Operation){ + name = "CreateHTTPRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateHTTPRedirectRequest" + qname = "(CreateHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateHTTPRedirectResponse" + qname = "(CreateHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneHTTPRedirect = + (Operation){ + name = "GetOneHTTPRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneHTTPRedirectRequest" + qname = "(GetOneHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneHTTPRedirectResponse" + qname = "(GetOneHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetHTTPRedirects = + (Operation){ + name = "GetHTTPRedirects" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetHTTPRedirectsRequest" + qname = "(GetHTTPRedirectsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHTTPRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetHTTPRedirectsResponse" + qname = "(GetHTTPRedirectsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHTTPRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateHTTPRedirect = + (Operation){ + name = "UpdateHTTPRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateHTTPRedirectRequest" + qname = "(UpdateHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateHTTPRedirectResponse" + qname = "(UpdateHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneHTTPRedirect = + (Operation){ + name = "DeleteOneHTTPRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneHTTPRedirectRequest" + qname = "(DeleteOneHTTPRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneHTTPRedirectResponse" + qname = "(DeleteOneHTTPRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateAdvRedirectRule = + (Operation){ + name = "CreateAdvRedirectRule" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectRuleRequest" + qname = "(CreateAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectRuleResponse" + qname = "(CreateAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateAdvRedirectRule = + (Operation){ + name = "UpdateAdvRedirectRule" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectRuleRequest" + qname = "(UpdateAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectRuleResponse" + qname = "(UpdateAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneAdvRedirectRule = + (Operation){ + name = "GetOneAdvRedirectRule" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectRuleRequest" + qname = "(GetOneAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectRuleResponse" + qname = "(GetOneAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAdvRedirectRules = + (Operation){ + name = "GetAdvRedirectRules" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectRulesRequest" + qname = "(GetAdvRedirectRulesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectRulesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectRulesResponse" + qname = "(GetAdvRedirectRulesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectRulesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneAdvRedirectRule = + (Operation){ + name = "DeleteOneAdvRedirectRule" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectRuleRequest" + qname = "(DeleteOneAdvRedirectRuleRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectRuleResponse" + qname = "(DeleteOneAdvRedirectRuleResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateAdvRedirect = + (Operation){ + name = "CreateAdvRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectRequest" + qname = "(CreateAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateAdvRedirectResponse" + qname = "(CreateAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneAdvRedirect = + (Operation){ + name = "GetOneAdvRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectRequest" + qname = "(GetOneAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneAdvRedirectResponse" + qname = "(GetOneAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetAdvRedirects = + (Operation){ + name = "GetAdvRedirects" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectsRequest" + qname = "(GetAdvRedirectsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetAdvRedirectsResponse" + qname = "(GetAdvRedirectsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateAdvRedirect = + (Operation){ + name = "UpdateAdvRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectRequest" + qname = "(UpdateAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateAdvRedirectResponse" + qname = "(UpdateAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneAdvRedirect = + (Operation){ + name = "DeleteOneAdvRedirect" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectRequest" + qname = "(DeleteOneAdvRedirectRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneAdvRedirectResponse" + qname = "(DeleteOneAdvRedirectResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetNodeList = + (Operation){ + name = "GetNodeList" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetNodeListRequest" + qname = "(GetNodeListRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNodeListRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetNodeListResponse" + qname = "(GetNodeListResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNodeListResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + PublishZone = + (Operation){ + name = "PublishZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "PublishZoneRequest" + qname = "(PublishZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "PublishZoneResponse" + qname = "(PublishZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + PruneZone = + (Operation){ + name = "PruneZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "PruneZoneRequest" + qname = "(PruneZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PruneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "PruneZoneResponse" + qname = "(PruneZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PruneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + FreezeZone = + (Operation){ + name = "FreezeZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "FreezeZoneRequest" + qname = "(FreezeZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('FreezeZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "FreezeZoneResponse" + qname = "(FreezeZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('FreezeZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ThawZone = + (Operation){ + name = "ThawZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ThawZoneRequest" + qname = "(ThawZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ThawZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ThawZoneResponse" + qname = "(ThawZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ThawZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + RestoreZone = + (Operation){ + name = "RestoreZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "RestoreZoneRequest" + qname = "(RestoreZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RestoreZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "RestoreZoneResponse" + qname = "(RestoreZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RestoreZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + BlockZone = + (Operation){ + name = "BlockZone" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "BlockZoneRequest" + qname = "(BlockZoneRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "BlockZoneResponse" + qname = "(BlockZoneResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteZoneChangeset = + (Operation){ + name = "DeleteZoneChangeset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteZoneChangesetRequest" + qname = "(DeleteZoneChangesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteZoneChangesetResponse" + qname = "(DeleteZoneChangesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneChangeset = + (Operation){ + name = "GetZoneChangeset" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneChangesetRequest" + qname = "(GetZoneChangesetRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneChangesetResponse" + qname = "(GetZoneChangesetResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneNotes = + (Operation){ + name = "GetZoneNotes" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneNotesRequest" + qname = "(GetZoneNotesRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneNotesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneNotesResponse" + qname = "(GetZoneNotesResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneNotesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UploadZoneFile = + (Operation){ + name = "UploadZoneFile" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UploadZoneFileRequest" + qname = "(UploadZoneFileRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UploadZoneFileRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UploadZoneFileResponse" + qname = "(UploadZoneFileResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UploadZoneFileResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + TransferZoneIn = + (Operation){ + name = "TransferZoneIn" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "TransferZoneInRequest" + qname = "(TransferZoneInRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('TransferZoneInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "TransferZoneInResponse" + qname = "(TransferZoneInResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('TransferZoneInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTransferStatus = + (Operation){ + name = "GetTransferStatus" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTransferStatusRequest" + qname = "(GetTransferStatusRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTransferStatusRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTransferStatusResponse" + qname = "(GetTransferStatusResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTransferStatusResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetZoneConfigOptions = + (Operation){ + name = "GetZoneConfigOptions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetZoneConfigOptionsRequest" + qname = "(GetZoneConfigOptionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetZoneConfigOptionsResponse" + qname = "(GetZoneConfigOptionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + SetZoneConfigOptions = + (Operation){ + name = "SetZoneConfigOptions" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "SetZoneConfigOptionsRequest" + qname = "(SetZoneConfigOptionsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "SetZoneConfigOptionsResponse" + qname = "(SetZoneConfigOptionsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateIPTrack = + (Operation){ + name = "CreateIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateIPTrackRequest" + qname = "(CreateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateIPTrackResponse" + qname = "(CreateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneIPTrack = + (Operation){ + name = "GetOneIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneIPTrackRequest" + qname = "(GetOneIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneIPTrackResponse" + qname = "(GetOneIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetIPTracks = + (Operation){ + name = "GetIPTracks" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetIPTracksRequest" + qname = "(GetIPTracksRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPTracksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetIPTracksResponse" + qname = "(GetIPTracksResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPTracksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateIPTrack = + (Operation){ + name = "UpdateIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateIPTrackRequest" + qname = "(UpdateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateIPTrackResponse" + qname = "(UpdateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneIPTrack = + (Operation){ + name = "DeleteOneIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPTrackRequest" + qname = "(DeleteOneIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneIPTrackResponse" + qname = "(DeleteOneIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateIPTrack = + (Operation){ + name = "ActivateIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateIPTrackRequest" + qname = "(ActivateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateIPTrackResponse" + qname = "(ActivateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateIPTrack = + (Operation){ + name = "DeactivateIPTrack" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateIPTrackRequest" + qname = "(DeactivateIPTrackRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateIPTrackResponse" + qname = "(DeactivateIPTrackResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateDNSSEC = + (Operation){ + name = "CreateDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateDNSSECRequest" + qname = "(CreateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateDNSSECResponse" + qname = "(CreateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneDNSSEC = + (Operation){ + name = "GetOneDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneDNSSECRequest" + qname = "(GetOneDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneDNSSECResponse" + qname = "(GetOneDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDNSSECs = + (Operation){ + name = "GetDNSSECs" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDNSSECsRequest" + qname = "(GetDNSSECsRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDNSSECsResponse" + qname = "(GetDNSSECsResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateDNSSEC = + (Operation){ + name = "UpdateDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateDNSSECRequest" + qname = "(UpdateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateDNSSECResponse" + qname = "(UpdateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneDNSSEC = + (Operation){ + name = "DeleteOneDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSSECRequest" + qname = "(DeleteOneDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneDNSSECResponse" + qname = "(DeleteOneDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + ActivateDNSSEC = + (Operation){ + name = "ActivateDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "ActivateDNSSECRequest" + qname = "(ActivateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "ActivateDNSSECResponse" + qname = "(ActivateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeactivateDNSSEC = + (Operation){ + name = "DeactivateDNSSEC" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeactivateDNSSECRequest" + qname = "(DeactivateDNSSECRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeactivateDNSSECResponse" + qname = "(DeactivateDNSSECResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetDNSSECTimeline = + (Operation){ + name = "GetDNSSECTimeline" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetDNSSECTimelineRequest" + qname = "(GetDNSSECTimelineRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECTimelineRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetDNSSECTimelineResponse" + qname = "(GetDNSSECTimelineResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECTimelineResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetTasks = + (Operation){ + name = "GetTasks" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetTasksRequest" + qname = "(GetTasksRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTasksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetTasksResponse" + qname = "(GetTasksResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTasksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneTask = + (Operation){ + name = "GetOneTask" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneTaskRequest" + qname = "(GetOneTaskRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneTaskResponse" + qname = "(GetOneTaskResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CancelTask = + (Operation){ + name = "CancelTask" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CancelTaskRequest" + qname = "(CancelTaskRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CancelTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CancelTaskResponse" + qname = "(CancelTaskResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CancelTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + CreateExtNameserver = + (Operation){ + name = "CreateExtNameserver" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "CreateExtNameserverRequest" + qname = "(CreateExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "CreateExtNameserverResponse" + qname = "(CreateExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetOneExtNameserver = + (Operation){ + name = "GetOneExtNameserver" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetOneExtNameserverRequest" + qname = "(GetOneExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetOneExtNameserverResponse" + qname = "(GetOneExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + GetExtNameservers = + (Operation){ + name = "GetExtNameservers" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "GetExtNameserversRequest" + qname = "(GetExtNameserversRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetExtNameserversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "GetExtNameserversResponse" + qname = "(GetExtNameserversResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetExtNameserversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + UpdateExtNameserver = + (Operation){ + name = "UpdateExtNameserver" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "UpdateExtNameserverRequest" + qname = "(UpdateExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "UpdateExtNameserverResponse" + qname = "(UpdateExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + DeleteOneExtNameserver = + (Operation){ + name = "DeleteOneExtNameserver" + tns[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + input = + (Message){ + _WObject__resolved = True + name = "DeleteOneExtNameserverRequest" + qname = "(DeleteOneExtNameserverRequest, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + output = + (Message){ + _WObject__resolved = True + name = "DeleteOneExtNameserverResponse" + qname = "(DeleteOneExtNameserverResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + faults[] = + (Fault){ + name = "fault" + message = + (Message){ + _WObject__resolved = True + name = "ErrorResponse" + qname = "(ErrorResponse, https://api2.dynect.net/wsdl/3.7.16/Dynect/)" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + } + }, + } + } + } + soap = + (soap){ + style = "document" + } + } + location = "https://api2.dynect.net/SOAP/" + methods = + { + GetJob = + (Method){ + name = "GetJob" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetJobRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetJobResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SessionLogin = + (Method){ + name = "SessionLogin" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLoginRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLoginResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SessionLogout = + (Method){ + name = "SessionLogout" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLogoutRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionLogoutResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SessionIsAlive = + (Method){ + name = "SessionIsAlive" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionIsAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionIsAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SessionKeepAlive = + (Method){ + name = "SessionKeepAlive" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionKeepAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SessionKeepAliveResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ScopeIn = + (Method){ + name = "ScopeIn" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ScopeAs = + (Method){ + name = "ScopeAs" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeAsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ScopeAsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + Unscope = + (Method){ + name = "Unscope" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnscopeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnscopeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetQueryStats = + (Method){ + name = "GetQueryStats" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetQueryStatsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetQueryStatsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGeo = + (Method){ + name = "CreateGeo" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGeo = + (Method){ + name = "UpdateGeo" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGeos = + (Method){ + name = "GetGeos" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeosRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeosResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGeo = + (Method){ + name = "GetOneGeo" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGeo = + (Method){ + name = "DeleteOneGeo" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateGeo = + (Method){ + name = "ActivateGeo" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateGeo = + (Method){ + name = "DeactivateGeo" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGeoResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGeoRegionGroup = + (Method){ + name = "CreateGeoRegionGroup" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGeoRegionGroup = + (Method){ + name = "UpdateGeoRegionGroup" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGeoRegionGroup = + (Method){ + name = "DeleteOneGeoRegionGroup" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGeoRegionGroups = + (Method){ + name = "GetGeoRegionGroups" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoRegionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoRegionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGeoRegionGroup = + (Method){ + name = "GetOneGeoRegionGroup" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGeoRegionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGeoNode = + (Method){ + name = "CreateGeoNode" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGeoNode = + (Method){ + name = "DeleteOneGeoNode" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGeoNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGeoNodes = + (Method){ + name = "GetGeoNodes" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGeoNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSF = + (Method){ + name = "CreateDSF" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSF = + (Method){ + name = "UpdateDSF" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFs = + (Method){ + name = "GetDSFs" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFNotifiers = + (Method){ + name = "GetDSFNotifiers" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSF = + (Method){ + name = "DeleteOneDSF" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSF = + (Method){ + name = "GetOneDSF" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RevertDSF = + (Method){ + name = "RevertDSF" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RevertDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RevertDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + PublishDSF = + (Method){ + name = "PublishDSF" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishDSFResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddDSFNotifier = + (Method){ + name = "AddDSFNotifier" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveDSFNotifier = + (Method){ + name = "RemoveDSFNotifier" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveDSFNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFRuleset = + (Method){ + name = "CreateDSFRuleset" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFRuleset = + (Method){ + name = "UpdateDSFRuleset" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFRulesets = + (Method){ + name = "GetDSFRulesets" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRulesetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRulesetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFRuleset = + (Method){ + name = "GetOneDSFRuleset" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFRuleset = + (Method){ + name = "DeleteOneDSFRuleset" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRulesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFResponsePool = + (Method){ + name = "CreateDSFResponsePool" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFResponsePool = + (Method){ + name = "UpdateDSFResponsePool" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFResponsePools = + (Method){ + name = "GetDSFResponsePools" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFResponsePoolsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFResponsePoolsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFResponsePool = + (Method){ + name = "GetOneDSFResponsePool" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFResponsePool = + (Method){ + name = "DeleteOneDSFResponsePool" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFResponsePoolResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFRecordSetFailoverChain = + (Method){ + name = "CreateDSFRecordSetFailoverChain" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFRecordSetFailoverChain = + (Method){ + name = "UpdateDSFRecordSetFailoverChain" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFRecordSetFailoverChains = + (Method){ + name = "GetDSFRecordSetFailoverChains" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetFailoverChainsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetFailoverChainsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFRecordSetFailoverChain = + (Method){ + name = "GetOneDSFRecordSetFailoverChain" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFRecordSetFailoverChain = + (Method){ + name = "DeleteOneDSFRecordSetFailoverChain" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetFailoverChainResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFRecordSet = + (Method){ + name = "CreateDSFRecordSet" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFRecordSet = + (Method){ + name = "UpdateDSFRecordSet" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFRecordSet = + (Method){ + name = "GetOneDSFRecordSet" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFRecordSets = + (Method){ + name = "GetDSFRecordSets" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFRecordSet = + (Method){ + name = "DeleteOneDSFRecordSet" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordSetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFRecord = + (Method){ + name = "CreateDSFRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFRecord = + (Method){ + name = "UpdateDSFRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFRecord = + (Method){ + name = "GetOneDSFRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFRecords = + (Method){ + name = "GetDSFRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFRecord = + (Method){ + name = "DeleteOneDSFRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddDSFNode = + (Method){ + name = "AddDSFNode" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFNodes = + (Method){ + name = "UpdateDSFNodes" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFNodes = + (Method){ + name = "GetDSFNodes" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFNodesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFNode = + (Method){ + name = "DeleteOneDSFNode" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFNodeResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSFMonitor = + (Method){ + name = "CreateDSFMonitor" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSFMonitor = + (Method){ + name = "UpdateDSFMonitor" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSFMonitor = + (Method){ + name = "GetOneDSFMonitor" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFMonitors = + (Method){ + name = "GetDSFMonitors" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSFMonitor = + (Method){ + name = "DeleteOneDSFMonitor" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSFMonitorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddDSFMonitorNotifier = + (Method){ + name = "AddDSFMonitorNotifier" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFMonitorNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDSFMonitorNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSFMonitorSites = + (Method){ + name = "GetDSFMonitorSites" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorSitesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSFMonitorSitesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateNotifier = + (Method){ + name = "CreateNotifier" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateNotifier = + (Method){ + name = "UpdateNotifier" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneNotifier = + (Method){ + name = "GetOneNotifier" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNotifiers = + (Method){ + name = "GetNotifiers" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNotifiersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneNotifier = + (Method){ + name = "DeleteOneNotifier" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNotifierResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateConfigLimit = + (Method){ + name = "CreateConfigLimit" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneConfigLimit = + (Method){ + name = "GetOneConfigLimit" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetConfigLimits = + (Method){ + name = "GetConfigLimits" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetConfigLimitsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetConfigLimitsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateConfigLimit = + (Method){ + name = "UpdateConfigLimit" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneConfigLimit = + (Method){ + name = "DeleteOneConfigLimit" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneConfigLimitResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreatePermissionGroup = + (Method){ + name = "CreatePermissionGroup" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOnePermissionGroup = + (Method){ + name = "GetOnePermissionGroup" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetPermissionGroups = + (Method){ + name = "GetPermissionGroups" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPermissionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPermissionGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOnePermissionGroup = + (Method){ + name = "DeleteOnePermissionGroup" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdatePermissionGroup = + (Method){ + name = "UpdatePermissionGroup" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePermissionGroupResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomerPermissions = + (Method){ + name = "GetCustomerPermissions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetUserPermissions = + (Method){ + name = "GetUserPermissions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CheckPermissions = + (Method){ + name = "CheckPermissions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CheckPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CheckPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddPermissionGroupUsers = + (Method){ + name = "AddPermissionGroupUsers" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetPermissionGroupUsers = + (Method){ + name = "SetPermissionGroupUsers" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemovePermissionGroupUsers = + (Method){ + name = "RemovePermissionGroupUsers" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddPermissionGroupSubgroups = + (Method){ + name = "AddPermissionGroupSubgroups" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetPermissionGroupSubgroups = + (Method){ + name = "SetPermissionGroupSubgroups" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemovePermissionGroupSubgroups = + (Method){ + name = "RemovePermissionGroupSubgroups" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupSubgroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddPermissionGroupPermissions = + (Method){ + name = "AddPermissionGroupPermissions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetPermissionGroupPermissions = + (Method){ + name = "SetPermissionGroupPermissions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemovePermissionGroupPermissions = + (Method){ + name = "RemovePermissionGroupPermissions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddPermissionGroupZones = + (Method){ + name = "AddPermissionGroupZones" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetPermissionGroupZones = + (Method){ + name = "SetPermissionGroupZones" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetPermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemovePermissionGroupZones = + (Method){ + name = "RemovePermissionGroupZones" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemovePermissionGroupZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddUserGroups = + (Method){ + name = "AddUserGroups" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetUserGroups = + (Method){ + name = "SetUserGroups" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveUserGroups = + (Method){ + name = "RemoveUserGroups" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserGroupsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddUserZones = + (Method){ + name = "AddUserZones" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetUserZones = + (Method){ + name = "SetUserZones" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveUserZones = + (Method){ + name = "RemoveUserZones" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddUserPermissions = + (Method){ + name = "AddUserPermissions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetUserPermissions = + (Method){ + name = "SetUserPermissions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveUserPermissions = + (Method){ + name = "RemoveUserPermissions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddUserForbids = + (Method){ + name = "AddUserForbids" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetUserForbids = + (Method){ + name = "SetUserForbids" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveUserForbids = + (Method){ + name = "RemoveUserForbids" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveUserForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddCustomerPermissions = + (Method){ + name = "AddCustomerPermissions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetCustomerPermissions = + (Method){ + name = "SetCustomerPermissions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveCustomerPermissions = + (Method){ + name = "RemoveCustomerPermissions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerPermissionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddCustomerForbids = + (Method){ + name = "AddCustomerForbids" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetCustomerForbids = + (Method){ + name = "SetCustomerForbids" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RemoveCustomerForbids = + (Method){ + name = "RemoveCustomerForbids" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RemoveCustomerForbidsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetHostStatsFlags = + (Method){ + name = "GetHostStatsFlags" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetHostStatsFlags = + (Method){ + name = "SetHostStatsFlags" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetHostStatsFlagsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateTSIGKey = + (Method){ + name = "CreateTSIGKey" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneTSIGKey = + (Method){ + name = "GetOneTSIGKey" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTSIGKeys = + (Method){ + name = "GetTSIGKeys" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTSIGKeysRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTSIGKeysResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateTSIGKey = + (Method){ + name = "UpdateTSIGKey" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneTSIGKey = + (Method){ + name = "DeleteOneTSIGKey" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTSIGKeyResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateZone = + (Method){ + name = "CreateZone" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneZone = + (Method){ + name = "GetOneZone" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZones = + (Method){ + name = "GetZones" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZonesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneZone = + (Method){ + name = "DeleteOneZone" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateSecondaryZone = + (Method){ + name = "CreateSecondaryZone" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSecondaryZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSecondaryZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSecondary = + (Method){ + name = "UpdateSecondary" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateSecondary = + (Method){ + name = "ActivateSecondary" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateSecondary = + (Method){ + name = "DeactivateSecondary" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RetransferSecondary = + (Method){ + name = "RetransferSecondary" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RetransferSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RetransferSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSecondary = + (Method){ + name = "GetOneSecondary" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSecondaryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSecondaries = + (Method){ + name = "GetSecondaries" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSecondariesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSecondariesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneApex = + (Method){ + name = "GetZoneApex" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneApexRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneApexResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateARecord = + (Method){ + name = "CreateARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneARecord = + (Method){ + name = "GetOneARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetARecords = + (Method){ + name = "GetARecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateARecord = + (Method){ + name = "UpdateARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteARecords = + (Method){ + name = "DeleteARecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneARecord = + (Method){ + name = "DeleteOneARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateAAAARecord = + (Method){ + name = "CreateAAAARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneAAAARecord = + (Method){ + name = "GetOneAAAARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAAAARecords = + (Method){ + name = "GetAAAARecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateAAAARecord = + (Method){ + name = "UpdateAAAARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteAAAARecords = + (Method){ + name = "DeleteAAAARecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneAAAARecord = + (Method){ + name = "DeleteOneAAAARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAAAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateALIASRecord = + (Method){ + name = "CreateALIASRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneALIASRecord = + (Method){ + name = "GetOneALIASRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetALIASRecords = + (Method){ + name = "GetALIASRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateALIASRecord = + (Method){ + name = "UpdateALIASRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteALIASRecords = + (Method){ + name = "DeleteALIASRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneALIASRecord = + (Method){ + name = "DeleteOneALIASRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneALIASRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCAARecord = + (Method){ + name = "CreateCAARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCAARecord = + (Method){ + name = "GetOneCAARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCAARecords = + (Method){ + name = "GetCAARecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCAARecord = + (Method){ + name = "UpdateCAARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCAARecords = + (Method){ + name = "DeleteCAARecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCAARecord = + (Method){ + name = "DeleteOneCAARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCAARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCDNSKEYRecord = + (Method){ + name = "CreateCDNSKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCDNSKEYRecord = + (Method){ + name = "GetOneCDNSKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCDNSKEYRecords = + (Method){ + name = "GetCDNSKEYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCDNSKEYRecord = + (Method){ + name = "UpdateCDNSKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCDNSKEYRecords = + (Method){ + name = "DeleteCDNSKEYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCDNSKEYRecord = + (Method){ + name = "DeleteOneCDNSKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCDSRecord = + (Method){ + name = "CreateCDSRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCDSRecord = + (Method){ + name = "GetOneCDSRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCDSRecords = + (Method){ + name = "GetCDSRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCDSRecord = + (Method){ + name = "UpdateCDSRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCDSRecords = + (Method){ + name = "DeleteCDSRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCDSRecord = + (Method){ + name = "DeleteOneCDSRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCERTRecord = + (Method){ + name = "CreateCERTRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCERTRecord = + (Method){ + name = "GetOneCERTRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCERTRecords = + (Method){ + name = "GetCERTRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCERTRecord = + (Method){ + name = "UpdateCERTRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCERTRecords = + (Method){ + name = "DeleteCERTRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCERTRecord = + (Method){ + name = "DeleteOneCERTRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCERTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCNAMERecord = + (Method){ + name = "CreateCNAMERecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCNAMERecord = + (Method){ + name = "GetOneCNAMERecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCNAMERecords = + (Method){ + name = "GetCNAMERecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCNAMERecord = + (Method){ + name = "UpdateCNAMERecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCNAMERecords = + (Method){ + name = "DeleteCNAMERecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCNAMERecord = + (Method){ + name = "DeleteOneCNAMERecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCSYNCRecord = + (Method){ + name = "CreateCSYNCRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCSYNCRecord = + (Method){ + name = "GetOneCSYNCRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCSYNCRecords = + (Method){ + name = "GetCSYNCRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCSYNCRecord = + (Method){ + name = "UpdateCSYNCRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCSYNCRecords = + (Method){ + name = "DeleteCSYNCRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCSYNCRecord = + (Method){ + name = "DeleteOneCSYNCRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCSYNCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDHCIDRecord = + (Method){ + name = "CreateDHCIDRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDHCIDRecord = + (Method){ + name = "GetOneDHCIDRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDHCIDRecords = + (Method){ + name = "GetDHCIDRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDHCIDRecord = + (Method){ + name = "UpdateDHCIDRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteDHCIDRecords = + (Method){ + name = "DeleteDHCIDRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDHCIDRecord = + (Method){ + name = "DeleteOneDHCIDRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDHCIDRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDNAMERecord = + (Method){ + name = "CreateDNAMERecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDNAMERecord = + (Method){ + name = "GetOneDNAMERecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDNAMERecords = + (Method){ + name = "GetDNAMERecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDNAMERecord = + (Method){ + name = "UpdateDNAMERecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteDNAMERecords = + (Method){ + name = "DeleteDNAMERecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDNAMERecord = + (Method){ + name = "DeleteOneDNAMERecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNAMERecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDNSKEYRecord = + (Method){ + name = "CreateDNSKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDNSKEYRecord = + (Method){ + name = "GetOneDNSKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDNSKEYRecords = + (Method){ + name = "GetDNSKEYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDNSKEYRecord = + (Method){ + name = "UpdateDNSKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteDNSKEYRecords = + (Method){ + name = "DeleteDNSKEYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDNSKEYRecord = + (Method){ + name = "DeleteOneDNSKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDSRecord = + (Method){ + name = "CreateDSRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDSRecord = + (Method){ + name = "GetOneDSRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDSRecords = + (Method){ + name = "GetDSRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDSRecord = + (Method){ + name = "UpdateDSRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteDSRecords = + (Method){ + name = "DeleteDSRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDSRecord = + (Method){ + name = "DeleteOneDSRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateIPSECKEYRecord = + (Method){ + name = "CreateIPSECKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneIPSECKEYRecord = + (Method){ + name = "GetOneIPSECKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetIPSECKEYRecords = + (Method){ + name = "GetIPSECKEYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateIPSECKEYRecord = + (Method){ + name = "UpdateIPSECKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteIPSECKEYRecords = + (Method){ + name = "DeleteIPSECKEYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneIPSECKEYRecord = + (Method){ + name = "DeleteOneIPSECKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPSECKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateKEYRecord = + (Method){ + name = "CreateKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneKEYRecord = + (Method){ + name = "GetOneKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetKEYRecords = + (Method){ + name = "GetKEYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateKEYRecord = + (Method){ + name = "UpdateKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteKEYRecords = + (Method){ + name = "DeleteKEYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneKEYRecord = + (Method){ + name = "DeleteOneKEYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKEYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateKXRecord = + (Method){ + name = "CreateKXRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneKXRecord = + (Method){ + name = "GetOneKXRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetKXRecords = + (Method){ + name = "GetKXRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateKXRecord = + (Method){ + name = "UpdateKXRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteKXRecords = + (Method){ + name = "DeleteKXRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneKXRecord = + (Method){ + name = "DeleteOneKXRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneKXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateLOCRecord = + (Method){ + name = "CreateLOCRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneLOCRecord = + (Method){ + name = "GetOneLOCRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetLOCRecords = + (Method){ + name = "GetLOCRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateLOCRecord = + (Method){ + name = "UpdateLOCRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteLOCRecords = + (Method){ + name = "DeleteLOCRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneLOCRecord = + (Method){ + name = "DeleteOneLOCRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLOCRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateMXRecord = + (Method){ + name = "CreateMXRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneMXRecord = + (Method){ + name = "GetOneMXRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetMXRecords = + (Method){ + name = "GetMXRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateMXRecord = + (Method){ + name = "UpdateMXRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteMXRecords = + (Method){ + name = "DeleteMXRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneMXRecord = + (Method){ + name = "DeleteOneMXRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneMXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateNAPTRRecord = + (Method){ + name = "CreateNAPTRRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneNAPTRRecord = + (Method){ + name = "GetOneNAPTRRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNAPTRRecords = + (Method){ + name = "GetNAPTRRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateNAPTRRecord = + (Method){ + name = "UpdateNAPTRRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteNAPTRRecords = + (Method){ + name = "DeleteNAPTRRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneNAPTRRecord = + (Method){ + name = "DeleteOneNAPTRRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNAPTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateNSAPRecord = + (Method){ + name = "CreateNSAPRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneNSAPRecord = + (Method){ + name = "GetOneNSAPRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNSAPRecords = + (Method){ + name = "GetNSAPRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateNSAPRecord = + (Method){ + name = "UpdateNSAPRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteNSAPRecords = + (Method){ + name = "DeleteNSAPRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneNSAPRecord = + (Method){ + name = "DeleteOneNSAPRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSAPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreatePOLICYRecord = + (Method){ + name = "CreatePOLICYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOnePOLICYRecord = + (Method){ + name = "GetOnePOLICYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetPOLICYRecords = + (Method){ + name = "GetPOLICYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdatePOLICYRecord = + (Method){ + name = "UpdatePOLICYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeletePOLICYRecords = + (Method){ + name = "DeletePOLICYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOnePOLICYRecord = + (Method){ + name = "DeleteOnePOLICYRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePOLICYRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreatePTRRecord = + (Method){ + name = "CreatePTRRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOnePTRRecord = + (Method){ + name = "GetOnePTRRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetPTRRecords = + (Method){ + name = "GetPTRRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdatePTRRecord = + (Method){ + name = "UpdatePTRRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeletePTRRecords = + (Method){ + name = "DeletePTRRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOnePTRRecord = + (Method){ + name = "DeleteOnePTRRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePTRRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreatePXRecord = + (Method){ + name = "CreatePXRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOnePXRecord = + (Method){ + name = "GetOnePXRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetPXRecords = + (Method){ + name = "GetPXRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetPXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdatePXRecord = + (Method){ + name = "UpdatePXRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdatePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeletePXRecords = + (Method){ + name = "DeletePXRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeletePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOnePXRecord = + (Method){ + name = "DeleteOnePXRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOnePXRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateRPRecord = + (Method){ + name = "CreateRPRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneRPRecord = + (Method){ + name = "GetOneRPRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRPRecords = + (Method){ + name = "GetRPRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateRPRecord = + (Method){ + name = "UpdateRPRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteRPRecords = + (Method){ + name = "DeleteRPRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneRPRecord = + (Method){ + name = "DeleteOneRPRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateSPFRecord = + (Method){ + name = "CreateSPFRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSPFRecord = + (Method){ + name = "GetOneSPFRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSPFRecords = + (Method){ + name = "GetSPFRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSPFRecord = + (Method){ + name = "UpdateSPFRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteSPFRecords = + (Method){ + name = "DeleteSPFRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneSPFRecord = + (Method){ + name = "DeleteOneSPFRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSPFRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateSRVRecord = + (Method){ + name = "CreateSRVRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSRVRecord = + (Method){ + name = "GetOneSRVRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSRVRecords = + (Method){ + name = "GetSRVRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSRVRecord = + (Method){ + name = "UpdateSRVRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteSRVRecords = + (Method){ + name = "DeleteSRVRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneSRVRecord = + (Method){ + name = "DeleteOneSRVRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSRVRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateSSHFPRecord = + (Method){ + name = "CreateSSHFPRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSSHFPRecord = + (Method){ + name = "GetOneSSHFPRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSSHFPRecords = + (Method){ + name = "GetSSHFPRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSSHFPRecord = + (Method){ + name = "UpdateSSHFPRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteSSHFPRecords = + (Method){ + name = "DeleteSSHFPRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneSSHFPRecord = + (Method){ + name = "DeleteOneSSHFPRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneSSHFPRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateTLSARecord = + (Method){ + name = "CreateTLSARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneTLSARecord = + (Method){ + name = "GetOneTLSARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTLSARecords = + (Method){ + name = "GetTLSARecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateTLSARecord = + (Method){ + name = "UpdateTLSARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteTLSARecords = + (Method){ + name = "DeleteTLSARecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneTLSARecord = + (Method){ + name = "DeleteOneTLSARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTLSARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateTXTRecord = + (Method){ + name = "CreateTXTRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneTXTRecord = + (Method){ + name = "GetOneTXTRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTXTRecords = + (Method){ + name = "GetTXTRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateTXTRecord = + (Method){ + name = "UpdateTXTRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteTXTRecords = + (Method){ + name = "DeleteTXTRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneTXTRecord = + (Method){ + name = "DeleteOneTXTRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneTXTRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneSOARecord = + (Method){ + name = "GetOneSOARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetSOARecords = + (Method){ + name = "GetSOARecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSOARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetSOARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateSOARecord = + (Method){ + name = "UpdateSOARecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateSOARecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateNSRecord = + (Method){ + name = "CreateNSRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneNSRecord = + (Method){ + name = "GetOneNSRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNSRecords = + (Method){ + name = "GetNSRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateNSRecord = + (Method){ + name = "UpdateNSRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteNSRecords = + (Method){ + name = "DeleteNSRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneNSRecord = + (Method){ + name = "DeleteOneNSRecord" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneNSRecordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceARecords = + (Method){ + name = "ReplaceARecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceAAAARecords = + (Method){ + name = "ReplaceAAAARecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceAAAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceALIASRecords = + (Method){ + name = "ReplaceALIASRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceALIASRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCAARecords = + (Method){ + name = "ReplaceCAARecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCAARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCDNSKEYRecords = + (Method){ + name = "ReplaceCDNSKEYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCDSRecords = + (Method){ + name = "ReplaceCDSRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCERTRecords = + (Method){ + name = "ReplaceCERTRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCERTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCNAMERecords = + (Method){ + name = "ReplaceCNAMERecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceCSYNCRecords = + (Method){ + name = "ReplaceCSYNCRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceCSYNCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceDHCIDRecords = + (Method){ + name = "ReplaceDHCIDRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDHCIDRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceDNAMERecords = + (Method){ + name = "ReplaceDNAMERecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNAMERecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceDNSKEYRecords = + (Method){ + name = "ReplaceDNSKEYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDNSKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceDSRecords = + (Method){ + name = "ReplaceDSRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceDSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceIPSECKEYRecords = + (Method){ + name = "ReplaceIPSECKEYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceIPSECKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceKEYRecords = + (Method){ + name = "ReplaceKEYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKEYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceKXRecords = + (Method){ + name = "ReplaceKXRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceKXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceLOCRecords = + (Method){ + name = "ReplaceLOCRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceLOCRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceMXRecords = + (Method){ + name = "ReplaceMXRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceMXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceNAPTRRecords = + (Method){ + name = "ReplaceNAPTRRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNAPTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceNSAPRecords = + (Method){ + name = "ReplaceNSAPRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSAPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplacePOLICYRecords = + (Method){ + name = "ReplacePOLICYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePOLICYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplacePTRRecords = + (Method){ + name = "ReplacePTRRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePTRRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplacePXRecords = + (Method){ + name = "ReplacePXRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplacePXRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceRPRecords = + (Method){ + name = "ReplaceRPRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceRPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceSPFRecords = + (Method){ + name = "ReplaceSPFRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSPFRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceSRVRecords = + (Method){ + name = "ReplaceSRVRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSRVRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceSSHFPRecords = + (Method){ + name = "ReplaceSSHFPRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceSSHFPRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceTLSARecords = + (Method){ + name = "ReplaceTLSARecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTLSARecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceTXTRecords = + (Method){ + name = "ReplaceTXTRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceTXTRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ReplaceNSRecords = + (Method){ + name = "ReplaceNSRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ReplaceNSRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetANYRecords = + (Method){ + name = "GetANYRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetANYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetANYRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAllRecords = + (Method){ + name = "GetAllRecords" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllRecordsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAllAliasQNames = + (Method){ + name = "GetAllAliasQNames" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllAliasQNamesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAllAliasQNamesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneUser = + (Method){ + name = "GetOneUser" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneUser = + (Method){ + name = "DeleteOneUser" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateUser = + (Method){ + name = "CreateUser" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateUser = + (Method){ + name = "UpdateUser" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetUsers = + (Method){ + name = "GetUsers" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetUpdateUsers = + (Method){ + name = "GetUpdateUsers" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUsersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateUpdateUser = + (Method){ + name = "UpdateUpdateUser" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneUpdateUser = + (Method){ + name = "DeleteOneUpdateUser" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateUserPassword = + (Method){ + name = "UpdateUserPassword" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + BlockUser = + (Method){ + name = "BlockUser" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UnblockUser = + (Method){ + name = "UnblockUser" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnblockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UnblockUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateContact = + (Method){ + name = "CreateContact" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneContact = + (Method){ + name = "GetOneContact" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetContacts = + (Method){ + name = "GetContacts" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetContactsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetContactsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneContact = + (Method){ + name = "DeleteOneContact" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateContact = + (Method){ + name = "UpdateContact" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateContactResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCustomer = + (Method){ + name = "CreateCustomer" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCustomer = + (Method){ + name = "UpdateCustomer" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneCustomer = + (Method){ + name = "GetOneCustomer" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomers = + (Method){ + name = "GetCustomers" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomersResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneCustomer = + (Method){ + name = "DeleteOneCustomer" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneCustomerResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomerPrefs = + (Method){ + name = "GetCustomerPrefs" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetCustomerPrefs = + (Method){ + name = "SetCustomerPrefs" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerPrefsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomerIPACL = + (Method){ + name = "GetCustomerIPACL" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetCustomerIPACL = + (Method){ + name = "SetCustomerIPACL" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetCustomerIPACLResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateCustomerOracleMetadata = + (Method){ + name = "CreateCustomerOracleMetadata" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateCustomerOracleMetadata = + (Method){ + name = "UpdateCustomerOracleMetadata" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetCustomerOracleMetadata = + (Method){ + name = "GetCustomerOracleMetadata" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteCustomerOracleMetadata = + (Method){ + name = "DeleteCustomerOracleMetadata" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteCustomerOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateZoneOracleMetadata = + (Method){ + name = "CreateZoneOracleMetadata" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateZoneOracleMetadata = + (Method){ + name = "UpdateZoneOracleMetadata" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneOracleMetadata = + (Method){ + name = "GetZoneOracleMetadata" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteZoneOracleMetadata = + (Method){ + name = "DeleteZoneOracleMetadata" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneOracleMetadataResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + OCIMigrate = + (Method){ + name = "OCIMigrate" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('OCIMigrateRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('OCIMigrateResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDDNS = + (Method){ + name = "CreateDDNS" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDDNS = + (Method){ + name = "GetOneDDNS" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDDNSs = + (Method){ + name = "GetDDNSs" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDDNSsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDDNSsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDDNS = + (Method){ + name = "UpdateDDNS" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDDNS = + (Method){ + name = "DeleteOneDDNS" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateDDNS = + (Method){ + name = "ActivateDDNS" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateDDNS = + (Method){ + name = "DeactivateDDNS" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ResetDDNS = + (Method){ + name = "ResetDDNS" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ResetDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ResetDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetUpdateUserPassword = + (Method){ + name = "GetUpdateUserPassword" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetUpdateUserPasswordResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDDNSHost = + (Method){ + name = "CreateDDNSHost" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSHostRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDDNSHostResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateUpdateUser = + (Method){ + name = "CreateUpdateUser" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateUpdateUserResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + AddDDNS = + (Method){ + name = "AddDDNS" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('AddDDNSResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateFailover = + (Method){ + name = "CreateFailover" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneFailover = + (Method){ + name = "GetOneFailover" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetFailovers = + (Method){ + name = "GetFailovers" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetFailoversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetFailoversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateFailover = + (Method){ + name = "UpdateFailover" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneFailover = + (Method){ + name = "DeleteOneFailover" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateFailover = + (Method){ + name = "ActivateFailover" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateFailover = + (Method){ + name = "DeactivateFailover" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverFailover = + (Method){ + name = "RecoverFailover" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverFailoverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateLoadBalance = + (Method){ + name = "CreateLoadBalance" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneLoadBalance = + (Method){ + name = "GetOneLoadBalance" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetLoadBalances = + (Method){ + name = "GetLoadBalances" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateLoadBalance = + (Method){ + name = "UpdateLoadBalance" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneLoadBalance = + (Method){ + name = "DeleteOneLoadBalance" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateLoadBalance = + (Method){ + name = "ActivateLoadBalance" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateLoadBalance = + (Method){ + name = "DeactivateLoadBalance" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverLoadBalance = + (Method){ + name = "RecoverLoadBalance" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverLoadBalanceIP = + (Method){ + name = "RecoverLoadBalanceIP" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverLoadBalanceIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateLoadBalancePoolEntry = + (Method){ + name = "CreateLoadBalancePoolEntry" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateLoadBalancePoolEntry = + (Method){ + name = "UpdateLoadBalancePoolEntry" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneLoadBalancePoolEntry = + (Method){ + name = "GetOneLoadBalancePoolEntry" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetLoadBalancePoolEntries = + (Method){ + name = "GetLoadBalancePoolEntries" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancePoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetLoadBalancePoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneLoadBalancePoolEntry = + (Method){ + name = "DeleteOneLoadBalancePoolEntry" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneLoadBalancePoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGSLB = + (Method){ + name = "CreateGSLB" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGSLB = + (Method){ + name = "GetOneGSLB" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGSLBs = + (Method){ + name = "GetGSLBs" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGSLB = + (Method){ + name = "UpdateGSLB" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGSLB = + (Method){ + name = "DeleteOneGSLB" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateGSLB = + (Method){ + name = "ActivateGSLB" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateGSLB = + (Method){ + name = "DeactivateGSLB" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverGSLB = + (Method){ + name = "RecoverGSLB" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverGSLBIP = + (Method){ + name = "RecoverGSLBIP" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverGSLBIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGSLBRegion = + (Method){ + name = "CreateGSLBRegion" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGSLBRegion = + (Method){ + name = "GetOneGSLBRegion" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGSLBRegions = + (Method){ + name = "GetGSLBRegions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGSLBRegion = + (Method){ + name = "UpdateGSLBRegion" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGSLBRegion = + (Method){ + name = "DeleteOneGSLBRegion" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateGSLBRegionPoolEntry = + (Method){ + name = "CreateGSLBRegionPoolEntry" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateGSLBRegionPoolEntry = + (Method){ + name = "UpdateGSLBRegionPoolEntry" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneGSLBRegionPoolEntry = + (Method){ + name = "GetOneGSLBRegionPoolEntry" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetGSLBRegionPoolEntries = + (Method){ + name = "GetGSLBRegionPoolEntries" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetGSLBRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneGSLBRegionPoolEntry = + (Method){ + name = "DeleteOneGSLBRegionPoolEntry" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneGSLBRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateRTTM = + (Method){ + name = "CreateRTTM" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneRTTM = + (Method){ + name = "GetOneRTTM" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMs = + (Method){ + name = "GetRTTMs" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateRTTM = + (Method){ + name = "UpdateRTTM" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneRTTM = + (Method){ + name = "DeleteOneRTTM" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateRTTM = + (Method){ + name = "ActivateRTTM" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateRTTM = + (Method){ + name = "DeactivateRTTM" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverRTTM = + (Method){ + name = "RecoverRTTM" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RecoverRTTMIP = + (Method){ + name = "RecoverRTTMIP" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RecoverRTTMIPResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMLogs = + (Method){ + name = "GetRTTMLogs" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMLogsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMLogsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMRRSets = + (Method){ + name = "GetRTTMRRSets" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRRSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRRSetsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateRTTMRegion = + (Method){ + name = "CreateRTTMRegion" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneRTTMRegion = + (Method){ + name = "GetOneRTTMRegion" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMRegions = + (Method){ + name = "GetRTTMRegions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateRTTMRegion = + (Method){ + name = "UpdateRTTMRegion" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneRTTMRegion = + (Method){ + name = "DeleteOneRTTMRegion" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateRTTMRegionPoolEntry = + (Method){ + name = "CreateRTTMRegionPoolEntry" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateRTTMRegionPoolEntry = + (Method){ + name = "UpdateRTTMRegionPoolEntry" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneRTTMRegionPoolEntry = + (Method){ + name = "GetOneRTTMRegionPoolEntry" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetRTTMRegionPoolEntries = + (Method){ + name = "GetRTTMRegionPoolEntries" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetRTTMRegionPoolEntriesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneRTTMRegionPoolEntry = + (Method){ + name = "DeleteOneRTTMRegionPoolEntry" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneRTTMRegionPoolEntryResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateHTTPRedirect = + (Method){ + name = "CreateHTTPRedirect" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneHTTPRedirect = + (Method){ + name = "GetOneHTTPRedirect" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetHTTPRedirects = + (Method){ + name = "GetHTTPRedirects" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHTTPRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetHTTPRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateHTTPRedirect = + (Method){ + name = "UpdateHTTPRedirect" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneHTTPRedirect = + (Method){ + name = "DeleteOneHTTPRedirect" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneHTTPRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateAdvRedirectRule = + (Method){ + name = "CreateAdvRedirectRule" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateAdvRedirectRule = + (Method){ + name = "UpdateAdvRedirectRule" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneAdvRedirectRule = + (Method){ + name = "GetOneAdvRedirectRule" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAdvRedirectRules = + (Method){ + name = "GetAdvRedirectRules" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectRulesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectRulesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneAdvRedirectRule = + (Method){ + name = "DeleteOneAdvRedirectRule" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRuleResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateAdvRedirect = + (Method){ + name = "CreateAdvRedirect" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneAdvRedirect = + (Method){ + name = "GetOneAdvRedirect" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetAdvRedirects = + (Method){ + name = "GetAdvRedirects" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetAdvRedirectsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateAdvRedirect = + (Method){ + name = "UpdateAdvRedirect" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneAdvRedirect = + (Method){ + name = "DeleteOneAdvRedirect" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneAdvRedirectResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetNodeList = + (Method){ + name = "GetNodeList" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNodeListRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetNodeListResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + PublishZone = + (Method){ + name = "PublishZone" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PublishZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + PruneZone = + (Method){ + name = "PruneZone" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PruneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('PruneZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + FreezeZone = + (Method){ + name = "FreezeZone" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('FreezeZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('FreezeZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ThawZone = + (Method){ + name = "ThawZone" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ThawZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ThawZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + RestoreZone = + (Method){ + name = "RestoreZone" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RestoreZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('RestoreZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + BlockZone = + (Method){ + name = "BlockZone" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('BlockZoneResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteZoneChangeset = + (Method){ + name = "DeleteZoneChangeset" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneChangeset = + (Method){ + name = "GetZoneChangeset" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneChangesetResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneNotes = + (Method){ + name = "GetZoneNotes" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneNotesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneNotesResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UploadZoneFile = + (Method){ + name = "UploadZoneFile" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UploadZoneFileRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UploadZoneFileResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + TransferZoneIn = + (Method){ + name = "TransferZoneIn" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('TransferZoneInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('TransferZoneInResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTransferStatus = + (Method){ + name = "GetTransferStatus" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTransferStatusRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTransferStatusResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetZoneConfigOptions = + (Method){ + name = "GetZoneConfigOptions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + SetZoneConfigOptions = + (Method){ + name = "SetZoneConfigOptions" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('SetZoneConfigOptionsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateIPTrack = + (Method){ + name = "CreateIPTrack" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneIPTrack = + (Method){ + name = "GetOneIPTrack" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetIPTracks = + (Method){ + name = "GetIPTracks" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPTracksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetIPTracksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateIPTrack = + (Method){ + name = "UpdateIPTrack" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneIPTrack = + (Method){ + name = "DeleteOneIPTrack" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateIPTrack = + (Method){ + name = "ActivateIPTrack" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateIPTrack = + (Method){ + name = "DeactivateIPTrack" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateIPTrackResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateDNSSEC = + (Method){ + name = "CreateDNSSEC" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneDNSSEC = + (Method){ + name = "GetOneDNSSEC" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDNSSECs = + (Method){ + name = "GetDNSSECs" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECsResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateDNSSEC = + (Method){ + name = "UpdateDNSSEC" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneDNSSEC = + (Method){ + name = "DeleteOneDNSSEC" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + ActivateDNSSEC = + (Method){ + name = "ActivateDNSSEC" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ActivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeactivateDNSSEC = + (Method){ + name = "DeactivateDNSSEC" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeactivateDNSSECResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetDNSSECTimeline = + (Method){ + name = "GetDNSSECTimeline" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECTimelineRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetDNSSECTimelineResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetTasks = + (Method){ + name = "GetTasks" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTasksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetTasksResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneTask = + (Method){ + name = "GetOneTask" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CancelTask = + (Method){ + name = "CancelTask" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CancelTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CancelTaskResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + CreateExtNameserver = + (Method){ + name = "CreateExtNameserver" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('CreateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetOneExtNameserver = + (Method){ + name = "GetOneExtNameserver" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + GetExtNameservers = + (Method){ + name = "GetExtNameservers" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetExtNameserversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('GetExtNameserversResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + UpdateExtNameserver = + (Method){ + name = "UpdateExtNameserver" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('UpdateExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + DeleteOneExtNameserver = + (Method){ + name = "DeleteOneExtNameserver" + location = "https://api2.dynect.net/SOAP/" + binding = + (binding){ + input = + output = + } + soap = + (soap){ + action = ""https://api2.dynect.net/SOAP/"" + style = "document" + input = + (Input){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "input" + qname[] = + "input", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + output = + (Output){ + body = + (Body){ + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "output" + qname[] = + "output", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('DeleteOneExtNameserverResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + use = "literal" + namespace[] = + "tns", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + wrapped = True + } + headers[] = + } + faults[] = + (Fault){ + name = "fault" + use = "literal" + parts[] = + (Part){ + root = + _WObject__resolved = False + name = "fault" + qname[] = + "fault", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + element = "('ErrorResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/')" + type = "None" + }, + }, + } + } + } + }, + }, + } +DEBUG:suds.xsd.query:('GetJobRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetJob' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SessionLoginRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SessionLogin' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SessionLogoutRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SessionLogout' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SessionIsAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SessionIsAlive' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SessionKeepAliveRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SessionKeepAlive' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ScopeInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ScopeIn' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ScopeAsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ScopeAs' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UnscopeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'Unscope' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetQueryStatsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetQueryStats' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateGeo' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateGeo' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetGeosRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetGeos' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneGeo' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneGeo' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ActivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ActivateGeo' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeactivateGeoRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeactivateGeo' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateGeoRegionGroup' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateGeoRegionGroup' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneGeoRegionGroup' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetGeoRegionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetGeoRegionGroups' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneGeoRegionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneGeoRegionGroup' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateGeoNode' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneGeoNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneGeoNode' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetGeoNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetGeoNodes' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateDSF' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateDSF' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDSFsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDSFs' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDSFNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDSFNotifiers' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneDSF' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneDSF' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RevertDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RevertDSF' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('PublishDSFRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'PublishDSF' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('AddDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'AddDSFNotifier' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RemoveDSFNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RemoveDSFNotifier' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateDSFRuleset' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateDSFRuleset' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDSFRulesetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDSFRulesets' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneDSFRuleset' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneDSFRulesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneDSFRuleset' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateDSFResponsePool' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateDSFResponsePool' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDSFResponsePoolsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDSFResponsePools' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneDSFResponsePool' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneDSFResponsePoolRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneDSFResponsePool' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateDSFRecordSetFailoverChain' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateDSFRecordSetFailoverChain' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDSFRecordSetFailoverChainsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDSFRecordSetFailoverChains' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneDSFRecordSetFailoverChain' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneDSFRecordSetFailoverChainRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneDSFRecordSetFailoverChain' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateDSFRecordSet' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateDSFRecordSet' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneDSFRecordSet' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDSFRecordSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDSFRecordSets' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneDSFRecordSetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneDSFRecordSet' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateDSFRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateDSFRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneDSFRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDSFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDSFRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneDSFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneDSFRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('AddDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'AddDSFNode' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateDSFNodes' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDSFNodesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDSFNodes' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneDSFNodeRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneDSFNode' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateDSFMonitor' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateDSFMonitor' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneDSFMonitor' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDSFMonitorsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDSFMonitors' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneDSFMonitorRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneDSFMonitor' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('AddDSFMonitorNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'AddDSFMonitorNotifier' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDSFMonitorSitesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDSFMonitorSites' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateNotifier' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateNotifier' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneNotifier' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetNotifiersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetNotifiers' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneNotifierRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneNotifier' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateConfigLimit' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneConfigLimit' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetConfigLimitsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetConfigLimits' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateConfigLimit' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneConfigLimitRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneConfigLimit' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreatePermissionGroup' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOnePermissionGroup' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetPermissionGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetPermissionGroups' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOnePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOnePermissionGroup' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdatePermissionGroupRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdatePermissionGroup' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetCustomerPermissions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetUserPermissions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CheckPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CheckPermissions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('AddPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'AddPermissionGroupUsers' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SetPermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SetPermissionGroupUsers' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RemovePermissionGroupUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RemovePermissionGroupUsers' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('AddPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'AddPermissionGroupSubgroups' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SetPermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SetPermissionGroupSubgroups' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RemovePermissionGroupSubgroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RemovePermissionGroupSubgroups' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('AddPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'AddPermissionGroupPermissions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SetPermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SetPermissionGroupPermissions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RemovePermissionGroupPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RemovePermissionGroupPermissions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('AddPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'AddPermissionGroupZones' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SetPermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SetPermissionGroupZones' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RemovePermissionGroupZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RemovePermissionGroupZones' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('AddUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'AddUserGroups' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SetUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SetUserGroups' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RemoveUserGroupsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RemoveUserGroups' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('AddUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'AddUserZones' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SetUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SetUserZones' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RemoveUserZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RemoveUserZones' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('AddUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'AddUserPermissions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SetUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SetUserPermissions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RemoveUserPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RemoveUserPermissions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('AddUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'AddUserForbids' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SetUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SetUserForbids' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RemoveUserForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RemoveUserForbids' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('AddCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'AddCustomerPermissions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SetCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SetCustomerPermissions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RemoveCustomerPermissionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RemoveCustomerPermissions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('AddCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'AddCustomerForbids' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SetCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SetCustomerForbids' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RemoveCustomerForbidsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RemoveCustomerForbids' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetHostStatsFlags' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SetHostStatsFlagsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SetHostStatsFlags' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateTSIGKey' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneTSIGKey' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetTSIGKeysRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetTSIGKeys' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateTSIGKey' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneTSIGKeyRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneTSIGKey' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateZone' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneZone' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetZonesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetZones' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneZone' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateSecondaryZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateSecondaryZone' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateSecondary' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ActivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ActivateSecondary' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeactivateSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeactivateSecondary' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RetransferSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RetransferSecondary' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneSecondaryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneSecondary' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetSecondariesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetSecondaries' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetZoneApexRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetZoneApex' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetARecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteARecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateAAAARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneAAAARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetAAAARecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateAAAARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteAAAARecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneAAAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneAAAARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateALIASRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneALIASRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetALIASRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateALIASRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteALIASRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneALIASRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneALIASRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateCAARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneCAARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetCAARecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateCAARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteCAARecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneCAARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneCAARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateCDNSKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneCDNSKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetCDNSKEYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateCDNSKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteCDNSKEYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneCDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneCDNSKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateCDSRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneCDSRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetCDSRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateCDSRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteCDSRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneCDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneCDSRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateCERTRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneCERTRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetCERTRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateCERTRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteCERTRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneCERTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneCERTRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateCNAMERecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneCNAMERecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetCNAMERecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateCNAMERecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteCNAMERecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneCNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneCNAMERecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateCSYNCRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneCSYNCRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetCSYNCRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateCSYNCRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteCSYNCRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneCSYNCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneCSYNCRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateDHCIDRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneDHCIDRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDHCIDRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateDHCIDRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteDHCIDRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneDHCIDRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneDHCIDRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateDNAMERecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneDNAMERecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDNAMERecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateDNAMERecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteDNAMERecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneDNAMERecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneDNAMERecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateDNSKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneDNSKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDNSKEYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateDNSKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteDNSKEYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneDNSKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneDNSKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateDSRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneDSRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDSRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateDSRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteDSRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneDSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneDSRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateIPSECKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneIPSECKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetIPSECKEYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateIPSECKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteIPSECKEYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneIPSECKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneIPSECKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetKEYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteKEYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneKEYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneKEYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateKXRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneKXRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetKXRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateKXRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteKXRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneKXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneKXRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateLOCRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneLOCRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetLOCRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateLOCRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteLOCRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneLOCRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneLOCRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateMXRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneMXRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetMXRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateMXRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteMXRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneMXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneMXRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateNAPTRRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneNAPTRRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetNAPTRRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateNAPTRRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteNAPTRRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneNAPTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneNAPTRRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateNSAPRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneNSAPRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetNSAPRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateNSAPRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteNSAPRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneNSAPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneNSAPRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreatePOLICYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOnePOLICYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetPOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetPOLICYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdatePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdatePOLICYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeletePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeletePOLICYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOnePOLICYRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOnePOLICYRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreatePTRRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOnePTRRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetPTRRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdatePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdatePTRRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeletePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeletePTRRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOnePTRRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOnePTRRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreatePXRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOnePXRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetPXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetPXRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdatePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdatePXRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeletePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeletePXRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOnePXRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOnePXRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateRPRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneRPRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetRPRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateRPRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteRPRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneRPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneRPRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateSPFRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneSPFRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetSPFRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateSPFRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteSPFRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneSPFRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneSPFRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateSRVRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneSRVRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetSRVRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateSRVRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteSRVRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneSRVRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneSRVRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateSSHFPRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneSSHFPRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetSSHFPRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateSSHFPRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteSSHFPRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneSSHFPRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneSSHFPRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateTLSARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneTLSARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetTLSARecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateTLSARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteTLSARecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneTLSARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneTLSARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateTXTRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneTXTRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetTXTRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateTXTRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteTXTRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneTXTRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneTXTRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneSOARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetSOARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetSOARecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateSOARecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateSOARecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateNSRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneNSRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetNSRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateNSRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteNSRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneNSRecordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneNSRecord' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceARecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceAAAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceAAAARecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceALIASRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceALIASRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceCAARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceCAARecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceCDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceCDNSKEYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceCDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceCDSRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceCERTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceCERTRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceCNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceCNAMERecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceCSYNCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceCSYNCRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceDHCIDRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceDHCIDRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceDNAMERecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceDNAMERecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceDNSKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceDNSKEYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceDSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceDSRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceIPSECKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceIPSECKEYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceKEYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceKEYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceKXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceKXRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceLOCRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceLOCRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceMXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceMXRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceNAPTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceNAPTRRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceNSAPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceNSAPRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplacePOLICYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplacePOLICYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplacePTRRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplacePTRRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplacePXRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplacePXRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceRPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceRPRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceSPFRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceSPFRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceSRVRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceSRVRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceSSHFPRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceSSHFPRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceTLSARecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceTLSARecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceTXTRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceTXTRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ReplaceNSRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ReplaceNSRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetANYRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetANYRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetAllRecordsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetAllRecords' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetAllAliasQNamesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetAllAliasQNames' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneUser' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneUser' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateUser' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateUser' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetUsers' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetUpdateUsersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetUpdateUsers' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateUpdateUser' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneUpdateUser' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateUserPassword' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('BlockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'BlockUser' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UnblockUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UnblockUser' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateContact' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneContact' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetContactsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetContacts' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneContact' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateContactRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateContact' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateCustomer' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateCustomer' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneCustomer' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetCustomersRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetCustomers' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneCustomerRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneCustomer' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetCustomerPrefs' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SetCustomerPrefsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SetCustomerPrefs' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetCustomerIPACL' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SetCustomerIPACLRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SetCustomerIPACL' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateCustomerOracleMetadata' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateCustomerOracleMetadata' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetCustomerOracleMetadata' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteCustomerOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteCustomerOracleMetadata' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateZoneOracleMetadata' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateZoneOracleMetadata' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetZoneOracleMetadata' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteZoneOracleMetadataRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteZoneOracleMetadata' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('OCIMigrateRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'OCIMigrate' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateDDNS' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneDDNS' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDDNSsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDDNSs' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateDDNS' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneDDNS' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ActivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ActivateDDNS' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeactivateDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeactivateDDNS' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ResetDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ResetDDNS' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetUpdateUserPasswordRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetUpdateUserPassword' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateDDNSHostRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateDDNSHost' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateUpdateUserRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateUpdateUser' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('AddDDNSRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'AddDDNS' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateFailover' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneFailover' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetFailoversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetFailovers' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateFailover' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneFailover' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ActivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ActivateFailover' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeactivateFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeactivateFailover' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RecoverFailoverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RecoverFailover' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateLoadBalance' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneLoadBalance' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetLoadBalancesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetLoadBalances' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateLoadBalance' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneLoadBalance' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ActivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ActivateLoadBalance' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeactivateLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeactivateLoadBalance' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RecoverLoadBalanceRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RecoverLoadBalance' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RecoverLoadBalanceIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RecoverLoadBalanceIP' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateLoadBalancePoolEntry' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateLoadBalancePoolEntry' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneLoadBalancePoolEntry' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetLoadBalancePoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetLoadBalancePoolEntries' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneLoadBalancePoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneLoadBalancePoolEntry' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateGSLB' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneGSLB' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetGSLBsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetGSLBs' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateGSLB' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneGSLB' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ActivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ActivateGSLB' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeactivateGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeactivateGSLB' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RecoverGSLBRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RecoverGSLB' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RecoverGSLBIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RecoverGSLBIP' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateGSLBRegion' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneGSLBRegion' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetGSLBRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetGSLBRegions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateGSLBRegion' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneGSLBRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneGSLBRegion' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateGSLBRegionPoolEntry' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateGSLBRegionPoolEntry' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneGSLBRegionPoolEntry' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetGSLBRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetGSLBRegionPoolEntries' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneGSLBRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneGSLBRegionPoolEntry' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateRTTM' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneRTTM' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetRTTMsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetRTTMs' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateRTTM' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneRTTM' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ActivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ActivateRTTM' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeactivateRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeactivateRTTM' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RecoverRTTMRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RecoverRTTM' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RecoverRTTMIPRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RecoverRTTMIP' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetRTTMLogsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetRTTMLogs' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetRTTMRRSetsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetRTTMRRSets' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateRTTMRegion' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneRTTMRegion' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetRTTMRegionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetRTTMRegions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateRTTMRegion' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneRTTMRegionRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneRTTMRegion' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateRTTMRegionPoolEntry' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateRTTMRegionPoolEntry' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneRTTMRegionPoolEntry' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetRTTMRegionPoolEntriesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetRTTMRegionPoolEntries' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneRTTMRegionPoolEntryRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneRTTMRegionPoolEntry' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateHTTPRedirect' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneHTTPRedirect' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetHTTPRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetHTTPRedirects' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateHTTPRedirect' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneHTTPRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneHTTPRedirect' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateAdvRedirectRule' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateAdvRedirectRule' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneAdvRedirectRule' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetAdvRedirectRulesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetAdvRedirectRules' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneAdvRedirectRuleRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneAdvRedirectRule' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateAdvRedirect' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneAdvRedirect' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetAdvRedirectsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetAdvRedirects' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateAdvRedirect' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneAdvRedirectRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneAdvRedirect' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetNodeListRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetNodeList' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('PublishZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'PublishZone' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('PruneZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'PruneZone' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('FreezeZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'FreezeZone' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ThawZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ThawZone' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('RestoreZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'RestoreZone' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('BlockZoneRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'BlockZone' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteZoneChangeset' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetZoneChangesetRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetZoneChangeset' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetZoneNotesRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetZoneNotes' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UploadZoneFileRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UploadZoneFile' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('TransferZoneInRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'TransferZoneIn' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetTransferStatusRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetTransferStatus' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetZoneConfigOptions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('SetZoneConfigOptionsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'SetZoneConfigOptions' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateIPTrack' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneIPTrack' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetIPTracksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetIPTracks' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateIPTrack' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneIPTrack' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ActivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ActivateIPTrack' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeactivateIPTrackRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeactivateIPTrack' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateDNSSEC' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneDNSSEC' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDNSSECsRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDNSSECs' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateDNSSEC' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneDNSSEC' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('ActivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'ActivateDNSSEC' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeactivateDNSSECRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeactivateDNSSEC' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetDNSSECTimelineRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetDNSSECTimeline' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetTasksRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetTasks' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneTask' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CancelTaskRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CancelTask' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('CreateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'CreateExtNameserver' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetOneExtNameserver' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('GetExtNameserversRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'GetExtNameservers' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('UpdateExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'UpdateExtNameserver' created: started: 1678470799 (running) +DEBUG:suds.xsd.query:('DeleteOneExtNameserverRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.metrics:method 'DeleteOneExtNameserver' created: started: 1678470799 (running) +DEBUG:suds.xsd.sxbasic:Element:0x28e76829ed0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7682a090, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7682a190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7682a290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7682a390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76964650, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e76ab4350" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e76ab4350, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76964810, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e76ab4350" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e76ab4350, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76964910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e76ab4350" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e76ab4350, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76856190, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e76ab4350" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e76ab4350, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76856350, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76856450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76856550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d0a10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d0bd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d0cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d0dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746d9610, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746d97d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746d98d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76956810, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769569d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76956ad0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e76956bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76956cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689eb10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689ecd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689edd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689eed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769001d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76900390, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76900490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76900590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74419ed0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7441a090, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7441a190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744748d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74474a90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74474b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74474c90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74446190, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74446350, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74446450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74446550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686f310, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686f4d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686f5d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686f6d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686f7d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764d450, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764d610, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764d710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764d810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764d910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e0ad0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e0c90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e0d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e0e90, resolving: ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFNode", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e0f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e10d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74631750, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74631910, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74631a10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74631b10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74631c10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74631d50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74631e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77673690, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77673850, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77673950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77673a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77670f90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77671150, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77671250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77671350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768e850, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768ea10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768eb10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768ec10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77605dd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77605f90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77606090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77606190, resolving: ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionZone", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77683a50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77683c10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77683d10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77683e10, resolving: ('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77634510, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776346d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776347d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776348d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77681350, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77681510, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77681610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77681710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77636c10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77636dd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77636ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77636fd0, resolving: ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionZone", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773ed850, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773eda10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773edb10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693e8d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693ea90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693eb90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696c810, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696c9d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696cad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768db50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768dd10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768de10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768df10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445fe90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74434090, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74434190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74434290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74434390, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744344d0, resolving: ('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataAAAA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74459710, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744598d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744599d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74459ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74459bd0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74459d10, resolving: ('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataALIAS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7447e650, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447e810, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447e910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447ea10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447eb10, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447ec50, resolving: ('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e769315d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76931790, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76931890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76931990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76931a90, resolving: ('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "AdvRedirectRuleData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76931bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769284d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76928690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76928790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76928890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76928990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76928ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76928bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76928cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76928dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76928e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74452f50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74453110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74453210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74453310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74453410, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74453550, resolving: ('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCAA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744d87d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744d8990, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744d8a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744d8b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744d8c90, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744d8dd0, resolving: ('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCDNSKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744a6010, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a61d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a62d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a63d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a64d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a6610, resolving: ('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCDS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744f3850, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f3a10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f3b10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f3c10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f3d10, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f3e50, resolving: ('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCERT", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774050d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77405290, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77405390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77405490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77405590, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774056d0, resolving: ('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCNAME", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77412910, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77412ad0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77412bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77412cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77412dd0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77412f10, resolving: ('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCSYNC", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7767b650, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7767b810, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7767b910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7767ba10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7767bb10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ef050, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ef210, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ef310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ef410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ef510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ef650, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ef750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ef850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ef950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ef9d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773efb10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773efc10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773efd10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773efe10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773eff10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c8050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c8150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c8250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c4ad0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c4c90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c4d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c4e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c4f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c50d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c51d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c52d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c53d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c5450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c5590, resolving: ('CustomerAdminData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "CustomerAdminData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CustomerAdminData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773c5690, resolving: ('CustomerAdminData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "CustomerAdminData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CustomerAdminData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773c5790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c5890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76811690, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76811850, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76811950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76811a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76811b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76821790, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76821950, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76821a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76821b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76821c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76821d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686d5d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686d790, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686d890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686d990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686da90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686dbd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686dcd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743c190, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743c350, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743c450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743c550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743c650, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743c790, resolving: ('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDHCID", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7742d9d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742db90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742dc90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742dd90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742de90, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742dfd0, resolving: ('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDNAME", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774fb210, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774fb3d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774fb4d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774fb5d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774fb6d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774fb810, resolving: ('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDNSKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e769604d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76960690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76960790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76960890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76960990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76960ad0, resolving: ('DNSSECKey', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DNSSECKey", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DNSSECKey', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f6310, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f64d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f65d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f66d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f6810, resolving: ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFNode", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f6950, resolving: ('DSFRuleset', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFRuleset", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFRuleset', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f6a50, resolving: ('NotifierLink', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "NotifierLink", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('NotifierLink', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f6b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f6c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e8590, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e8750, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e8850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e8950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e8a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e8b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e8c90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e8d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e8e90, resolving: ('DSFMonitorOptions', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFMonitorOptions", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFMonitorOptions', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e8f10, resolving: ('DSFMonitorEndpoint', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFMonitorEndpoint", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFMonitorEndpoint', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776c2790, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c2950, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c2a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c2b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c2c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c2d90, resolving: ('ANYOneRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "ANYOneRData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ANYOneRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776c2e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c2f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c3090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c3110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c3250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c3350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c3450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c3550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764bb90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764bd50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764be50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764bf50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b0090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b01d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b02d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b03d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b04d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b0550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b0690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b0790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b0890, resolving: ('DSFRecord', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFRecord", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFRecord', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776b0990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b0a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b0b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b0c90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b0d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b0e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f6990, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f6b50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f6c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f6d50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f6e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f6f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f7090, resolving: ('DSFRecordSet', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFRecordSet", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFRecordSet', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776f7190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f7290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74648cd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74648e90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74648f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74649090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74649190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746492d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746493d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746494d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746495d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74649650, resolving: ('DSFRecordSetFailoverChain', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFRecordSetFailoverChain", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFRecordSetFailoverChain', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74649790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74649890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74633690, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74633850, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74633950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74633a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74633b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74633c90, resolving: ('DSFCriteria', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFCriteria", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFCriteria', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74633d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74633e90, resolving: ('DSFResponsePool', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFResponsePool", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFResponsePool', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74633f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74600050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774c8a90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774c8c50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774c8d50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774c8e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774c8f50, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774c9090, resolving: ('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7696d450, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696d610, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696d710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696d810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696d910, resolving: ('ExtNSEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "ExtNSEntry", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ExtNSEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7696da50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696db50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76844150, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76844310, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76844410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76844510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76844610, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76844750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76844850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76844950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76844a50, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76844ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76844c10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76844d10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76844e10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76844f10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76845010, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76845110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76845210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76845310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76845410, resolving: ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "MonitorData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76845510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a2d90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a2f50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3150, resolving: ('GSLBRegion', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "GSLBRegion", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GSLBRegion', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3250, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3490, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3d50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3e50, resolving: ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "MonitorData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768a3f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d3f50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d8150, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d8250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d8350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d8450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d8590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d8690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d8790, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d8890, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d8910, resolving: ('GSLBAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "GSLBAddress", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GSLBAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768e0f50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e1110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e1210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e1310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e1410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e1550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e1650, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e1750, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e1850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74689190, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74689350, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74689450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74689550, resolving: ('GeoRegionGroup', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "GeoRegionGroup", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GeoRegionGroup', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74689650, resolving: ('GeoNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "GeoNode", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GeoNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74689790, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746efa90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746efc50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746efd50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746efe50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746eff50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746dae10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746dafd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746db0d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746db1d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746db2d0, resolving: ('ANYRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "ANYRData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ANYRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746db410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746db510, resolving: ('WeightData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "WeightData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('WeightData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746db610, resolving: ('ServeCountData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "ServeCountData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ServeCountData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746db710, resolving: ('TTLData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "TTLData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('TTLData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746db790, resolving: ('LabelData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "LabelData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('LabelData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7691bcd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691be90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691bf90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691c0d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691c1d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691c310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691c410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774aa2d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774aa490, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774aa590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774aa690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774aa790, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774aa8d0, resolving: ('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataIPSECKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694dc10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694ddd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694ded0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694dfd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694e0d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694e210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694e310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694e410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77457b10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77457cd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77457dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77457ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77457fd0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774b8150, resolving: ('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77461390, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77461550, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77461650, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77461750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77461850, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77461990, resolving: ('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataKX", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7749abd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7749ad90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7749ae90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7749af90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7749b090, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7749b1d0, resolving: ('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataLOC", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768b08d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b0a90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b0b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b0c90, resolving: ('LoadBalanceAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "LoadBalanceAddress", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('LoadBalanceAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768b0d90, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b0ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b0fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b10d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b11d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b1250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b1390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b1490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b1590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b1690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b1790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b1890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b1990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b1a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b1b90, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b1c90, resolving: ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "MonitorData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768b1d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768920d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76892290, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76892390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76892490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76892590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768926d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768927d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768928d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d0450, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d0610, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d0710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d0810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d0910, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d0a50, resolving: ('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataMX", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74805c90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74805e50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74805f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74806050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74806150, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74806290, resolving: ('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataNAPTR", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748134d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74813690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74813790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74813890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74813990, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74813ad0, resolving: ('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataNSAP", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7735d610, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735d7d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735d8d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735d9d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735dad0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735dc10, resolving: ('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataNS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7735dd10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764ed90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764ef50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764f050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764f150, resolving: ('Recipient', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "Recipient", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('Recipient', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7764f250, resolving: ('Service', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "Service", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('Service', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74830d50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74830f10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74831010, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74831110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74831210, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74831350, resolving: ('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataPOLICY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74836590, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74836750, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74836850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74836950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74836a50, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74836b90, resolving: ('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataPTR", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7484bdd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7484bf90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fc0d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fc1d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fc2d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fc410, resolving: ('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataPX", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7765b8d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7765ba90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7765bb90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7765bc90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7765bd90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7765bed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7765bfd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762c110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762c210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762c290, resolving: ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionZone", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74855650, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74855810, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74855910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74855a10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74855b10, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74855c50, resolving: ('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataRP", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768ee150, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ee310, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ee410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ee510, resolving: ('RTTMRegion', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RTTMRegion", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RTTMRegion', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768ee610, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ee750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ee850, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ee950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768eea50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768eead0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768eec10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768eed10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768eee10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768eef10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ef010, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ef110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ef210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ef310, resolving: ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "MonitorData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768ef410, resolving: ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "MonitorData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768ef510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769054d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76905690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76905790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76905890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76905990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76905ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76905bd0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76905cd0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76905dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76905e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76905f90, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76906090, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76906190, resolving: ('RTTMAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RTTMAddress", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RTTMAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76912a90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76912c50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76912d50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76912e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76912f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76913090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76913190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76913290, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76913390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74886e90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74887050, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74887150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74887250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74887350, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74887490, resolving: ('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataSPF", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748ac710, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ac8d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ac9d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748acad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748acbd0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748acd10, resolving: ('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataSRV", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748c5f50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c6110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c6210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c6310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c6410, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c6550, resolving: ('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataSSHFP", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74418090, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74418250, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74418350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74418450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74418550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74418690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cf790, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cf950, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cfa50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cfb50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cfc50, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cfd90, resolving: ('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataTLSA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e8950, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e8b10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e8c10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e8d10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e8e10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e8f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e9050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f1010, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f11d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f12d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f13d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f14d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f1610, resolving: ('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataTXT", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7686e5d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686e790, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686e890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686e990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773856d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77385890, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77385990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77385a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77385b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77385cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77385dd0, resolving: ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionZone", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77385ed0, resolving: ('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77385fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386c90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77386e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74414e10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74414fd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744150d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744151d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744152d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74415410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76838d90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76838f50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76839050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76839150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76839250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7682ad10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7682aed0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7682afd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7682b0d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7682b1d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76965250, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76965410, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76965510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76856e90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76857050, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76857150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76857250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d1710, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d18d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d19d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d1ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746da210, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746da3d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746da4d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76957650, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76957810, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76957910, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e76957a10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76957b10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689f810, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689f9d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689fad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689fbd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76900ed0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76901090, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76901190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76901290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7441aad0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7441ac90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7441ad90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74437a50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74437c10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74437d10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74437e10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744512d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74451490, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74451590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74451690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445e210, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445e3d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445e4d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445e5d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744cab10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744cacd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744cadd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744caed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a4390, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a4550, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a4650, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a4750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f1bd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f1d90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f1e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f1f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e3410, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e35d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e36d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e37d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77410c90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77410e50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77410f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77411050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ee4d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ee690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ee790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ee890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76838150, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76838310, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76838410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743fd10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743fed0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743ffd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742c110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774f9590, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774f9750, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774f9850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774f9950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7744add0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7744af90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7744b090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7744b190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774a8650, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774a8810, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774a8910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774a8a10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77455e90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77456050, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77456150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77456250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774bb6d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774bb890, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774bb990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774bba90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77498f50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77499110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77499210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77499310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e2790, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e2950, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e2a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e2b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d3fd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748041d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748042d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748043d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74811850, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74811a10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74811b10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74811c10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74827090, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74827250, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74827350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74827450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731d3d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731d590, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731d690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731d790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744587d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74458990, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74458a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74458b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74458c90, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74458dd0, resolving: ('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataAAAA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74452010, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744521d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744522d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744523d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744524d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74452610, resolving: ('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataALIAS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445ef50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445f110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445f210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445f310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445f410, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445f550, resolving: ('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76938e90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76939050, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76939150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76939250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76939350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76939490, resolving: ('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "AdvRedirectRuleData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76930790, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76930950, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76930a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76930b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76930c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744cb850, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744cba10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744cbb10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744cbc10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744cbd10, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e744cbe50, resolving: ('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCAA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744a50d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a5290, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a5390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a5490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a5590, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a56d0, resolving: ('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCDNSKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744f2910, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f2ad0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f2bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f2cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f2dd0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f2f10, resolving: ('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCDS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77404190, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77404350, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77404450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77404550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77404650, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e77404790, resolving: ('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCERT", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774119d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77411b90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77411c90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77411d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77411e90, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e77411fd0, resolving: ('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCNAME", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ef210, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ef3d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ef4d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ef5d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ef6d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ef810, resolving: ('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCSYNC", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7765abd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7765ad90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7765ae90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7765af90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ca290, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ca450, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ca550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e1510, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e16d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e17d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e18d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76829090, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76829250, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76829350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76829450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76829550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742ca90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742cc50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742cd50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742ce50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742cf50, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742d090, resolving: ('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDHCID", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774fa2d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774fa490, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774fa590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774fa690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774fa790, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774fa8d0, resolving: ('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDNAME", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7744bb10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7744bcd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7744bdd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7744bed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7744bfd0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774c8150, resolving: ('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDNSKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76963a10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76963bd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76963cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7467a4d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7467a690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7467a790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764c810, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764c9d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764cad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e3650, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e3810, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e3910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e3a10, resolving: ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFNode", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e3b10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e3c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776bbb50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776bbd10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776bbe10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776bbf10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e0050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e0190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c1890, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c1a50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c1b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c1c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c1d50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c1e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764ac90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764ae50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764af50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764b050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764b150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764b290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f5a90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f5c50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f5d50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f5e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f5f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f6090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74603d90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74603f50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74648090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74648190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74648290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746483d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774a9390, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774a9550, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774a9650, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774a9750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774a9850, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774a9990, resolving: ('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76974bd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76974d90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76974e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76855490, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76855650, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76855750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76855850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cfcd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cfe90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cff90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d00d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e0150, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e0310, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e0410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e0510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e0610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ed250, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ed410, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ed510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ed610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ed710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ed850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746d8a10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746d8bd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746d8cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f4910, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f4ad0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f4bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f4cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f4dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ed450, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ed610, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ed710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ed810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691f690, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691f850, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691f950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691fa50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691fb50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77456bd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77456d90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77456e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77456f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77457090, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774571d0, resolving: ('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataIPSECKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e769559d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76955b90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76955c90, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e76955d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76955e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77460450, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77460610, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77460710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77460810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77460910, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e77460a50, resolving: ('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77499c90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77499e50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77499f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7749a050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7749a150, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7749a290, resolving: ('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataKX", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774e34d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e3690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e3790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e3890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e3990, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e3ad0, resolving: ('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataLOC", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7689de10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689dfd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689e0d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689e1d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a1f90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a2150, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a2250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a2350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a2450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74804d50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74804f10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74805010, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74805110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74805210, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74805350, resolving: ('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataMX", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74812590, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74812750, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74812850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74812950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74812a50, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74812b90, resolving: ('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataNAPTR", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74827dd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74827f90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748300d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748301d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748302d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74830410, resolving: ('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataNSAP", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7731e110, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731e2d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731e3d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731e4d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731e5d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731e710, resolving: ('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataNS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7767aa10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7767abd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7767acd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74835650, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74835810, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74835910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74835a10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74835b10, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74835c50, resolving: ('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataPOLICY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7484ae90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7484b050, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7484b150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7484b250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7484b350, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7484b490, resolving: ('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataPTR", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74854710, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748548d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748549d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74854ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74854bd0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74854d10, resolving: ('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataPX", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7762e310, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762e4d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762e5d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74885f50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74886110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74886210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74886310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74886410, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74886550, resolving: ('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataRP", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768f3490, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f3650, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f3750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f3850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76911c90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76911e50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76911f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76912050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76912150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691ad90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691af50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691b050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691b150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691b250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691b390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74897790, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74897950, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74897a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74897b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74897c50, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74897d90, resolving: ('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataSPF", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748c5010, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c51d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c52d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c53d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c54d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c5610, resolving: ('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataSRV", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748ce850, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cea10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ceb10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cec10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ced10, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cee50, resolving: ('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataSSHFP", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f00d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f0290, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f0390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f0490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f0590, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f06d0, resolving: ('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataTLSA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744141d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74414390, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74414490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f5910, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f5ad0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f5bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f5cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f5dd0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f5f10, resolving: ('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataTXT", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773ec050, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ec210, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ec310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77384ad0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77384c90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77384d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74417410, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744175d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744176d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74834910, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74834ad0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74834bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74834cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7484a150, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7484a310, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7484a410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7484a510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ff990, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ffb50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ffc50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ffd50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74885210, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748853d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748854d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748855d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74896a50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74896c10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74896d10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74896e10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c42d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c4490, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c4590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c4690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cdb10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cdcd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cddd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cded0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d7350, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d7510, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d7610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d7710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f4bd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f4d90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f4e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f4f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693f4d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693f690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693f790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7683b810, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7683b9d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7683bad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693c4d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693c690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693c790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74435d10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74435ed0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74435fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744360d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445b550, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445b710, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445b810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445b910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77381990, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77381b50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77381c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77381d50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445c4d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445c690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445c790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445c890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7692ba10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7692bbd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7692bcd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7692bdd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769331d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76933390, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76933490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76933590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77383390, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77383550, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77382690, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77382850, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77382950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77382a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744c8dd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744c8f90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744c9090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744c9190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744da610, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744da7d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744da8d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744da9d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a7e50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f0050, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f0150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f0250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e16d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e1890, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e1990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e1a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77406f10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774070d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774071d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774072d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ec790, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ec950, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774eca50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ecb50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77659190, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77659350, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77659450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c9790, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c9950, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e3c10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e3dd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e3ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e3fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76813310, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768134d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768135d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768136d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768137d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768c350, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768c510, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768c610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e2210, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e23d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e24d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e25d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e0810, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e09d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e0ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e0bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768234d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76823690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76823790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743dfd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743e190, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743e290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743e390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742f810, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742f9d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742fad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742fbd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77449090, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77449250, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77449350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77449450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76965e90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76966050, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76966150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76966250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76966350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76961fd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76962190, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764e250, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764e410, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776eb8d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776eba90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776ebb90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776ebc90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776ebd90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776ebed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e2910, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e2ad0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e2bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e2cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746798d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74679a90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74679b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77648e10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77648fd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776490d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776491d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776492d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77649410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77649510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b3f10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c0110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c0210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c0310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c0410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c0550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c0650, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c0750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c0850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c08d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c0a10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c0b10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c0c10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c0d10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c0e10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c0f10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776ba410, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776ba5d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776ba6d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776ba7d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776ba8d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776baa10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776bab10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776bac10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776bad10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776bad90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776baed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776bafd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776bb0d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776bb1d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464b7d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464b990, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464ba90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464bb90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464bc90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464bdd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464bed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464bfd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f4110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f4190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f42d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74601e10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74601fd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746020d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746021d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746022d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74602410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74602510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74602610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746788d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74678a90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74678b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74678c90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74678d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74678ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74678fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ca8d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774caa90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774cab90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774cac90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696f050, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696f210, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76846b50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76846d10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76846e10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ec410, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ec5d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ec6d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ec7d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ec8d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768da0d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768da290, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768da390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768da490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cd5d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cd790, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cd890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f5710, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f58d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f59d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ee150, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ee310, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ee410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7468b0d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7468b290, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7468b390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7468b490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691da10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691dbd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691dcd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74476fd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74477190, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74477290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77454150, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77454310, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77454410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77454510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694fb50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694fd10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694fe10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7469dfd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7469e190, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7469e290, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774b9990, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774b9b50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774b9c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774b9d50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774631d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77463390, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77463490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77463590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e0a50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e0c10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e0d10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e0e10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a1250, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a1410, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a1510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a1610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b33d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b3590, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b3690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d2290, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d2450, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d2550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d2650, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74807ad0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74807c90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74807d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74807e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74825350, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74825510, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74825610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74825710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735f550, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735f710, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735f810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735f910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76939d90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76939f50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693a050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693a150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77679710, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776798d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776799d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77679ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77679bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77679d10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77679e10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77679f10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7767a010, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7767a090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74434e10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74434fd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744350d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e744351d0, resolving: ('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataAAAA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744352d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74435410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445a650, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445a810, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445a910, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445aa10, resolving: ('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataALIAS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445ab10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445ac50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447f590, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447f750, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447f850, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447f950, resolving: ('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7447fa50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447fb90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769324d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76932690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76932790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76932890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7692ac10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7692add0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7692aed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7692afd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7692b0d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74453e90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744c8090, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744c8190, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e744c8290, resolving: ('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCAA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744c8390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744c84d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744d9710, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744d98d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744d99d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e744d9ad0, resolving: ('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCDNSKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744d9bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744d9d10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a6f50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a7110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a7210, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a7310, resolving: ('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCDS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744a7410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744a7550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e07d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e0990, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e0a90, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e0b90, resolving: ('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCERT", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e0c90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e0dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77406010, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774061d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774062d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774063d0, resolving: ('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCNAME", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774064d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77406610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77413850, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77413a10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77413b10, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e77413c10, resolving: ('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCSYNC", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77413d10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77413e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77658490, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77658650, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77658750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77658850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c8b90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c8d50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c8e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c7bd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c7d90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c7e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768226d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76822890, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76822990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76822a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76822b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743d0d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743d290, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743d390, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743d490, resolving: ('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDHCID", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7743d590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743d6d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742e910, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742ead0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742ebd0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742ecd0, resolving: ('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDNAME", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7742edd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7742ef10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77448190, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77448350, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77448450, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e77448550, resolving: ('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDNSKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77448650, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77448790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769613d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76961590, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76961690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7467b0d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7467b290, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7467b390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7467b490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776eac90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776eae50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776eaf50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b9610, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b97d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b98d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b99d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b9ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b3110, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b32d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b33d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b34d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b35d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77649e50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764a010, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764a110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764a210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764a310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f4c50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f4e10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f4f10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f5010, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f5110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74602f50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74603110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74603210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74603310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74603410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774c99d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774c9b90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774c9c90, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774c9d90, resolving: ('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774c9e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774c9fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696e450, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696e610, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696e710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76845e50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76846010, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76846110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76846210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cc8d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cca90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ccb90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ccc90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d92d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d9490, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d9590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d9690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d9790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e3490, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e3650, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e3750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e3850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e3950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e3a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7468bdd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7468bf90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746d80d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746eed50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746eef10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ef010, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ef110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691cd10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691ced0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691cfd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691d0d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ab210, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ab3d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ab4d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ab5d0, resolving: ('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataIPSECKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ab6d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ab810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694ed50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694ef10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694f010, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694f110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694f210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774b8a90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774b8c50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774b8d50, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774b8e50, resolving: ('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774b8f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774b9090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774622d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77462490, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77462590, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e77462690, resolving: ('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataKX", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77462790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774628d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7749bb10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7749bcd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7749bdd0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7749bed0, resolving: ('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataLOC", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7749bfd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e0150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b26d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b2890, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b2990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b2a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a0450, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a0610, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a0710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a0810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768a0910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d1390, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d1550, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d1650, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d1750, resolving: ('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataMX", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774d1850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d1990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74806bd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74806d90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74806e90, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74806f90, resolving: ('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataNAPTR", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74807090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748071d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74824450, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74824610, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74824710, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74824810, resolving: ('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataNSAP", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74824910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74824a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735e650, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735e810, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735e910, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735ea10, resolving: ('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataNS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7735eb10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735ec50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77678b10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77678cd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77678dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74831c90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74831e50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74831f50, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74832050, resolving: ('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataPOLICY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74832150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74832290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748374d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74837690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74837790, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74837890, resolving: ('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataPTR", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74837990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74837ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fcd50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fcf10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fd010, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fd110, resolving: ('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataPX", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748fd210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fd350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762cc10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762cdd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762ced0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74856590, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74856750, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74856850, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74856950, resolving: ('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataRP", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74856a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74856b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768efe50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f0050, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f0150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f0250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76906b10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76906cd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76906dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76906ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76906fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76919010, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769191d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e769192d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769193d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769194d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76919610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f6850, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f6a10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f6b10, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f6c10, resolving: ('RDataSOA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataSOA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataSOA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f6d10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f6e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74887dd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74887f90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748940d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748941d0, resolving: ('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataSPF", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748942d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74894410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ad650, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ad810, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ad910, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ada10, resolving: ('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataSRV", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748adb10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748adc50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c6e90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c7050, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c7150, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c7250, resolving: ('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataSSHFP", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748c7350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c7490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447c310, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447c4d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447c5d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d4710, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d48d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d49d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d4ad0, resolving: ('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataTLSA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748d4bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d4d10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e9950, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e9b10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e9c10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f1f50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f2110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f2210, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f2310, resolving: ('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataTXT", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f2410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f2550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76967bd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76967d90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76967e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77383e90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77384090, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77384190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74415d10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74415ed0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74415fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74832b90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74832d50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74832e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74832f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74848410, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748485d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748486d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748487d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fdc50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fde10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fdf10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fe010, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762d810, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762d9d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e3f10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74688110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74688210, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74688310, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74688410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74688550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74688650, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74688750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74688850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74857490, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74857650, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74857750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74857850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76903750, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76903910, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76903a10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76903b10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76903c10, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76903d50, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e769046d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76904890, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76904990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76904a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76904b90, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76919f50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691a110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691a210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691a310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691a410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76907910, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76907ad0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76907bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76907cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f0b90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f0d50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f0e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f7750, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f7910, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f7a10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f7b10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74894d10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74894ed0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74894fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748950d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ae550, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ae710, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ae810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ae910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c7d90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748c7f50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cc090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cc190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447cf10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447d0d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d5610, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d57d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d58d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d59d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744ea550, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744ea710, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f2e50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f3010, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f3110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f3210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76966cd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76966e90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76966f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76967090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76967190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769672d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694b690, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694b850, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694b950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686c990, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686cb50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686cc50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77396810, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773969d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768cf50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768d110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768d210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77395c10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77395dd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77395ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447da10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447dbd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7447dcd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76948110, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769482d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e769483d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694c2d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694c490, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694c590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76948d50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76948f10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76949010, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76949110, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76949210, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7683aa10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7683abd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7683acd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7683add0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7683aed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74416910, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74416ad0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76820450, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76820610, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76820710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76820810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76820910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76820a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76820b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76820c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76820d50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76820dd0, resolving: ('Replacement', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "Replacement", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('Replacement', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693b790, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693b950, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693ba50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693bb50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74630a10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74630bd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74630cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74630dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693aa90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693ac50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693ad50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693ae50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76857b90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76857d50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76857e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76857f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d2410, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d25d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d26d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d27d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d3150, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d3310, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d3410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d3510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768d3610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76890550, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76890710, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76890810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76890910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76891290, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76891450, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76891550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76891650, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76891750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76901bd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76901d90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76901e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76901f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76902910, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76902ad0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76902bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76902cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76902dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744762d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74476490, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74476590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74476690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74447b90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74447d50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74447e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74447f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74632790, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74632950, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74632a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74632b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74632c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74632d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776050d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77605290, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77605390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77605490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77672990, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77672b50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77672c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77672d50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77670290, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77670450, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77670550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77670650, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776077d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77607990, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77607a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77607b90, resolving: ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionZone", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74445490, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74445650, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74445750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74445850, resolving: ('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77635f10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776360d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776361d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776362d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77682d50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77682f10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77683010, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77683110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77680650, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77680810, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77680910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77680a10, resolving: ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionZone", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7731fc10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731fdd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731fed0, resolving: ('AAAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "AAAARecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AAAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77364850, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77364a10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77364b10, resolving: ('ALIASRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "ALIASRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ALIASRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7731f010, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731f1d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731f2d0, resolving: ('ARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "ARecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77365450, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77365610, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77365710, resolving: ('CAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "CAARecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CAARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77366050, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77366210, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77366310, resolving: ('CDNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "CDNSKEYRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CDNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77366c50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77366e10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77366f10, resolving: ('CDSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "CDSRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CDSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77367850, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77367a10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77367b10, resolving: ('CERTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "CERTRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CERTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77334490, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77334650, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77334750, resolving: ('CNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "CNAMERecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77335090, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77335250, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77335350, resolving: ('CSYNCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "CSYNCRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CSYNCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77335c90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77335e50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77335f50, resolving: ('DHCIDRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DHCIDRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DHCIDRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77336890, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77336a50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77336b50, resolving: ('DNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DNAMERecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DNAMERecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77337490, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77337650, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77337750, resolving: ('DNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DNSKEYRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DNSKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773740d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77374290, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77374390, resolving: ('DSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77374cd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77374e90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77374f90, resolving: ('IPSECKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "IPSECKEYRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('IPSECKEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773758d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77375a90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77375b90, resolving: ('KEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "KEYRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('KEYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773764d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77376690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77376790, resolving: ('KXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "KXRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('KXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773770d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77377290, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77377390, resolving: ('LOCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "LOCRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('LOCRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77377cd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77377e90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77377f90, resolving: ('MXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "MXRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('MXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77338910, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77338ad0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77338bd0, resolving: ('NAPTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "NAPTRRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('NAPTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77339510, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773396d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773397d0, resolving: ('NSAPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "NSAPRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('NSAPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77380d90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77380f50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77381050, resolving: ('NSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "NSRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('NSRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7733a110, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7733a2d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7733a3d0, resolving: ('POLICYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "POLICYRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('POLICYRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7733ad10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7733aed0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7733afd0, resolving: ('PTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PTRRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PTRRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7733b910, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7733bad0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7733bbd0, resolving: ('PXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PXRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PXRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77344550, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77344710, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77344810, resolving: ('RPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RPRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77345150, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77345310, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77345410, resolving: ('SPFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "SPFRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SPFRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77345d50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77345f10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77346010, resolving: ('SRVRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "SRVRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SRVRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77346950, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77346b10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77346c10, resolving: ('SSHFPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "SSHFPRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SSHFPRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77347550, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77347710, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77347810, resolving: ('TLSARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "TLSARecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('TLSARecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77380190, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77380350, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77380450, resolving: ('TXTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "TXTRecordData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('TXTRecordData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7682bb50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7682bd10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7682be10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7682bf10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7686c050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693dcd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693de90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693df90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7441b6d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7441b890, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7441b990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7467bdd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7467bf90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746300d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e2710, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e28d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e29d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e2ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e1a10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e1bd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e1cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e1dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e0410, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e05d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e0f10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e10d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7469ebd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7469ed90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7469ee90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7469ef90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7469f8d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7469fa90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744755d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74475790, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74475890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74475990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76810950, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76810b10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76810c10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76810d10, resolving: ('CustomerIPACL', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "CustomerIPACL", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CustomerIPACL', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74446e90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74447050, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74447150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74447250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e2f10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e30d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773e31d0, resolving: ('CustomerPrefData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "CustomerPrefData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('CustomerPrefData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773e32d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74477bd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74477d90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74477e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74477f90, resolving: ('HostStatFlagsData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "HostStatFlagsData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('HostStatFlagsData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776043d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77604590, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77604690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77604790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77671c90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77671e50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77671f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77672050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768f550, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768f710, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768f810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7768f910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77606ad0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77606c90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77606d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77606e90, resolving: ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionZone", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74444790, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74444950, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74444a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74444b50, resolving: ('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77635210, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776353d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776354d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776355d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77682050, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77682210, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77682310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77682410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77637910, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77637ad0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77637bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77637cd0, resolving: ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionZone", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7694ced0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694d090, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694d190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694d290, resolving: ('ZoneConfigOptionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "ZoneConfigOptionData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ZoneConfigOptionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7693d0d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693d290, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7693d390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694a990, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694ab50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694ac50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694ad50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ee450, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ee610, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ee710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e3410, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746e35d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74436a50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74436c10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74436d10, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74436e10, resolving: ('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataAAAA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataAAAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74436f10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74437050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74437150, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744502d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74450490, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74450590, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74450690, resolving: ('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataALIAS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataALIAS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74450790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744508d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744509d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445d210, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445d3d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445d4d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445d5d0, resolving: ('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7445d6d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445d810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7445d910, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76933f10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76938110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76938210, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76938310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76938410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76938550, resolving: ('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "AdvRedirectRuleData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('AdvRedirectRuleData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e769297d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76929990, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76929a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76929b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76929c90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76929dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76929ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76929fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7692a0d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7692a150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7692a290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744c9b10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744c9cd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744c9dd0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e744c9ed0, resolving: ('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCAA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCAA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744c9fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744ca110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744ca210, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744db350, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744db510, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744db610, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e744db710, resolving: ('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCDNSKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744db810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744db950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744dba50, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f0bd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f0d90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f0e90, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f0f90, resolving: ('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCDS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744f1090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f11d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744f12d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e2410, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e25d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e26d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e27d0, resolving: ('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCERT", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCERT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e744e28d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e2a10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744e2b10, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77407c50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77407e10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77407f10, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e77410050, resolving: ('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCNAME", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77410150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77410290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77410390, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ed4d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ed690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ed790, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ed890, resolving: ('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataCSYNC", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataCSYNC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774ed990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774edad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774edbd0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77659dd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77659f90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7765a090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7765a190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7765a290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cae90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cb050, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cb150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cb250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cb350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cb490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cb590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cb690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cb790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cb810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cb950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cba50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cbb50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cbc50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cbd50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cbe50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773cbf50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c4090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c4190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c61d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c6390, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c6490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c6590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c6690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c67d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c68d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c69d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c6ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c6b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c6c90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c6d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c6e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c6f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c7090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c7190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773c7290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768124d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76812690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76812790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76812890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76812990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76828150, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76828310, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76828410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76828510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76828610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76828750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743ed10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743eed0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743efd0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743f0d0, resolving: ('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDHCID", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDHCID', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7743f1d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743f310, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7743f410, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774f8590, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774f8750, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774f8850, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774f8950, resolving: ('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDNAME", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDNAME', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774f8a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774f8b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774f8c90, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77449dd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77449f90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7744a090, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7744a190, resolving: ('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDNSKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDNSKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7744a290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7744a3d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7744a4d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76962b10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76962cd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76962dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76962ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76962fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76963110, resolving: ('DNSSECKey', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DNSSECKey", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DNSSECKey', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f7550, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f7710, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f7810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f7910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f7a10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f7b50, resolving: ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFNode", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f7c50, resolving: ('DSFRuleset', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFRuleset", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFRuleset', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f7d50, resolving: ('NotifierLink', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "NotifierLink", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('NotifierLink', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746f7e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746f7ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e9890, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e9a50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e9b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e9c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e9d50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e9e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e9f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776ea090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776ea190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776ea210, resolving: ('DSFMonitorOptions', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFMonitorOptions", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFMonitorOptions', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776ea350, resolving: ('DSFMonitorEndpoint', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFMonitorEndpoint", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFMonitorEndpoint', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e1a10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e1bd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e1cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e1dd0, resolving: ('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFNode", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776e1ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776e2010, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776c3e90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b8090, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b8190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b8290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b8390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b84d0, resolving: ('ANYOneRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "ANYOneRData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ANYOneRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776b85d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b86d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b87d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b8850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b8990, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b8a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b8b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b8c90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b17d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b1990, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b1a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b1b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b1c90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b1dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b1ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b1fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b20d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b2150, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b2290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b2390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b2490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b2590, resolving: ('DSFRecord', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFRecord", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFRecord', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776b2690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776b2790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f7b90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f7d50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f7e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776f7f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77648090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776481d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776482d0, resolving: ('DSFRecordSet', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFRecordSet", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFRecordSet', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e776483d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776484d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464a1d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464a390, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464a490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464a590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464a690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464a7d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464a8d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464a9d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464aad0, resolving: ('DSFRecordSetFailoverChain', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFRecordSetFailoverChain", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFRecordSetFailoverChain', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7464ab50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464ac90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464ad90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7464ae90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746009d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74600b90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74600c90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74600d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74600e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74600fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746010d0, resolving: ('DSFCriteria', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFCriteria", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFCriteria', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746011d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746012d0, resolving: ('DSFResponsePool', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "DSFResponsePool", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('DSFResponsePool', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74601350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74601490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774cb610, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774cb7d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774cb8d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774cb9d0, resolving: ('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataDS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataDS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774cbad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774cbc10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774cbd10, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696fb90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696fd50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696fe50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7696ff50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76974090, resolving: ('ExtNSEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "ExtNSEntry", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ExtNSEntry', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e769741d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769742d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76847750, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76847910, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76847a10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76847b10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76847c10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76847d50, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76847e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76847f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76854090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76854110, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76854250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76854350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76854450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76854550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76854650, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76854750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76854850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76854950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76854a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76854b50, resolving: ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "MonitorData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768ce1d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ce390, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ce490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ce590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ce690, resolving: ('GSLBRegion', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "GSLBRegion", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GSLBRegion', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768ce7d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ce8d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ce9d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cead0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ceb50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cec90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768ced90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cee90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cef90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cf090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cf190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cf290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768cf390, resolving: ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "MonitorData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768dadd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768daf90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768db090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768db190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768db290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768db3d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768db4d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768db5d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768db6d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768db750, resolving: ('GSLBAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "GSLBAddress", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GSLBAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768e2150, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e2310, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e2410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e2510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e2610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e2750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e2850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e2950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e2a50, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768e2ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7468a0d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7468a290, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7468a390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7468a490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7468a590, resolving: ('GeoRegionGroup', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "GeoRegionGroup", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GeoRegionGroup', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7468a6d0, resolving: ('GeoNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "GeoNode", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('GeoNode', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7468a7d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ec150, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ec310, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ec410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ec510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ec610, resolving: ('ANYRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "ANYRData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ANYRData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746ec750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e746ec850, resolving: ('WeightData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "WeightData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('WeightData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746ec950, resolving: ('ServeCountData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "ServeCountData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('ServeCountData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746eca50, resolving: ('TTLData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "TTLData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('TTLData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e746ecad0, resolving: ('LabelData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "LabelData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('LabelData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7691e650, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691e810, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691e910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691ea10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691eb10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691ec50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7691ed50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77454e90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77455050, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77455150, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e77455250, resolving: ('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataIPSECKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataIPSECKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77455350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77455490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77455590, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76954790, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76954950, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76954a50, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e76954b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76954c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76954d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76954e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76954f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76955090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ba6d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ba890, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774ba990, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774baa90, resolving: ('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataKEY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataKEY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774bab90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774bacd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774badd0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77463f10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77498110, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77498210, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e77498310, resolving: ('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataKX", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataKX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77498410, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77498550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77498650, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e1790, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e1950, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e1a50, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e1b50, resolving: ('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataLOC", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataLOC', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774e1c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e1d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774e1e90, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768b3fd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689c1d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689c2d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689c3d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689c4d0, resolving: ('LoadBalanceAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "LoadBalanceAddress", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('LoadBalanceAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7689c610, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689c710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689c810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689c910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689c990, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689cad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689cbd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689ccd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689cdd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689ced0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689cfd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689d0d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689d1d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689d2d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689d3d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7689d4d0, resolving: ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "MonitorData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768931d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76893390, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76893490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76893590, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76893690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768937d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768938d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768939d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76893ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d2fd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d3190, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d3290, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d3390, resolving: ('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataMX", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataMX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e774d3490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d35d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e774d36d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74810850, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74810a10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74810b10, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74810c10, resolving: ('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataNAPTR", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataNAPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74810d10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74810e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74810f50, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74826090, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74826250, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74826350, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74826450, resolving: ('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataNSAP", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataNSAP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74826550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74826690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74826790, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731c2d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731c490, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731c590, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731c690, resolving: ('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataNS", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataNS', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7731c790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731c8d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731c9d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7731cad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764fbd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764fd90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764fe90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7764ff90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e776780d0, resolving: ('Recipient', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "Recipient", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('Recipient', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e77678210, resolving: ('Service', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "Service", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('Service', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748338d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74833a90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74833b90, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74833c90, resolving: ('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataPOLICY", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataPOLICY', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74833d90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74833ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74833fd0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74849150, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74849310, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74849410, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74849510, resolving: ('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataPTR", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataPTR', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74849610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74849750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74849850, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fe990, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748feb50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fec50, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fed50, resolving: ('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataPX", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataPX', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748fee50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748fef90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ff090, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762ef10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762f0d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762f1d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762f2d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762f3d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762f510, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762f610, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762f710, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762f810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762f890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7762f9d0, resolving: ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionZone", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74884210, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748843d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748844d0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748845d0, resolving: ('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataRP", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataRP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748846d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74884810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74884910, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f1790, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f1950, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f1a50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f1b50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f1c50, resolving: ('RTTMRegion', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RTTMRegion", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RTTMRegion', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768f1d90, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f1e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f1f90, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f2090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f2110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f2250, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f2350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f2450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f2550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f2650, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f2750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f2850, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f2950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e768f2a50, resolving: ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "MonitorData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e768f2b50, resolving: ('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "MonitorData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('MonitorData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76910650, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76910810, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76910910, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76910a10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76910b10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76910c50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76910d50, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76910e50, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76910f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76910fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76911110, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76911210, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76911310, resolving: ('RTTMAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RTTMAddress", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RTTMAddress', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e76913c90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76913e50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76913f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76918090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76918190, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769182d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769183d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769184d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e769185d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76918650, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735c4d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735c690, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735c790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735c890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735c990, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735cad0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735cbd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7735ccd0, resolving: ('RDataSOAUpdate', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataSOAUpdate", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataSOAUpdate', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74895a50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74895c10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74895d10, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e74895e10, resolving: ('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataSPF", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataSPF', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e74895f10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74896050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74896150, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748af290, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748af450, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748af550, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748af650, resolving: ('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataSRV", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataSRV', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748af750, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748af890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748af990, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ccb10, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cccd0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748ccdd0, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cced0, resolving: ('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataSSHFP", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataSSHFP', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748ccfd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cd110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748cd210, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74418fd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74419190, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e74419290, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74419390, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e74419490, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744195d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d6350, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d6510, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d6610, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d6710, resolving: ('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataTLSA", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataTLSA', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748d6810, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d6950, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748d6a50, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744eb090, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744eb250, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e744eb350, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744eb450, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744eb550, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744eb690, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744eb790, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e744eb890, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f3b90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f3d50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f3e50, resolving: ('long', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "long", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (long) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f3f50, resolving: ('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "RDataTXT", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('RDataTXT', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e748f4090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f41d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e748f42d0, resolving: ('int', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77397310, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773974d0, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773975d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773976d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773877d0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77387990, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e77387a90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77387b90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77387c90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77387dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77387ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77387fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77394110, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77394190, resolving: ('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionZone", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionZone', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773942d0, resolving: ('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "PermissionData", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('PermissionData', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e773943d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773944d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773945d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773946d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773947d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773948d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773949d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77394ad0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77394bd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77394cd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77394dd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77394ed0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e77394fd0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773950d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773951d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773952d0, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ecc50, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ece10, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e773ecf10, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76839bd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76839d90, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76839e90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76839f90, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7683a090, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76949b90, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76949d50, resolving: (int, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "int", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (int) +DEBUG:suds.xsd.sxbasic:Element:0x28e76949e50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e76949f50, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.sxbasic:Element:0x28e7694a050, resolving: ('string', 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e71d96d10" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e71d96d10, found builtin (string) +DEBUG:suds.xsd.query:('SessionLoginRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.query:('SessionLoginRequest', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.mx.core:processing: +(Content){ + tag = "fault_incompat" + value = 1 + type = + real = + } +DEBUG:suds.mx.core:appending parent: + +content: +(Content){ + tag = "fault_incompat" + value = 1 + type = + real = + } +DEBUG:suds.mx.literal:starting content: +(Content){ + tag = "fault_incompat" + value = 1 + type = + real = + } +DEBUG:suds.resolver:push: () + +DEBUG:suds.mx.literal:created - node: + +DEBUG:suds.mx.literal:ending content: +(Content){ + tag = "fault_incompat" + value = 1 + type = + real = + ancestry[] = + } +DEBUG:suds.resolver:pop: () + +DEBUG:suds.mx.core:processing: +(Content){ + tag = "user_name" + value = "" + type = + real = + } +DEBUG:suds.mx.core:appending parent: + +content: +(Content){ + tag = "user_name" + value = "" + type = + real = + } +DEBUG:suds.mx.literal:starting content: +(Content){ + tag = "user_name" + value = "" + type = + real = + } +DEBUG:suds.resolver:push: () + +DEBUG:suds.mx.literal:created - node: + +DEBUG:suds.mx.literal:ending content: +(Content){ + tag = "user_name" + value = "" + type = + real = + ancestry[] = + } +DEBUG:suds.resolver:pop: () + +DEBUG:suds.mx.core:processing: +(Content){ + tag = "customer_name" + value = "" + type = + real = + } +DEBUG:suds.mx.core:appending parent: + +content: +(Content){ + tag = "customer_name" + value = "" + type = + real = + } +DEBUG:suds.mx.literal:starting content: +(Content){ + tag = "customer_name" + value = "" + type = + real = + } +DEBUG:suds.resolver:push: () + +DEBUG:suds.mx.literal:created - node: + +DEBUG:suds.mx.literal:ending content: +(Content){ + tag = "customer_name" + value = "" + type = + real = + ancestry[] = + } +DEBUG:suds.resolver:pop: () + +DEBUG:suds.mx.core:processing: +(Content){ + tag = "password" + value = "" + type = + real = + } +DEBUG:suds.mx.core:appending parent: + +content: +(Content){ + tag = "password" + value = "" + type = + real = + } +DEBUG:suds.mx.literal:starting content: +(Content){ + tag = "password" + value = "" + type = + real = + } +DEBUG:suds.resolver:push: () + +DEBUG:suds.mx.literal:created - node: + +DEBUG:suds.mx.literal:ending content: +(Content){ + tag = "password" + value = "" + type = + real = + ancestry[] = + } +DEBUG:suds.resolver:pop: () + +DEBUG:suds.metrics:message for 'SessionLogin' created: 2 (ms) +DEBUG:suds.client:sending to (https://api2.dynect.net/SOAP/) +message: + + + + + + 1 + + + + + + +DEBUG:suds.client:headers = {'Content-Type': 'text/xml; charset=utf-8', 'SOAPAction': b'"https://api2.dynect.net/SOAP/"'} +DEBUG:suds.transport.http:sending: +URL: https://api2.dynect.net/SOAP/ +HEADERS: {'Content-Type': 'text/xml; charset=utf-8', 'SOAPAction': b'"https://api2.dynect.net/SOAP/"', 'Content-type': 'text/xml; charset=utf-8', 'Soapaction': b'"https://api2.dynect.net/SOAP/"'} +MESSAGE: +1 +DEBUG:suds.transport.http:received: +CODE: 200 +HEADERS: Server: nginx/1.10.3 (Ubuntu) +Date: Fri, 10 Mar 2023 17:53:22 GMT +Content-Type: text/xml; charset="UTF-8" +Content-Length: 939 +Connection: close + + +MESSAGE: +failureAPI-AERRORMISSING_DATAuser_name: required field missingAPI-AERRORMISSING_DATAcustomer_name: required field missingAPI-AERRORMISSING_DATApassword: required field missing +DEBUG:suds.metrics:waited 1.810 (seconds) on server reply +DEBUG:suds.client:Reply HTTP status - 200 +b'failureAPI-AERRORMISSING_DATAuser_name: required field missingAPI-AERRORMISSING_DATAcustomer_name: required field missingAPI-AERRORMISSING_DATApassword: required field missing' +DEBUG:suds.metrics:b'failureAPI-AERRORMISSING_DATAuser_name: required field missingAPI-AERRORMISSING_DATAcustomer_name: required field missingAPI-AERRORMISSING_DATApassword: required field missing' +sax duration: 0 (ms) +DEBUG:suds.xsd.query:('SessionLoginResponse', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7469f090, resolving: ('SessionLoginResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e6cf6a610" + ref[] = + "SessionLoginResponseType", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('SessionLoginResponseType', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.xsd.sxbasic:Element:0x28e7469f410, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e76d70890" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e76d70890, found builtin (string) +DEBUG:suds.umx.typed:reset +DEBUG:suds.xsd.sxbasic:Element:0x28e7469f410, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e76d70ad0" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e76d70ad0, found builtin (string) +DEBUG:suds.resolver:push: () + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.xsd.sxbasic:Element:0x28e7469f510, resolving: ('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/') + using:(TypeQuery){ + id = "TypeQuery:0x28e76d84450" + ref[] = + "messages", + "https://api2.dynect.net/wsdl/3.7.16/Dynect/", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.umx.typed:reset +DEBUG:suds.xsd.query:('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.resolver:push: () + +DEBUG:suds.resolver:searching parent () for (source) +DEBUG:suds.xsd.sxbasic:Element:0x28e741e7cd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e76d88350" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e76d88350, found builtin (string) +DEBUG:suds.resolver:push: () + + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.resolver:searching parent () for (lvl) +DEBUG:suds.xsd.sxbasic:Element:0x28e741e7ed0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e76d70ad0" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e76d70ad0, found builtin (string) +DEBUG:suds.resolver:push: () + + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.resolver:searching parent () for (err_cd) +DEBUG:suds.xsd.sxbasic:Element:0x28e741e7fd0, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e76d70ad0" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e76d70ad0, found builtin (string) +DEBUG:suds.resolver:push: () + + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.resolver:searching parent () for (info) +DEBUG:suds.xsd.sxbasic:Element:0x28e741fc110, resolving: (string, 'http://www.w3.org/2001/XMLSchema') + using:(TypeQuery){ + id = "TypeQuery:0x28e76d70ad0" + ref[] = + "string", + "http://www.w3.org/2001/XMLSchema", + history[] = + , + resolved = False + } +DEBUG:suds.xsd.query:TypeQuery:0x28e76d70ad0, found builtin (string) +DEBUG:suds.resolver:push: () + + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.umx.typed:reset +DEBUG:suds.xsd.query:('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.resolver:push: () + +DEBUG:suds.resolver:searching parent () for (source) +DEBUG:suds.resolver:push: () + + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.resolver:searching parent () for (lvl) +DEBUG:suds.resolver:push: () + + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.resolver:searching parent () for (err_cd) +DEBUG:suds.resolver:push: () + + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.resolver:searching parent () for (info) +DEBUG:suds.resolver:push: () + + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.umx.typed:reset +DEBUG:suds.xsd.query:('messages', 'https://api2.dynect.net/wsdl/3.7.16/Dynect/'), found as: +DEBUG:suds.resolver:push: () + +DEBUG:suds.resolver:searching parent () for (source) +DEBUG:suds.resolver:push: () + + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.resolver:searching parent () for (lvl) +DEBUG:suds.resolver:push: () + + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.resolver:searching parent () for (err_cd) +DEBUG:suds.resolver:push: () + + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.resolver:searching parent () for (info) +DEBUG:suds.resolver:push: () + + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.resolver:pop: () + +DEBUG:suds.metrics:method 'SessionLogin' invoked: 1.816 (seconds) +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2853275340432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2853275340432 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2853275340432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2853275340432 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2853358879248 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2853358879248 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2853358879248 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2853358879248 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2853358879248 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2853358879248 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2853358879248 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2853358879248 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 18:57:02.856059 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:57:02.856059 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:57:02.856059 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:57:02.856059 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2410581850320 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2410581850320 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2410581850320 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2410581850320 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2410640687568 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2410640687568 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2410640687568 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2410640687568 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2410640687952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2410640687952 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2410640687952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2410640687952 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 18:57:25.167352 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:57:25.167352 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:57:25.167352 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:57:25.168353 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1267942788752 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1267942788752 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1267942788752 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1267942788752 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1268029440464 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1268029440464 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1268029440464 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1268029440464 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1267936527952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1267936527952 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1267936527952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1267936527952 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 18:57:54.681375 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:57:54.682374 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:57:54.682374 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:57:54.682374 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-10 18:58:02.168774 : Security check : IP adresse '127.0.0.1' connected +DEBUG:suds.wsdl:reading WSDL at: https://lms.mysy-training.com/main/webservices/soap.php/WS.test ... +DEBUG:suds.transport.http:opening (https://lms.mysy-training.com/main/webservices/soap.php/WS.test) +INFO:root:2023-03-10 18:58:03.224116 : mysysoap -HTTP Error 404: Not Found - Line : 589 +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 18:58:03] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1818389117328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1818389117328 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1818389117328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1818389117328 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1818389234000 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1818389234000 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1818389234000 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1818389234000 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1818389234256 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 18:59:02.966184 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 18:59:02.966184 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 18:59:02.966184 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 18:59:02.966184 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1818389234256 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1818389234256 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1818389234256 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2190760906384 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2190760906384 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2190760906384 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2190760906384 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2190844477840 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2190844477840 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 19:00:49.400537 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:00:49.400537 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:00:49.400537 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:00:49.400537 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2190844477840 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2190844477840 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2190769860432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2190769860432 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2190769860432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2190769860432 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 19:01:30.270275 : Security check : IP adresse '127.0.0.1' connected +DEBUG:suds.wsdl:reading WSDL at: https://lms.mysy-training.com/main/webservices/soap.php/ ... +DEBUG:suds.transport.http:opening (https://lms.mysy-training.com/main/webservices/soap.php/) +INFO:root:2023-03-10 19:01:31.309581 : mysysoap -HTTP Error 404: Not Found - Line : 589 +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 19:01:31] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 3097905593680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3097905593680 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3097905593680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3097905593680 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 3097905676944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3097905676944 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 3097905676944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3097905676944 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 3097909127248 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3097909127248 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3097909127248 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3097909127248 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 19:02:15.633866 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:02:15.633866 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:02:15.633866 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:02:15.633866 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-10 19:02:18.178830 : Security check : IP adresse '127.0.0.1' connected +DEBUG:suds.wsdl:reading WSDL at: https://lms.mysy-training.com/main/webservices/soap.php ... +DEBUG:suds.transport.http:opening (https://lms.mysy-training.com/main/webservices/soap.php) +INFO:root:2023-03-10 19:02:19.471367 : mysysoap -:77:13: not well-formed (invalid token) - Line : 589 +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 19:02:19] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2339359424272 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2339359424272 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2339359424272 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2339359424272 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2339359507088 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2339359507088 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 19:06:17.699046 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:06:17.699046 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:06:17.699046 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:06:17.699046 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2339359507088 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2339359507088 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2339345405072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2339345405072 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2339345405072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2339345405072 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2683040883024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2683040883024 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2683040883024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2683040883024 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2683354353168 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2683354353168 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 19:07:12.824647 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:07:12.824647 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:07:12.824647 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:07:12.824647 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2683354353168 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2683354353168 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2683041090640 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2683041090640 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2683041090640 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2683041090640 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 3099351191184 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3099351191184 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3099351191184 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3099351191184 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 3099365310736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3099365310736 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 19:07:26.620847 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:07:26.620847 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:07:26.620847 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:07:26.620847 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 3099365310736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3099365310736 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 3098987629520 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3098987629520 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3098987629520 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3098987629520 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 19:07:26.982438 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 19:07:28] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1751118390288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1751118390288 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1751118390288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1751118390288 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1751414571600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1751414571600 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1751414571600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1751414571600 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1751417987728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1751417987728 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1751417987728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1751417987728 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 19:08:09.307199 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:08:09.308201 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:08:09.308201 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:08:09.308201 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-10 19:08:17.404074 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 19:08:17] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2771301564624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2771301564624 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2771301564624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2771301564624 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2771301499280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2771301499280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2771301499280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2771301499280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2771301499664 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2771301499664 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2771301499664 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2771301499664 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 19:09:36.723262 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:09:36.723262 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:09:36.723262 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:09:36.723262 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1890199154256 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1890199154256 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1890199154256 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1890199154256 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1890199156816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1890199156816 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 19:33:17.612899 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:33:17.612899 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:33:17.612899 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:33:17.612899 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1890199156816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1890199156816 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1889887894992 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1889887894992 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1889887894992 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1889887894992 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1844263151312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1844263151312 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1844263151312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1844263151312 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1844263469520 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1844263469520 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1844263469520 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1844263469520 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1844264313872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1844264313872 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1844264313872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1844264313872 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 19:33:58.413869 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:33:58.413869 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:33:58.413869 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:33:58.413869 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-10 19:33:58.881175 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1844266494096 +DEBUG:zeep.transports:Loading remote data from: http://www.soapclient.com/xml/soapresponder.wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.soapclient.com/xml/soapresponder.wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.soapclient.com/xml/soapresponder.wsdl' +DEBUG:zeep.xsd.schema:Add document with tns http://www.SoapClient.com/xml/SoapResponder.xsd to schema 1844266494096 +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://www.SoapClient.com/xml/SoapResponder.wsdl}Method1 +DEBUG:zeep.wsdl.wsdl:Adding message: {http://www.SoapClient.com/xml/SoapResponder.wsdl}Method1Response +DEBUG:zeep.wsdl.wsdl:Adding port: {http://www.SoapClient.com/xml/SoapResponder.wsdl}SoapResponderPortType +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://www.SoapClient.com/xml/SoapResponder.wsdl}SoapResponderBinding +DEBUG:zeep.wsdl.wsdl:Adding service: SoapResponder +INFO:root:2023-03-10 19:34:00.871090 : mysysoap -Service has no operation 'WS' - Line : 609 +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 19:34:00] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2133971116944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2133971116944 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2133971116944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2133971116944 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2133971387280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2133971387280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2133971387280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2133971387280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2133973952592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2133973952592 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2133973952592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2133973952592 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 19:34:41.387641 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:34:41.387641 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:34:41.387641 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:34:41.387641 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2916918682960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2916918682960 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2916918682960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2916918682960 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2916918968720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2916918968720 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2916918968720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2916918968720 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2916920021968 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2916920021968 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2916920021968 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2916920021968 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 19:35:09.342140 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:35:09.342140 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:35:09.342140 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:35:09.342140 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-10 19:35:09.702187 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2916924194064 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2916924194064 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2916924194064 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-10 19:35:11.710116 : mysysoap -Invalid tag name 'user_id[]' - Line : 608 +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 19:35:11] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2270184268688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2270184268688 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2270184268688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2270184268688 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2270184555152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2270184555152 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2270184555152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2270184555152 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2270184555536 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2270184555536 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2270184555536 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2270184555536 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 19:41:22.731655 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:41:22.731655 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:41:22.731655 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:41:22.731655 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2281541347408 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2281541347408 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2281541347408 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2281541347408 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2281541681680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2281541681680 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 19:42:12.224110 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:42:12.224110 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:42:12.224110 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:42:12.224110 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2281541681680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2281541681680 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2281546407952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2281546407952 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2281546407952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2281546407952 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2919463592720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2919463592720 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2919463592720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2919463592720 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2919463862864 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2919463862864 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 19:42:43.129416 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:42:43.129416 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:42:43.129416 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:42:43.129416 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2919463862864 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2919463862864 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2919368976976 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2919368976976 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2919368976976 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2919368976976 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2037586995792 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2037586995792 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2037586995792 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2037586995792 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2037587329296 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2037587329296 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2037587329296 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2037587329296 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2037587329616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2037587329616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2037587329616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2037587329616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 19:43:24.015141 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 19:43:24.015141 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 19:43:24.015141 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 19:43:24.015141 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1449965005072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1449965005072 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1449965005072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1449965005072 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1449965007632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1449965007632 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 20:13:10.073300 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 20:13:10.073300 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 20:13:10.073300 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 20:13:10.073300 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1449965007632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1449965007632 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1449872785936 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1449872785936 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1449872785936 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1449872785936 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2069641290064 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2069641290064 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2069641290064 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2069641290064 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2069948152720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2069948152720 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 20:13:17.727291 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 20:13:17.727291 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 20:13:17.727291 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 20:13:17.727291 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2069948152720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2069948152720 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2069948152592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2069948152592 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2069948152592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2069948152592 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1522934360848 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1522934360848 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1522934360848 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1522934360848 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1522934694736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1522934694736 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 20:55:17.101886 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 20:55:17.101886 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 20:55:17.101886 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 20:55:17.101886 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1522934694736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1522934694736 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1522935557136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1522935557136 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1522935557136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1522935557136 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2377950571984 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2377950571984 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2377950571984 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2377950571984 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2377950905232 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2377950905232 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 20:55:43.620218 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 20:55:43.620218 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 20:55:43.620218 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 20:55:43.620218 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2377950905232 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2377950905232 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2377952289424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2377952289424 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2377952289424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2377952289424 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1946864025552 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1946864025552 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1946864025552 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1946864025552 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1946953662992 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1946953662992 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 20:55:58.398851 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 20:55:58.398851 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 20:55:58.398851 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 20:55:58.399359 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1946953662992 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1946953662992 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1946953664656 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1946953664656 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1946953664656 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1946953664656 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 20:56:13.276202 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 20:56:13] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2340466076944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2340466076944 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2340466076944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2340466076944 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2340466410128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2340466410128 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 20:58:15.531475 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 20:58:15.531475 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 20:58:15.532478 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 20:58:15.532478 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2340466410128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2340466410128 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2340467746000 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2340467746000 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2340467746000 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2340467746000 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2917548828688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2917548828688 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2917548828688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2917548828688 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2917549163344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2917549163344 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 20:58:42.721317 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 20:58:42.721317 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 20:58:42.721317 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 20:58:42.721317 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2917549163344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2917549163344 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2917549163216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2917549163216 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2917549163216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2917549163216 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1790069629904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1790069629904 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1790069629904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1790069629904 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1790069916240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1790069916240 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 20:58:59.275301 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 20:58:59.276301 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 20:58:59.276301 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 20:58:59.276301 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1790069916240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1790069916240 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1790069916496 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1790069916496 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1790069916496 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1790069916496 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2931391144720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2931391144720 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2931391144720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2931391144720 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2931391415312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2931391415312 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 20:59:21.652332 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 20:59:21.653418 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 20:59:21.653418 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 20:59:21.653418 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2931391415312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2931391415312 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2931392637776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2931392637776 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2931392637776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2931392637776 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 20:59:21.945411 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 20:59:22] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2115601051216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2115601051216 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2115601051216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2115601051216 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2115601384336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2115601384336 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 20:59:56.058966 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 20:59:56.058966 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 20:59:56.058966 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 20:59:56.058966 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2115601384336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2115601384336 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2115518303760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2115518303760 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2115518303760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2115518303760 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 20:59:56.292239 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 20:59:56] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2239648638736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2239648638736 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2239648638736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2239648638736 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2239648973648 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2239648973648 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 21:00:53.736014 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 21:00:53.736014 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 21:00:53.736014 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 21:00:53.736014 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2239648973648 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2239648973648 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2239648973776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2239648973776 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2239648973776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2239648973776 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 21:01:05.494738 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 21:01:05] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:root:2023-03-10 21:01:13.182100 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 21:01:13] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2738478294096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2738478294096 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2738478294096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2738478294096 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2738478218384 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2738478218384 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 21:03:17.290452 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 21:03:17.290452 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 21:03:17.290452 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 21:03:17.290452 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2738478218384 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2738478218384 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2738478218384 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2738478218384 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2738478218384 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2738478218384 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-10 21:03:17.528370 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [10/Mar/2023 21:03:17] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1847771783504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1847771783504 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1847771783504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1847771783504 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1848073662928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1848073662928 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-10 21:03:50.387680 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-10 21:03:50.387680 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-10 21:03:50.387680 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-10 21:03:50.387680 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1848073662928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1848073662928 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1848073995280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1848073995280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1848073995280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1848073995280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2114225349904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2114225349904 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2114225349904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2114225349904 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2114225274192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2114225274192 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 18:49:23.993555 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 18:49:23.994556 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 18:49:23.994556 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 18:49:23.994556 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2114225274192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2114225274192 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2114225274192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2114225274192 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2114225274192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2114225274192 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1945209548560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1945209548560 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1945209548560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1945209548560 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1945209881040 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1945209881040 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 18:49:32.643358 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 18:49:32.643358 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 18:49:32.644361 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 18:49:32.644361 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1945209881040 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1945209881040 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1945213798096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1945213798096 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1945213798096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1945213798096 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 18:49:32.863458 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 18:49:32] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 18:49:32.869470 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1945132612624 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 1945132612624 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 18:49:33] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2476126645008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2476126645008 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2476126645008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2476126645008 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2476126647184 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2476126647184 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 18:50:14.195143 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 18:50:14.195143 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 18:50:14.195143 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 18:50:14.195143 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2476126647184 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2476126647184 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2477838286288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2477838286288 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2477838286288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2477838286288 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1979148807760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1979148807760 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1979148807760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1979148807760 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1979149140496 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1979149140496 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 18:53:14.111119 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 18:53:14.111119 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 18:53:14.111119 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 18:53:14.112119 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1979149140496 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1979149140496 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1979149141136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1979149141136 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1979149141136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1979149141136 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2412926873040 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2412926873040 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2412926873040 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2412926873040 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2412927205776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2412927205776 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 18:53:41.468504 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 18:53:41.468504 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 18:53:41.468504 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 18:53:41.468504 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2412927205776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2412927205776 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2412923227792 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2412923227792 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2412923227792 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2412923227792 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2532696334928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2532696334928 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2532696334928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2532696334928 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2532696605328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2532696605328 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 18:54:17.773331 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 18:54:17.774130 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 18:54:17.774130 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 18:54:17.774130 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2532696605328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2532696605328 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2532696605520 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2532696605520 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2532696605520 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2532696605520 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 18:54:28.133408 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 18:54:28] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 18:54:28.142403 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2532700737936 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 2532700737936 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2532701097808 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2532701097808 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2532701097808 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 18:54:29.624221 : mysysoap -Invalid tag name 'user_id[]' - Line : 649 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 18:54:29] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:root:2023-03-11 19:30:53.539377 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 19:30:53] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 19:30:53.548367 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2532717559248 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 2532717559248 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2532717696912 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2532717696912 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2532717696912 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 19:30:54.355808 : mysysoap -Invalid tag name 'user_id[]' - Line : 649 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 19:30:54] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2513771571216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2513771571216 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2513771571216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2513771571216 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2513771905296 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2513771905296 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 19:45:01.849538 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 19:45:01.849538 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 19:45:01.849538 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 19:45:01.849538 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2513771905296 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2513771905296 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2513771346320 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2513771346320 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2513771346320 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2513771346320 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 19:46:38.197594 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 19:46:38] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 19:46:38.204609 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2513771918032 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 2513771918032 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2513776385104 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2513776385104 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2513776385104 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 19:46:39.695155 : mysysoap -Invalid tag name 'user_id[]' - Line : 659 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 19:46:39] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1531197139792 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1531197139792 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1531197139792 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1531197139792 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1531197141648 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1531197141648 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 19:47:08.717438 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 19:47:08.717438 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 19:47:08.717438 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 19:47:08.717438 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1531197141648 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1531197141648 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1531201392016 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1531201392016 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1531201392016 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1531201392016 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2168197653584 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2168197653584 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2168197653584 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2168197653584 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2168197956240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2168197956240 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 19:47:29.395359 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 19:47:29.395359 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 19:47:29.396363 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 19:47:29.396363 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2168197956240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2168197956240 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2168198612368 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2168198612368 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2168198612368 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2168198612368 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2324794061776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2324794061776 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2324794061776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2324794061776 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2324794393296 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2324794393296 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 19:47:50.178111 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 19:47:50.178111 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 19:47:50.178111 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 19:47:50.178111 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2324794393296 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2324794393296 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2324714465616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2324714465616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2324714465616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2324714465616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 19:47:50.386291 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 19:47:50] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 19:47:50.393302 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2324794638992 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 2324794638992 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2324798867216 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2324798867216 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2324798867216 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 19:47:51.930180 : mysysoap -Invalid tag name 'user_id[]' - Line : 659 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 19:47:51] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2402659216976 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2402659216976 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2402659216976 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2402659216976 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2402659550096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2402659550096 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 19:56:08.356795 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 19:56:08.356795 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 19:56:08.356795 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 19:56:08.356795 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2402659550096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2402659550096 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2402655468944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2402655468944 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2402655468944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2402655468944 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 19:56:10.821066 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 19:56:10] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 19:56:10.829066 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2402661650640 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 2402661650640 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2402661917072 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2402661917072 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2402661917072 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 19:56:12.351701 : mysysoap -Invalid tag name 'user_id[]' - Line : 659 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 19:56:12] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2503688465424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2503688465424 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2503688465424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2503688465424 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2503688798672 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2503688798672 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 19:56:57.463194 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 19:56:57.463194 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 19:56:57.463934 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 19:56:57.463934 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2503688798672 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2503688798672 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2503388731792 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2503388731792 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2503388731792 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2503388731792 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 19:56:57.673086 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 19:56:57] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 19:56:57.680085 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2503688810448 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 2503688810448 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2503693263632 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2503693263632 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2503693263632 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 19:56:59.204754 : mysysoap -Invalid tag name 'user_id[]' - Line : 659 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 19:56:59] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1638771599632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1638771599632 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1638771599632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1638771599632 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1638771933648 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1638771933648 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 20:03:54.501123 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 20:03:54.502126 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 20:03:54.502126 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 20:03:54.502126 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1638771933648 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1638771933648 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1638772202960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1638772202960 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1638772202960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1638772202960 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2437584138000 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2437584138000 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2437584138000 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2437584138000 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2437584470672 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2437584470672 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:19:21.058845 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:19:21.058845 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:19:21.058845 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:19:21.058845 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2437584470672 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2437584470672 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2437561153168 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2437561153168 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2437561153168 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2437561153168 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:19:43.957709 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:19:43] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:19:43.968707 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2437588688144 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 2437588688144 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2437584527696 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2437584527696 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2437584527696 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 21:19:45.313106 : mysysoap -Invalid tag name 'user_id[]' - Line : 659 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:19:45] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1950156760592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1950156760592 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1950156760592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1950156760592 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1950157062672 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1950157062672 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:20:24.799346 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:20:24.800346 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:20:24.800346 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:20:24.800346 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1950157062672 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1950157062672 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1950136761616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1950136761616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1950136761616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1950136761616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:20:24.983088 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:20:24] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:20:24.990091 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1950159133328 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 1950159133328 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1950159430736 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 1950159430736 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 1950159430736 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 21:20:26.236767 : mysysoap -Invalid tag name 'user_id[]' - Line : 659 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:20:26] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2262351358608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2262351358608 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2262351358608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2262351358608 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2262351692624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2262351692624 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:20:57.135374 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:20:57.135374 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:20:57.135374 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:20:57.135374 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2262351692624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2262351692624 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2262256552528 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2262256552528 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2262256552528 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2262256552528 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:20:57.317727 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:20:57] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:20:57.323717 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2262351706320 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 2262351706320 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2262354061968 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2262354061968 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2262354061968 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 21:20:58.622902 : mysysoap -Invalid tag name 'user_id[]' - Line : 659 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:20:58] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2077303908688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2077303908688 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2077303908688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2077303908688 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2077304242704 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2077304242704 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:23:48.666322 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:23:48.666322 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:23:48.666322 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:23:48.666322 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2077304242704 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2077304242704 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2077308163152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2077308163152 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2077308163152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2077308163152 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2604115714384 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2604115714384 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2604115714384 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2604115714384 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2604421943696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2604421943696 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:24:19.795656 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:24:19.795656 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:24:19.795656 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:24:19.795656 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2604421943696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2604421943696 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2604421943696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2604421943696 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2604421943696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2604421943696 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:24:25.119127 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:24:25] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:24:25.124131 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2604424385296 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 2604424385296 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2604424744912 +INFO:root:2023-03-11 21:24:26.314019 : mysysoap -[Errno 2] No such file or directory: 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\\n\n\n\n \n \n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:restriction>\n <\\xsd:complexContent>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:restriction>\n <\\xsd:complexContent>\n <\\xsd:complexType>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:restriction>\n <\\xsd:complexContent>\n <\\xsd:complexType>\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:restriction>\n <\\xsd:complexContent>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:restriction>\n <\\xsd:complexContent>\n <\\xsd:complexType>\n \n \n \n \n \n \n \n \n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:restriction>\n <\\xsd:complexContent>\n <\\xsd:complexType>\n \n \n \n \n \n \n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:restriction>\n <\\xsd:complexContent>\n <\\xsd:complexType>\n \n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:restriction>\n <\\xsd:complexContent>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n \n \n \n \n \n \n <\\xsd:all>\n <\\xsd:complexType>\n<\\xsd:schema>\n<\\types>\n<\\message>\n\n <\\message>\n\n \n \n <\\message>\n<\\message>\n\n \n <\\message>\n\n <\\message>\n\n \n \n <\\message>\n<\\message>\n\n \n <\\message>\n\n <\\message>\n\n \n \n <\\message>\n<\\message>\n\n \n <\\message>\n\n <\\message>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n <\\message>\n\n <\\message>\n\n \n <\\message>\n\n <\\message>\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n <\\message>\n<\\message>\n\n \n <\\message>\n\n <\\message>\n\n \n \n <\\message>\n<\\message>\n\n \n <\\message>\n\n <\\message>\n\n \n \n \n \n \n \n \n \n \n \n <\\message>\n\n <\\message>\n\n \n <\\message>\n\n <\\message>\n\n \n \n \n \n \n \n \n \n \n \n \n \n <\\message>\n<\\message>\n\n \n \n <\\message>\n\n <\\message>\n\n \n \n \n \n \n <\\message>\n<\\message>\n\n \n \n \n \n <\\message>\n<\\message>\n\n \n \n <\\message>\n\n <\\message>\n\n \n \n \n \n \n <\\message>\n<\\message>\n\n \n \n \n \n \n \n \n \n \n \n \n \n <\\message>\n\n <\\message>\n\n \n \n <\\message>\n<\\message>\n\n \n \n \n \n \n \n \n \n \n \n \n \n <\\message>\n<\\message>\n\n \n \n \n \n <\\message>\n<\\message>\n\n \n \n \n \n <\\message>\n<\\message>\n\n \n \n \n \n \n \n <\\message>\n<\\message>\n\n \n \n \n \n \n \n <\\message>\n<\\message>\n\n \n \n \n \n <\\message>\n<\\message>\n\n \n \n \n \n <\\message>\n<\\message>\n\n \n \n <\\message>\n\n <\\message>\n\n \n \n \n \n <\\message>\n\n <\\message>\n\n \n \n \n \n \n \n <\\message>\n\n <\\message>\n\n \n \n \n \n \n <\\message>\n\n <\\message>\n\n \n \n \n \n <\\message>\n\n <\\message>\n\n \n \n \n \n \n <\\message>\n\n <\\message>\n\n \n \n \n \n \n <\\message>\n\n <\\message>\n\n \n \n \n \n \n \n <\\message>\n\n <\\message>\n\n \n \n \n \n \n \n <\\message>\n\n <\\message>\n<\\message>\n\n <\\message>\n\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n Delete a course in chamilo<\\documentation>\n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n \n \n \n <\\operation>\n<\\portType>\n\n \n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n \n \n <\\input>\n <\\output>\n <\\operation>\n<\\binding>\n\n \n \n <\\port>\n<\\service>\n<\\definitions>' - Line : 660 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:24:26] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1461471033616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1461471033616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1461471033616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1461471033616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1461471363600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1461471363600 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:25:21.344865 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:25:21.344865 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:25:21.344865 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:25:21.344865 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1461471363600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1461471363600 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1461471363856 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1461471363856 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1461471363856 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1461471363856 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:25:24.291027 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:25:24] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:25:24.295017 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1461471377168 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 1461471377168 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1461475840144 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 1461475840144 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 1461475840144 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 21:25:25.576038 : mysysoap -Invalid tag name 'user_id[]' - Line : 660 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:25:25] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2312766924048 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2312766924048 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2312766924048 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2312766924048 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2312766926032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2312766926032 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:31:38.119442 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:31:38.119442 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:31:38.119442 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:31:38.119442 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2312766926032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2312766926032 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2312766667344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2312766667344 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2312766667344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2312766667344 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1634225054032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1634225054032 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1634225054032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1634225054032 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1634312011472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1634312011472 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:31:54.677184 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:31:54.677184 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:31:54.677184 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:31:54.677184 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1634312011472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1634312011472 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1634312011344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1634312011344 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1634312011344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1634312011344 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 3028490298896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3028490298896 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3028490298896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3028490298896 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 3028490601104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3028490601104 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:32:22.691436 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:32:22.691436 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:32:22.691436 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:32:22.691436 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 3028490601104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3028490601104 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 3028493977808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3028493977808 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3028493977808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3028493977808 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2578520091280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2578520091280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2578520091280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2578520091280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2578520424848 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2578520424848 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:32:47.817139 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:32:47.818150 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:32:47.818150 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:32:47.818150 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2578520424848 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2578520424848 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2578204300688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2578204300688 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2578204300688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2578204300688 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1633840150672 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1633840150672 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1633840150672 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1633840150672 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1633840480784 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1633840480784 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:33:10.503743 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:33:10.503743 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:33:10.503743 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:33:10.503743 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1633840480784 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1633840480784 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1633844354640 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1633844354640 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1633844354640 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1633844354640 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:33:27.242833 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:33:27] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:33:27.248823 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1633844358160 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 1633844358160 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1633844296912 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 1633844296912 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 1633844296912 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 21:33:28.714593 : mysysoap -Invalid tag name 'user_id[]' - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:33:28] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2615008438672 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2615008438672 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2615008438672 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2615008438672 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2615008441168 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2615008441168 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:34:06.916111 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:34:06.916111 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:34:06.916111 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:34:06.916111 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2615008441168 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2615008441168 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2614927668560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2614927668560 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2614927668560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2614927668560 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:34:07.093641 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:34:07] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:34:07.099638 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2615008783760 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 2615008783760 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +INFO:root:2023-03-11 21:34:08.120672 : mysysoap -Settings.__init__() got an unexpected keyword argument 'user_id' - Line : 659 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:34:08] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1563975624848 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1563975624848 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1563975624848 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1563975624848 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1563975959696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1563975959696 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:34:43.040820 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:34:43.041822 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:34:43.041822 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:34:43.041822 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1563975959696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1563975959696 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1563660982608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1563660982608 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1563660982608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1563660982608 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:34:43.554417 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:34:43] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:34:43.559424 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1563975970512 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 1563975970512 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1563980430416 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 1563980430416 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 1563980430416 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 21:34:45.152993 : mysysoap -Invalid tag name 'user_id[]' - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:34:45] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2291123234768 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2291123234768 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2291123234768 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2291123234768 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2291123236752 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2291123236752 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:37:36.014583 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:37:36.014583 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:37:36.015587 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:37:36.015587 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2291123236752 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2291123236752 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2291026197456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2291026197456 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2291026197456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2291026197456 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1542737768656 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1542737768656 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1542737768656 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1542737768656 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1542737678160 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1542737678160 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:38:24.258326 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:38:24.258326 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:38:24.258326 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:38:24.258326 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1542737678160 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1542737678160 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1542737678160 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1542737678160 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1542737678160 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1542737678160 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:38:24.444050 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:38:24] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:38:24.449564 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1542738115472 +DEBUG:zeep.transports:Loading remote data from: http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.wsdl.wsdl:Creating definition for http://www.dneonline.com/calculator.asmx?WSDL +DEBUG:zeep.xsd.schema:Init schema document for 'http://www.dneonline.com/calculator.asmx?WSDL' +DEBUG:zeep.xsd.schema:Add document with tns http://tempuri.org/ to schema 1542738115472 +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Add', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}AddResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Subtract', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}SubtractResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Multiply', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}MultiplyResponse', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}Divide', )>) +DEBUG:zeep.xsd.schema:register_element('{http://tempuri.org/}DivideResponse', )>) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}AddSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}SubtractSoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}MultiplySoapOut +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapIn +DEBUG:zeep.wsdl.wsdl:Adding message: {http://tempuri.org/}DivideSoapOut +DEBUG:zeep.wsdl.wsdl:Adding port: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap +DEBUG:zeep.wsdl.wsdl:Adding binding: {http://tempuri.org/}CalculatorSoap12 +DEBUG:zeep.wsdl.wsdl:Adding service: Calculator +DEBUG:zeep.transports:HTTP Post to http://www.dneonline.com/calculator.asmx: + +35 +DEBUG:zeep.transports:HTTP Response from http://www.dneonline.com/calculator.asmx (status: 200): +8 +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1542740487632 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 1542740487632 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 1542740487632 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 21:38:26.000018 : mysysoap -Invalid tag name 'user_id[]' - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:38:26] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2600224581072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2600224581072 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2600224581072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2600224581072 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2600224900176 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2600224900176 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:39:15.264983 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:39:15.264983 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:39:15.264983 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:39:15.264983 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2600224900176 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2600224900176 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2600224339728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2600224339728 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2600224339728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2600224339728 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:39:15.464391 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:39:15] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:39:15.470391 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2600224914768 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2600224914768 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2600224914768 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 21:39:16.705498 : mysysoap -Invalid tag name 'user_id[]' - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:39:16] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1591126434896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1591126434896 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1591126434896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1591126434896 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1591126737872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1591126737872 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:47:56.317320 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:47:56.317320 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:47:56.317320 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:47:56.317320 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-11 21:47:56.494514 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:47:56] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:47:56.500516 : Security check : IP adresse '127.0.0.1' connected +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1591126737872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1591126737872 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1591126737872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1591126737872 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1591126737872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1591126737872 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1591131064080 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 1591131064080 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 1591131064080 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 21:47:57.294051 : mysysoap -Invalid tag name 'user_id[]' - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:47:57] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 3146443536336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3146443536336 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3146443536336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3146443536336 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 3146443866448 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3146443866448 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:48:44.718418 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:48:44.719450 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:48:44.719450 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:48:44.719450 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 3146443866448 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3146443866448 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 3146445086992 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3146445086992 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3146445086992 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3146445086992 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:48:44.905854 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:48:44] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:48:44.910852 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 3146144797200 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 3146144797200 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 3146144797200 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 21:48:45.911943 : mysysoap -Invalid tag name 'user_id[]' - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:48:45] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2571604734096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2571604734096 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2571604734096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2571604734096 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2571604736592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2571604736592 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:50:50.782958 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:50:50.782958 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:50:50.782958 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:50:50.782958 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2571604736592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2571604736592 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2571605068944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2571605068944 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2571605068944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2571605068944 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:50:53.871153 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:50:53] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:50:53.875155 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2571258093200 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2571258093200 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2571258093200 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserResponse +INFO:root:2023-03-11 21:50:54.807888 : mysysoap -Invalid tag name 'user_create[]' - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:50:54] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2870337775312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2870337775312 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2870337775312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2870337775312 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2870337777744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2870337777744 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:53:50.982138 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:53:50.982138 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:53:50.982138 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:53:50.983126 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2870337777744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2870337777744 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2870337778064 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2870337778064 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2870337778064 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2870337778064 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:53:51.575321 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:53:51] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:53:51.580315 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2870342251664 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2870342251664 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2870342251664 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testResponse +DEBUG:zeep.wsdl.wsdl:Adding port: {urn:WSService}WSServicePortType +DEBUG:zeep.wsdl.wsdl:Adding binding: {urn:WSService}WSServiceBinding +DEBUG:zeep.wsdl.wsdl:Adding service: WSService +INFO:root:2023-03-11 21:53:52.820028 : mysysoap -Empty tag name - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:53:52] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1353293639120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1353293639120 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1353293639120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1353293639120 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1353293641424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1353293641424 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:55:02.140345 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:55:02.140345 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:55:02.140345 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:55:02.140345 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1353293641424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1353293641424 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1353275768080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1353275768080 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1353275768080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1353275768080 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:55:02.334019 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:55:02] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:55:02.339019 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1353293983888 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 1353293983888 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 1353293983888 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testResponse +DEBUG:zeep.wsdl.wsdl:Adding port: {urn:WSService}WSServicePortType +DEBUG:zeep.wsdl.wsdl:Adding binding: {urn:WSService}WSServiceBinding +INFO:root:2023-03-11 21:55:03.212663 : mysysoap -Invalid tag name 'tns:WSServiceBinding' - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:55:03] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2118618867600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2118618867600 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2118618867600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2118618867600 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2118619185616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2118619185616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:57:42.774025 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:57:42.774025 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:57:42.774025 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:57:42.774025 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2118619185616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2118619185616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2118275602768 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2118275602768 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2118275602768 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2118275602768 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:57:42.958848 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:57:42] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:57:42.963829 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2118623104208 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2118623104208 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2118623104208 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testResponse +DEBUG:zeep.wsdl.wsdl:Adding port: {urn:WSService}WSServicePortType +DEBUG:zeep.wsdl.wsdl:Adding binding: {urn:WSService}WSServiceBinding +DEBUG:zeep.wsdl.wsdl:Adding service: WSService +INFO:root:2023-03-11 21:57:43.802918 : mysysoap -Empty tag name - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:57:43] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2074445493136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2074445493136 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2074445493136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2074445493136 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2074445824336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2074445824336 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 21:59:12.431937 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 21:59:12.431937 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 21:59:12.431937 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 21:59:12.431937 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2074445824336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2074445824336 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2074375683472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2074375683472 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2074375683472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2074375683472 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 21:59:12.614070 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:59:12] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 21:59:12.620049 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2074361641104 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2074361641104 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2074361641104 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testResponse +DEBUG:zeep.wsdl.wsdl:Adding port: {urn:WSService}WSServicePortType +DEBUG:zeep.wsdl.wsdl:Adding binding: {urn:WSService}WSServiceBinding +DEBUG:zeep.wsdl.wsdl:Adding service: WSService +INFO:root:2023-03-11 21:59:13.450818 : mysysoap -Empty tag name - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 21:59:13] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1583414129744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1583414129744 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1583414129744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1583414129744 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1583414460944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1583414460944 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 22:00:30.672529 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 22:00:30.672529 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 22:00:30.672529 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 22:00:30.672529 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1583414460944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1583414460944 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1583418381584 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1583418381584 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1583418381584 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1583418381584 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 22:00:30.853195 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:00:30] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 22:00:30.858233 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1583114911696 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 1583114911696 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 1583114911696 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testResponse +DEBUG:zeep.wsdl.wsdl:Adding port: {urn:WSService}WSServicePortType +DEBUG:zeep.wsdl.wsdl:Adding binding: {urn:WSService}WSServiceBinding +DEBUG:zeep.wsdl.wsdl:Adding service: WSService +INFO:root:2023-03-11 22:00:31.738680 : mysysoap -Empty tag name - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:00:31] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2828555137616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2828555137616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2828555137616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2828555137616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2828555469328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2828555469328 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 22:01:23.472606 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 22:01:23.472606 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 22:01:23.472606 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 22:01:23.472606 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2828555469328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2828555469328 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2828551388944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2828551388944 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2828551388944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2828551388944 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 22:01:23.662588 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:01:23] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 22:01:23.668587 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2828555482704 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2828555482704 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2828555482704 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testResponse +DEBUG:zeep.wsdl.wsdl:Adding port: {urn:WSService}WSServicePortType +DEBUG:zeep.wsdl.wsdl:Adding binding: {urn:WSService}WSServiceBinding +DEBUG:zeep.wsdl.wsdl:Adding service: WSService +INFO:root:2023-03-11 22:01:24.515769 : mysysoap -Empty tag name - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:01:24] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2876750717264 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2876750717264 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2876750717264 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2876750717264 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2877065330128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2877065330128 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 22:02:08.222534 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 22:02:08.222534 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 22:02:08.222534 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 22:02:08.222534 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2877065330128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2877065330128 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2877065330128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2877065330128 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2877065330128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2877065330128 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 22:02:08.406573 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:02:08] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 22:02:08.411572 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2876756186192 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2876756186192 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2876756186192 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testResponse +DEBUG:zeep.wsdl.wsdl:Adding port: {urn:WSService}WSServicePortType +DEBUG:zeep.wsdl.wsdl:Adding binding: {urn:WSService}WSServiceBinding +DEBUG:zeep.wsdl.wsdl:Adding service: WSService +INFO:root:2023-03-11 22:02:09.250986 : mysysoap -Empty tag name - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:02:09] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2232368375952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2232368375952 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2232368375952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2232368375952 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2232368710288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2232368710288 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 22:03:46.451047 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 22:03:46.451047 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 22:03:46.451047 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 22:03:46.451047 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2232368710288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2232368710288 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2232292833808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2232292833808 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2232292833808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2232292833808 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 22:03:46.634176 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:03:46] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 22:03:46.639194 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2232372636944 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2232372636944 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2232372636944 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testResponse +DEBUG:zeep.wsdl.wsdl:Adding port: {urn:WSService}WSServicePortType +DEBUG:zeep.wsdl.wsdl:Adding binding: {urn:WSService}WSServiceBinding +DEBUG:zeep.wsdl.wsdl:Adding service: WSService +INFO:root:2023-03-11 22:03:47.478187 : mysysoap -Empty tag name - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:03:47] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2083435981328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2083435981328 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2083435981328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2083435981328 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2083436315152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2083436315152 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 22:05:09.361326 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 22:05:09.361326 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 22:05:09.361326 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 22:05:09.361326 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2083436315152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2083436315152 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2083435757328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2083435757328 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2083435757328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2083435757328 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 22:05:09.540071 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:05:09] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 22:05:09.545053 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2083438387920 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2083438387920 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2083438387920 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EnableUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DeleteUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.CreateUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUserResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.EditUsersResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.DeleteCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.CreateCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.ListCoursesResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.SubscribeUserToCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.UnsubscribeUserFromCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.GetCourseDescriptionsResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSCourse.EditCourseDescriptionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.CreateSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.DeleteSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.EditSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeUserToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeUserFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeTeacherToSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeTeacherFromSessionCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.SubscribeCourseToSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSSession.UnsubscribeCourseFromSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnPlatformResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnCourseInSessionResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetTimeSpentOnLearnpathInCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathsByCourseResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathProgressResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathHighestLessonLocationResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathScoreSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.GetLearnpathStatusSingleItemResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSReport.testResponse +DEBUG:zeep.wsdl.wsdl:Adding port: {urn:WSService}WSServicePortType +DEBUG:zeep.wsdl.wsdl:Adding binding: {urn:WSService}WSServiceBinding +INFO:root:2023-03-11 22:05:10.892333 : mysysoap -Invalid tag name 'tns:WSReport.testResponse' - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:05:10] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1595977116496 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1595977116496 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1595977116496 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1595977116496 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1595977118928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1595977118928 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 22:06:14.823537 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 22:06:14.823537 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 22:06:14.824524 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 22:06:14.824524 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1595977118928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1595977118928 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1595978313104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1595978313104 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1595978313104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1595978313104 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 22:06:18.209416 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:06:18] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 22:06:18.214435 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1595978676304 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 1595978676304 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 1595978676304 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 22:06:19.128267 : mysysoap -Invalid tag name 'user_id[]' - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:06:19] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1871877384592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1871877384592 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1871877384592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1871877384592 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1871877718544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1871877718544 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 22:07:57.492671 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 22:07:57.492671 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 22:07:57.492671 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 22:07:57.492671 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1871877718544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1871877718544 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1871802141264 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1871802141264 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1871802141264 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1871802141264 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 22:07:57.678347 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:07:57] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 22:07:57.684349 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1871879545360 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 1871879545360 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 1871879545360 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 22:07:58.520974 : mysysoap -Invalid tag name 'user_id[]' - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:07:58] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2205879249232 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2205879249232 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2205879249232 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2205879249232 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2205879583120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2205879583120 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-11 22:08:30.890915 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-11 22:08:30.890915 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-11 22:08:30.890915 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-11 22:08:30.890915 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2205879583120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2205879583120 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2205790141712 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2205790141712 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2205790141712 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2205790141712 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-11 22:08:31.072308 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:08:31] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-11 22:08:31.077297 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2205879857744 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2205879857744 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2205879857744 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-11 22:08:31.897992 : mysysoap -Invalid tag name 'user_id[]' - Line : 664 +INFO:werkzeug:127.0.0.1 - - [11/Mar/2023 22:08:31] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1663522219152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1663522219152 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1663522219152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1663522219152 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1663522222096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1663522222096 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-13 10:53:13.376243 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-13 10:53:13.376243 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-13 10:53:13.376243 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-13 10:53:13.376243 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1663522222096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1663522222096 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1663433185040 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1663433185040 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1663433185040 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1663433185040 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1897295931024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1897295931024 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1897295931024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1897295931024 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1897295933584 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1897295933584 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-13 10:53:20.935697 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-13 10:53:20.935697 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-13 10:53:20.935697 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-13 10:53:20.935697 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1897295933584 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1897295933584 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1897295933904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1897295933904 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1897295933904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1897295933904 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-13 10:53:35.400826 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [13/Mar/2023 10:53:35] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-13 10:53:35.406825 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 1897296263248 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 1897296263248 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 1897296263248 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-13 10:53:36.225395 : mysysoap -Invalid tag name 'user_id[]' - Line : 664 +INFO:werkzeug:127.0.0.1 - - [13/Mar/2023 10:53:36] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\zeep\\utils.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2957464971536 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2957464971536 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2957464971536 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2957464971536 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2957464973456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2957464973456 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-13 10:54:04.730679 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-13 10:54:04.730679 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-13 10:54:04.730679 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-13 10:54:04.730679 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2957464973456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2957464973456 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2957465627600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2957465627600 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2957465627600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2957465627600 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-13 10:54:04.930284 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [13/Mar/2023 10:54:04] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-13 10:54:04.935284 : Security check : IP adresse '127.0.0.1' connected +DEBUG:zeep.xsd.schema:Init schema document for None +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}string', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}boolean', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}decimal', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}float', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}double', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}duration', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}dateTime', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}time', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}date', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gYear', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gDay', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}gMonth', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}hexBinary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}base64Binary', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyURI', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}QName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NOTATION', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}normalizedString', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}token', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}language', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}Name', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}NCName', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ID', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREF', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}IDREFS', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITY', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}integer', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}long', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}int', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}short', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}byte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anyType', ) +DEBUG:zeep.xsd.schema:register_type('{http://www.w3.org/2001/XMLSchema}anySimpleType', ) +DEBUG:zeep.xsd.schema:register_element('{http://www.w3.org/2001/XMLSchema}schema', ) +DEBUG:zeep.xsd.schema:Add document with tns http://www.w3.org/2001/XMLSchema to schema 2957132347984 +DEBUG:zeep.transports:Loading remote data from: https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.wsdl.wsdl:Creating definition for https://lms.mysy-training.com/main/webservices/soap.php?wsdl +DEBUG:zeep.xsd.schema:Init schema document for 'https://lms.mysy-training.com/main/webservices/soap.php?wsdl' +DEBUG:zeep.xsd.schema:Add document with tns urn:WSService to schema 2957132347984 +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/soap/encoding/' (missing schemaLocation) +DEBUG:zeep.xsd.visitor:Ignoring import statement for namespace 'http://schemas.xmlsoap.org/wsdl/' (missing schemaLocation) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extras', ) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.transports:Loading remote data from: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.schema:Init schema document for 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:Add document with tns http://schemas.xmlsoap.org/soap/encoding/ to schema 2957132347984 +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}root', )>)>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}commonAttributes', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}arrayCoordinate', )>) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}arrayType', )>) +DEBUG:zeep.xsd.visitor:Auto importing missing known schema: http://schemas.xmlsoap.org/soap/encoding/ +DEBUG:zeep.xsd.visitor:Returning existing schema: 'http://schemas.xmlsoap.org/soap/encoding/' +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}offset', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayAttributes', ) +DEBUG:zeep.xsd.schema:register_attribute('{http://schemas.xmlsoap.org/soap/encoding/}position', )>) +DEBUG:zeep.xsd.schema:register_attribute_group('{http://schemas.xmlsoap.org/soap/encoding/}arrayMemberAttributes', ) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Array', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Array', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_group('{http://schemas.xmlsoap.org/soap/encoding/}Struct', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Struct', ) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64', )>) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}duration', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}duration', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}dateTime', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NOTATION', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}time', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}time', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}date', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}date', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYearMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gYear', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gYear', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonthDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gDay', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gDay', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}gMonth', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}boolean', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}boolean', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}base64Binary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}hexBinary', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}float', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}float', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}double', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}double', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}anyURI', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}QName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}QName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}string', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}string', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}normalizedString', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}token', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}token', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}language', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}language', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}Name', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}Name', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKEN', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NCName', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NCName', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}NMTOKENS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ID', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ID', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREF', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITY', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}IDREFS', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}ENTITIES', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}decimal', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}decimal', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}integer', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}integer', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonPositiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}negativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}long', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}long', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}int', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}int', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}short', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}short', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}byte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}byte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}nonNegativeInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedLong', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedInt', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedShort', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}unsignedByte', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', )>) +DEBUG:zeep.xsd.schema:register_type('{http://schemas.xmlsoap.org/soap/encoding/}positiveInteger', ) +DEBUG:zeep.xsd.schema:register_element('{http://schemas.xmlsoap.org/soap/encoding/}anyType', )>) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}extra_field', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}user_edit_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_create_result_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}course_description_array', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}session_id', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}progress_result', ) +DEBUG:zeep.xsd.schema:register_type('{urn:WSService}score_result', ) +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.xsd.schema:Resolving in schema +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WS.testResponse +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserRequest +DEBUG:zeep.wsdl.wsdl:Adding message: {urn:WSService}WSUser.DisableUserResponse +INFO:root:2023-03-13 10:54:05.703633 : mysysoap -Invalid tag name 'user_id[]' - Line : 664 +INFO:werkzeug:127.0.0.1 - - [13/Mar/2023 10:54:05] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2695169979216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2695169979216 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2695169979216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2695169979216 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2695170310480 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2695170310480 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2695170310480 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2695170310480 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2696951769936 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2696951769936 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2696951769936 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2696951769936 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1315091918544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1315091918544 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1315091918544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1315091918544 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1315091853968 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1315091853968 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1315091853968 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1315091853968 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1314997669968 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1314997669968 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1314997669968 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1314997669968 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2205861455504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2205861455504 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2205861455504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2205861455504 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2205861457936 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2205861457936 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2205861457936 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2205861457936 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2205529903376 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2205529903376 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2205529903376 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2205529903376 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1973414447568 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1973414447568 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1973414447568 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1973414447568 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1973414691280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1973414691280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1973414691280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1973414691280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1973339923920 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1973339923920 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1973339923920 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1973339923920 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2054917114192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2054917114192 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2054917114192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2054917114192 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2054917116752 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2054917116752 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-13 11:20:03.156458 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-13 11:20:03.156458 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-13 11:20:03.156458 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-13 11:20:03.156458 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2054917116752 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2054917116752 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2054604736080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2054604736080 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2054604736080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2054604736080 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2063524874512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2063524874512 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2063524874512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2063524874512 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2063525118928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2063525118928 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-13 11:20:10.694188 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-13 11:20:10.695189 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-13 11:20:10.695189 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-13 11:20:10.695189 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2063525118928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2063525118928 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2063451199312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2063451199312 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2063451199312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2063451199312 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-13 11:20:13.019590 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [13/Mar/2023 11:20:13] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-13 11:20:13.025579 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-13 11:20:13.980712 : mysysoap -HTTPConnectionPool(host='wsf.cdyne.com', port=80): Max retries exceeded with url: /WeatherWS/Weather.asmx?WSDL (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) - Line : 669 +INFO:werkzeug:127.0.0.1 - - [13/Mar/2023 11:20:13] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2010546620688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2010546620688 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2010546620688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2010546620688 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2010546864720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2010546864720 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-13 11:21:51.240674 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-13 11:21:51.241672 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-13 11:21:51.241672 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-13 11:21:51.241672 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2010546864720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2010546864720 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2010548507664 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +DEBUG:filelock:Lock 2010548507664 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2010548507664 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2010548507664 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-13 11:21:55.849942 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [13/Mar/2023 11:21:55] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-13 11:21:55.858468 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-13 11:21:56.666546 : mysysoap -HTTPConnectionPool(host='wsf.cdyne.com', port=80): Max retries exceeded with url: /WeatherWS/Weather.asmx?WSDL (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) - Line : 669 +INFO:werkzeug:127.0.0.1 - - [13/Mar/2023 11:21:56] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2303692818576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2303692818576 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2303692818576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2303692818576 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2303692821136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2303692821136 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-13 11:23:17.005986 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-13 11:23:17.005986 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-13 11:23:17.005986 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-13 11:23:17.005986 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2303692821136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2303692821136 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2303694206608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2303694206608 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2303694206608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2303694206608 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-13 11:23:17.346791 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [13/Mar/2023 11:23:17] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-13 11:23:17.354785 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [13/Mar/2023 11:23:17] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 3052506105616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3052506105616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3052506105616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3052506105616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 3052506108112 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3052506108112 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 3052506108112 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-13 11:26:22.123463 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-13 11:26:22.123463 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-13 11:26:22.123463 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-13 11:26:22.123463 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 3052506108112 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 3052180056592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3052180056592 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3052180056592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3052180056592 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2366355721040 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2366355721040 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2366355721040 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2366355721040 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2366355723024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2366355723024 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-13 11:26:35.023467 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-13 11:26:35.023467 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-13 11:26:35.023467 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-13 11:26:35.023467 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2366355723024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2366355723024 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2366020752272 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2366020752272 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2366020752272 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2366020752272 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2624018106128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2624018106128 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2624018106128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2624018106128 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2624018108816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2624018108816 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-13 11:27:25.053416 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-13 11:27:25.053416 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-13 11:27:25.053416 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-13 11:27:25.053416 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2624018108816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2624018108816 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2623931474640 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2623931474640 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2623931474640 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2623931474640 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-13 11:27:31.987728 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [13/Mar/2023 11:27:31] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-13 11:27:31.993293 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [13/Mar/2023 11:27:32] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2431397409808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2431397409808 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2431397409808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2431397409808 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2431693541392 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2431693541392 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-13 11:28:30.950536 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-13 11:28:30.950536 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-13 11:28:30.950536 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-13 11:28:30.950536 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-13 11:28:31.138084 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [13/Mar/2023 11:28:31] "GET /myclass/api/mysysoap HTTP/1.1" 308 - +INFO:root:2023-03-13 11:28:31.157087 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [13/Mar/2023 11:28:31] "GET /myclass/api/mysysoap/ HTTP/1.1" 200 - +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2431693541392 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2431693541392 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2431376373072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2431376373072 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2431376373072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2431376373072 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2113218989456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2113218989456 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2113218989456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2113218989456 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2113219248848 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2113219248848 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2113219248848 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2113219248848 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2113219248848 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2113219248848 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2113219248848 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2113219248848 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-14 19:07:48.889935 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-14 19:07:48.889935 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-14 19:07:48.889935 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-14 19:07:48.889935 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 3057051668560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3057051668560 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3057051668560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3057051668560 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 3057051943504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3057051943504 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-14 19:07:56.824364 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-14 19:07:56.824364 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-14 19:07:56.824364 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-14 19:07:56.824364 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 3057051943504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3057051943504 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 3057051943888 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +DEBUG:filelock:Lock 3057051943888 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3057051943888 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3057051943888 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-14 19:07:57.039203 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [14/Mar/2023 19:07:57] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-14 19:07:57.047196 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [14/Mar/2023 19:07:57] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +DEBUG:filelock:Attempting to acquire lock 2904482812048 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2904482812048 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2904482812048 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2904482812048 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2904482814608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2904482814608 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 10:49:32.647304 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 10:49:32.648305 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 10:49:32.648305 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 10:49:32.648305 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2904482814608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2904482814608 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2904484486352 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2904484486352 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2904484486352 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2904484486352 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2745366646864 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2745366646864 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2745366646864 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2745366646864 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2745366648720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2745366648720 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2745366648720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 10:49:41.879526 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 10:49:41.880527 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 10:49:41.880527 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 10:49:41.880527 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2745366648720 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2745057031632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2745057031632 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2745057031632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2745057031632 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 10:50:54.678073 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 10:50:54] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 10:50:54.689076 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 10:50:54] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1524827328592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1524827328592 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1524827328592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1524827328592 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1524827331216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1524827331216 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 11:11:07.534687 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 11:11:07.534687 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 11:11:07.534687 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 11:11:07.534687 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1524827331216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1524827331216 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1524827826768 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1524827826768 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1524827826768 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1524827826768 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1565899002512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1565899002512 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1565899002512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1565899002512 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1565899005136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1565899005136 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1565899005136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 11:12:27.801844 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 11:12:27.802846 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 11:12:27.802846 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 11:12:27.802846 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1565899005136 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1565608372432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1565608372432 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1565608372432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1565608372432 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 11:12:28.015641 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 11:12:28] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 11:12:28.021652 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 11:12:28] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\GlobalVariable.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1322777220560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1322777220560 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1322777220560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1322777220560 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1322777222480 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1322777222480 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 11:33:11.478786 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 11:33:11.478786 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 11:33:11.479787 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 11:33:11.479787 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1322777222480 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1322777222480 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1322778020880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1322778020880 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1322778020880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1322778020880 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2769374844624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2769374844624 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2769374844624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2769374844624 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2769374847312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2769374847312 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 11:33:20.776918 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 11:33:20.777928 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 11:33:20.777928 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 11:33:20.777928 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2769374847312 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2769374847312 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2769374635984 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2769374635984 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2769374635984 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2769374635984 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 11:33:51.837975 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 11:33:51] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 11:33:51.845984 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-15 11:33:52.592666 : mysylmsdb -'str' object cannot be interpreted as an integer - Line : 692 +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 11:33:52] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2162864868944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2162864868944 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2162864868944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2162864868944 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2162864870736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2162864870736 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 11:34:31.273704 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 11:34:31.273704 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 11:34:31.273704 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 11:34:31.273704 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2162864870736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:filelock:Lock 2162864870736 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2162778808784 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2162778808784 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2162778808784 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2162778808784 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 11:34:34.240349 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 11:34:34] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 11:34:34.247344 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 11:34:34] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2182123762576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2182123762576 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2182123762576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2182123762576 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2182143990032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2182143990032 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 11:35:12.873473 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 11:35:12.873473 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 11:35:12.873473 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 11:35:12.873473 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2182143990032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2182143990032 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2182144469776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2182144469776 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2182144469776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2182144469776 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 11:42:37.779669 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 11:42:37] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 11:42:37.788654 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 11:42:37] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\GlobalVariable.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1989973545808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1989973545808 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1989973545808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1989973545808 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1989973819920 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1989973819920 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 11:43:20.461002 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 11:43:20.462007 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 11:43:20.462007 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 11:43:20.462007 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1989973819920 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +DEBUG:filelock:Lock 1989973819920 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1989973675600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1989973675600 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1989973675600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1989973675600 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 11:43:31.188292 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 11:43:31] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 11:43:31.195303 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 11:43:31] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2058099529488 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2058099529488 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2058099529488 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2058099529488 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2058099531728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2058099531728 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2058099531728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2058099531728 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:13:58.360726 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:13:58.360726 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:13:58.360726 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:13:58.360726 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to acquire lock 2058100279504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2058100279504 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2058100279504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2058100279504 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1289510113616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1289510113616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1289510113616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1289510113616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1289510116176 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1289510116176 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 15:14:11.230704 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 1289510116176 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:14:11.230704 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:14:11.231696 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:14:11.231696 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1289510116176 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1289504171280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1289504171280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1289504171280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1289504171280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1815959212432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1815959212432 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1815959212432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1815959212432 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1815959214800 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1815959214800 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 15:14:57.021119 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:14:57.021119 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +DEBUG:filelock:Attempting to release lock 1815959214800 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:14:57.021119 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:14:57.022119 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1815959214800 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1815881553936 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1815881553936 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1815881553936 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1815881553936 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2893127782864 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2893127782864 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2893127782864 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2893127782864 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2893127785680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2893127785680 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 15:15:55.334150 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:15:55.334150 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:15:55.334150 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:15:55.334150 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2893127785680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2893127785680 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2893126069136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2893126069136 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2893126069136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2893126069136 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2565871761616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2565871761616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2565871761616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2565871761616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2566185998480 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2566185998480 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 15:17:34.313124 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:17:34.313124 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:17:34.313124 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:17:34.313124 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2566185998480 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +DEBUG:filelock:Lock 2566185998480 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2566185998736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2566185998736 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2566185998736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2566185998736 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2230474936528 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2230474936528 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2230474936528 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2230474936528 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2230474939024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2230474939024 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2230474939024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:23:48.583898 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:23:48.583898 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:23:48.584896 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:23:48.584896 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2230474939024 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2230471110224 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2230471110224 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2230471110224 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2230471110224 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2302341190352 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2302341190352 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2302341190352 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2302341190352 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2302341192976 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2302341192976 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2302341192976 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:23:56.727479 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:23:56.727479 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:23:56.727479 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:23:56.727479 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2302341192976 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2302341941904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2302341941904 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2302341941904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2302341941904 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2094300581072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2094300581072 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2094300581072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2094300581072 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2094300583824 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2094300583824 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 15:28:09.790984 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:28:09.790984 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:28:09.790984 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:28:09.790984 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2094300583824 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2094300583824 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2094269025488 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2094269025488 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2094269025488 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2094269025488 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1965326768016 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1965326768016 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1965326768016 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1965326768016 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1965326770576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1965326770576 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 15:28:51.310839 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:28:51.310839 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:28:51.310839 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:28:51.310839 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1965326770576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1965326770576 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1965245875536 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:filelock:Lock 1965245875536 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1965245875536 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1965245875536 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1733901850256 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1733901850256 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1733901850256 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1733901850256 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1733901853328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1733901853328 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 15:33:31.657989 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:33:31.657989 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:33:31.657989 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:33:31.657989 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1733901853328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1733901853328 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1733904702736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1733904702736 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1733904702736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1733904702736 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:33:56.156947 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:33:56] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:33:56.163969 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-15 15:33:56.721809 : mysylmsdb -'NoneType' object has no attribute 'keys' - Line : 696 +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:33:56] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2407074010256 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2407074010256 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2407074010256 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2407074010256 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2407074013136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2407074013136 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2407074013136 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:34:49.256200 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:34:49.256200 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:34:49.256200 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:34:49.256200 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2407074013136 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2406992879120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2406992879120 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2406992879120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2406992879120 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 15:34:49.438796 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:34:49] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:34:49.444307 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-15 15:34:50.028488 : mysylmsdb -'NoneType' object has no attribute 'keys' - Line : 698 +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:34:50] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2083532739984 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2083532739984 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2083532739984 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2083532739984 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2083533013648 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2083533013648 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2083533013648 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:35:25.458634 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:35:25.458634 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:35:25.458634 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:35:25.458634 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2083533013648 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2083536534032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2083536534032 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2083536534032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2083536534032 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1915934643024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1915934643024 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1915934643024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1915934643024 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1915934917200 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1915934917200 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1915934917200 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:36:09.697179 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:36:09.697179 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:36:09.697179 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:36:09.697179 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1915934917200 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1915945884112 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1915945884112 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1915945884112 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1915945884112 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 15:36:09.881394 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:36:09] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:36:09.887389 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-15 15:36:10.476710 : mysylmsdb -'prefixe' - Line : 702 +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:36:10] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:root:2023-03-15 15:37:00.985843 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:37:00] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:37:00.991858 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:37:01] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1901742168208 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1901742168208 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1901742168208 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1901742168208 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1901742170128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1901742170128 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 15:37:38.125030 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:37:38.125030 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:37:38.126039 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +DEBUG:filelock:Attempting to release lock 1901742170128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:37:38.127032 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1901742170128 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1901673326096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1901673326096 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1901673326096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1901673326096 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 15:37:38.307421 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:37:38] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:37:38.313416 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:37:38] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\GlobalVariable.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1427331781456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1427331781456 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1427331781456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1427331781456 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1427332055760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1427332055760 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 15:38:36.717201 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:38:36.717201 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:38:36.717201 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:38:36.717201 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1427332055760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1427332055760 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1427244848336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1427244848336 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1427244848336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1427244848336 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:41:11.472775 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:41:11] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:41:11.477772 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:41:11] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:root:2023-03-15 15:42:18.821610 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:42:18] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:42:18.826629 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:42:18] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:root:2023-03-15 15:42:58.654335 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:42:58] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:42:58.660862 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:42:58] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2676367200592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2676367200592 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2676367200592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2676367200592 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2676367203152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2676367203152 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 15:43:50.880064 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:43:50.880064 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:43:50.881076 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:43:50.881076 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2676367203152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2676367203152 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2676048816656 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2676048816656 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2676048816656 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2676048816656 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:44:04.316785 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:44:04] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:44:04.321797 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:44:04] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2724126691664 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2724126691664 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2724126691664 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2724126691664 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2724126966288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2724126966288 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 15:45:28.931926 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:45:28.931926 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +DEBUG:filelock:Attempting to release lock 2724126966288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:45:28.932920 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:45:28.932920 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2724126966288 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2724049014608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2724049014608 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2724049014608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2724049014608 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 15:45:41.605122 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:45:41] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:45:41.611655 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:45:41] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:root:2023-03-15 15:45:56.140065 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:45:56] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:45:56.144085 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:45:56] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2183098176592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2183098176592 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2183098176592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2183098176592 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2183098179280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2183098179280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 15:47:34.704766 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:47:34.705762 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:47:34.705762 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:47:34.705762 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to release lock 2183098179280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2183098179280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2183098708688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2183098708688 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2183098708688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2183098708688 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 15:47:34.888579 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:47:34] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:47:34.894581 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-15 15:47:35.503069 : mysylmsdb -myprint() takes from 0 to 1 positional arguments but 2 were given - Line : 737 +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:47:35] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2008964305872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2008964305872 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2008964305872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2008964305872 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2008964579984 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2008964579984 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 15:48:29.830826 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:48:29.830826 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:48:29.830826 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +DEBUG:filelock:Attempting to release lock 2008964579984 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:48:29.831525 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2008964579984 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2008964197392 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2008964197392 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2008964197392 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2008964197392 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 15:48:30.010397 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:48:30] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:48:30.016475 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-15 15:48:30.064582 : Impossible de créer l'utilisateur LMS Duplicate entry 'username_102' for key 'UNIQ_8D93D649F85E0677' +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:48:30] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 500 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2544093533968 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2544093533968 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2544093533968 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2544093533968 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2544093536784 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2544093536784 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 15:49:13.618144 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:49:13.618144 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:49:13.618144 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:49:13.618144 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 15:49:13.795198 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:49:13] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:49:13.800202 : Security check : IP adresse '127.0.0.1' connected +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2544093536784 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2544093536784 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2544107435344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2544107435344 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2544107435344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2544107435344 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:49:13.829796 : Impossible de créer l'utilisateur LMS {IntegrityError("Duplicate entry 'username_102' for key 'UNIQ_8D93D649F85E0677'")} +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:49:13] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2552213706192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2552213706192 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2552213706192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2552213706192 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2552213980048 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2552213980048 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2552213980048 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2552213980048 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2552213980176 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2552213980176 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2552213980176 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2552213980176 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:53:36.702443 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:53:36.702443 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:53:36.702443 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:53:36.702443 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1798244570896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1798244570896 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1798244570896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1798244570896 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1798244573584 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1798244573584 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 15:54:20.855304 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:54:20.855304 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:54:20.856305 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:54:20.856305 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1798244573584 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1798244573584 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1798242839888 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1798242839888 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1798242839888 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1798242839888 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2382895946128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2382895946128 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2382895946128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2382895946128 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2382895948048 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2382895948048 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 15:54:35.603525 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:54:35.603525 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:54:35.603525 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:54:35.603525 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2382895948048 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2382895948048 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2382819113104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2382819113104 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2382819113104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:filelock:Lock 2382819113104 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2132528501840 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2132528501840 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2132528501840 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2132528501840 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2132531382096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2132531382096 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 15:55:07.018035 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:55:07.018035 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:55:07.018035 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:55:07.018035 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2132531382096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2132531382096 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2132531382224 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2132531382224 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2132531382224 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2132531382224 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2418129148240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2418129148240 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2418129148240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2418129148240 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2418129150736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2418129150736 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 15:56:55.964990 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:56:55.964990 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:56:55.964990 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:56:55.964990 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2418129150736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2418129150736 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2418127414608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2418127414608 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2418127414608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2418127414608 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\GlobalVariable.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2451883856720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2451883856720 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2451883856720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2451883856720 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2451883859216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2451883859216 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 15:57:06.046597 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 2451883859216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:57:06.047601 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:57:06.047601 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:57:06.047601 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2451883859216 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2451884568848 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2451884568848 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2451884568848 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2451884568848 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 15:57:06.232691 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:57:06] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:57:06.237681 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-15 15:57:06.825166 : mysylmsdb -Strings must be encoded before hashing - Line : 700 +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:57:06] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1710615074640 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1710615074640 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1710615074640 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1710615074640 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1710615076624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1710615076624 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 15:57:50.975786 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:57:50.975786 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:57:50.975786 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:57:50.975786 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to release lock 1710615076624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1710615076624 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1710613358928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1710613358928 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1710613358928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1710613358928 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 15:57:51.154346 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:57:51] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:57:51.160880 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-15 15:57:51.719924 : mysylmsdb -Strings must be encoded before hashing - Line : 700 +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:57:51] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2236768491344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2236768491344 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2236768491344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2236768491344 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2236768780880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2236768780880 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 15:59:02.088747 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 2236768780880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:59:02.089769 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:59:02.089769 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:59:02.089769 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2236768780880 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2236768781008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2236768781008 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2236768781008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2236768781008 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 15:59:02.270257 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:59:02] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:59:02.275232 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-15 15:59:02.307659 : Impossible de créer l'utilisateur LMS {OperationalError("Unknown column 'a923cfbbb1d2b74bd58d77bf1fcb0494a1fd7da7' in 'field list'")} +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:59:02] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2050539296528 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2050539296528 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2050539296528 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2050539296528 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2050539299216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2050539299216 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 15:59:53.734055 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 15:59:53.734055 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 15:59:53.734055 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 15:59:53.734055 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2050539299216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2050539299216 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2050460196432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2050460196432 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2050460196432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2050460196432 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 15:59:53.915584 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:59:53] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 15:59:53.920600 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 15:59:53] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\venv\\Lib\\site-packages\\bcrypt\\__init__.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2043223380880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2043223380880 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2043223380880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2043223380880 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2043223655056 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2043223655056 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 16:32:06.664066 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 16:32:06.664066 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 16:32:06.664066 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 16:32:06.665049 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2043223655056 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2043223655056 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2043221690000 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2043221690000 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2043221690000 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2043221690000 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2379290939344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2379290939344 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2379290939344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2379290939344 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2379291214800 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2379291214800 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 16:37:47.731571 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 16:37:47.732568 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 16:37:47.732568 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 16:37:47.732568 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2379291214800 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2379291214800 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2379291214672 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2379291214672 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2379291214672 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2379291214672 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2238303605520 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2238303605520 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2238303605520 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2238303605520 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2238303607696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2238303607696 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 16:38:14.712139 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 16:38:14.712139 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 16:38:14.712139 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 16:38:14.712139 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2238303607696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +DEBUG:filelock:Lock 2238303607696 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2238304104144 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2238304104144 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2238304104144 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2238304104144 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2344911278352 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2344911278352 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2344911278352 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2344911278352 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2344911280528 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2344911280528 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 16:39:19.356905 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 16:39:19.356905 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 16:39:19.356905 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 16:39:19.356905 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to release lock 2344911280528 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2344911280528 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2344603950224 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2344603950224 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2344603950224 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2344603950224 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2988203215760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2988203215760 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2988203215760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2988203215760 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2988203218000 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2988203218000 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 16:40:21.081180 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 2988203218000 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 16:40:21.082193 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 16:40:21.082193 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 16:40:21.082193 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2988203218000 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2988197305744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2988197305744 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2988197305744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2988197305744 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 16:40:42.824288 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 16:40:42] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 16:40:42.830290 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-15 16:40:43.360652 : mysylmsdb -'bytes' object has no attribute 'encode' - Line : 701 +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 16:40:43] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2304447777104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2304447777104 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2304447777104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2304447777104 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2304447779600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2304447779600 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 16:41:11.232685 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 16:41:11.232685 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 16:41:11.233579 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 16:41:11.233579 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to release lock 2304447779600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2304447779600 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2304448568080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2304448568080 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2304448568080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2304448568080 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-15 16:41:11.419279 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 16:41:11] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 16:41:11.424268 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 16:41:11] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2560088782864 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2560088782864 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2560088782864 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2560088782864 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2560420909904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2560420909904 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 16:43:19.337015 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 16:43:19.337015 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 16:43:19.337015 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 16:43:19.337015 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2560420909904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2560420909904 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2560423752080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2560423752080 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2560423752080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2560423752080 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 16:44:17.675438 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 16:44:17] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-15 16:44:17.680564 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [15/Mar/2023 16:44:17] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2901212287888 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2901212287888 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2901212287888 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2901212287888 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2901212290384 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2901212290384 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 16:46:35.135179 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 16:46:35.135179 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 16:46:35.135179 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 16:46:35.135179 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2901212290384 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +DEBUG:filelock:Lock 2901212290384 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2901212290512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2901212290512 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2901212290512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2901212290512 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2236832438352 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2236832438352 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2236832438352 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2236832438352 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2236832440720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2236832440720 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2236832440720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2236832440720 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 16:56:39.162221 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 16:56:39.162221 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +DEBUG:filelock:Attempting to acquire lock 2236752959376 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 16:56:39.162221 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 16:56:39.163222 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2236752959376 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2236752959376 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2236752959376 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1841897821904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1841897821904 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1841897821904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1841897821904 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1841897824464 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1841897824464 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 16:59:00.998567 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 16:59:00.998567 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 16:59:00.998567 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 16:59:00.998567 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +WARNING:werkzeug: * Debugger is active! +DEBUG:filelock:Attempting to release lock 1841897824464 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1841897824464 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1841897824336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1841897824336 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1841897824336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1841897824336 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2122649865424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2122649865424 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2122649865424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2122649865424 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2122649867024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2122649867024 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 17:01:04.551022 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:01:04.551022 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:01:04.551022 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:01:04.551022 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2122649867024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +DEBUG:filelock:Lock 2122649867024 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2122649945680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2122649945680 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2122649945680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2122649945680 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2088007012432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2088007012432 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2088007012432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2088007012432 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2088007287440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2088007287440 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2088007287440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 17:01:38.560540 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Lock 2088007287440 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 17:01:38.561544 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:01:38.561544 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:01:38.561544 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to acquire lock 2088007287440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2088007287440 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2088007287440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2088007287440 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1818512494544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1818512494544 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1818512494544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1818512494544 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1818512496720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1818512496720 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 17:02:22.500326 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 1818512496720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 17:02:22.501333 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:02:22.501333 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:02:22.501333 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1818512496720 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1818199801552 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1818199801552 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1818199801552 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1818199801552 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2395286967376 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2395286967376 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2395286967376 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2395286967376 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2395286969616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2395286969616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 17:06:48.794361 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:06:48.794361 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:06:48.794361 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:06:48.794361 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2395286969616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2395286969616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2395285252240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2395285252240 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2395285252240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2395285252240 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2956141958032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2956141958032 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2956141958032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2956141958032 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2956142232208 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2956142232208 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 17:07:02.814354 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:07:02.814354 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:07:02.814354 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:07:02.814354 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2956142232208 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2956142232208 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2956047853008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2956047853008 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2956047853008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2956047853008 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2266019565648 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2266019565648 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2266019565648 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2266019565648 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2266019567760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2266019567760 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 17:07:14.645115 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 2266019567760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 17:07:14.645115 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:07:14.646118 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:07:14.646118 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2266019567760 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2266013655440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2266013655440 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2266013655440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2266013655440 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1290617394896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1290617394896 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1290617394896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1290617394896 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1290617400080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1290617400080 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1290617400080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 17:07:34.417620 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:07:34.417620 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:07:34.417620 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:07:34.417620 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1290617400080 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1290617400464 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1290617400464 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1290617400464 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1290617400464 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2471277269712 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2471277269712 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2471277269712 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2471277269712 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2471277271696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2471277271696 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 17:08:03.560310 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:08:03.560310 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:08:03.560310 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:08:03.560310 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +WARNING:werkzeug: * Debugger is active! +DEBUG:filelock:Attempting to release lock 2471277271696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2471277271696 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2471277272016 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2471277272016 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2471277272016 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2471277272016 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1198978142608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1198978142608 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1198978142608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1198978142608 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1198978144784 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1198978144784 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 17:08:14.752971 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:08:14.752971 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +DEBUG:filelock:Attempting to release lock 1198978144784 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 17:08:14.753960 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:08:14.753960 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1198978144784 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1198979455632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1198979455632 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1198979455632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1198979455632 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2208041702352 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2208041702352 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2208041702352 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2208041702352 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2208041704464 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2208041704464 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2208041704464 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 17:08:27.690496 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:08:27.690496 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:08:27.690496 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:08:27.690496 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2208041704464 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2208035791888 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2208035791888 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2208035791888 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2208035791888 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2398131076752 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2398131076752 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2398131076752 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2398131076752 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2398467298832 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2398467298832 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2398467298832 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 17:09:14.083939 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:09:14.084402 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:09:14.084402 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:09:14.084402 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2398467298832 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2398461389200 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2398461389200 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2398461389200 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2398461389200 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 3180882278032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3180882278032 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3180882278032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3180882278032 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 3181224039696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3181224039696 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 17:09:46.785186 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:09:46.786173 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:09:46.786173 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:09:46.786173 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 3181224039696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3181224039696 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:filelock:Attempting to acquire lock 3181223830928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3181223830928 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3181223830928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3181223830928 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2657638583440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2657638583440 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2657638583440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2657638583440 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2657638585168 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2657638585168 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 17:10:01.069110 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:10:01.069110 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:10:01.069110 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:10:01.069110 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +WARNING:werkzeug: * Debugger is active! +DEBUG:filelock:Attempting to release lock 2657638585168 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2657638585168 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2657638585488 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2657638585488 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2657638585488 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2657638585488 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1437636137232 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1437636137232 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1437636137232 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1437636137232 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1437636412304 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1437636412304 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 17:10:28.516014 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 1437636412304 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 17:10:28.516014 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:10:28.516014 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:10:28.517022 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1437636412304 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1437314254800 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1437314254800 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1437314254800 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1437314254800 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2165471612944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165471612944 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2165471612944 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165471612944 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2165471614608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165471614608 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 17:10:50.102803 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:10:50.102803 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:10:50.102803 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:10:50.102803 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2165471614608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:filelock:Lock 2165471614608 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2165469897104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165469897104 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2165469897104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165469897104 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2413382244176 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2413382244176 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2413382244176 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2413382244176 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2413382517392 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2413382517392 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 17:12:15.249278 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:12:15.249278 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:12:15.249278 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:12:15.249278 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2413382517392 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2413382517392 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2413382517776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2413382517776 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2413382517776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2413382517776 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1400119136336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1400119136336 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1400119136336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1400119136336 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1400119411600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1400119411600 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 17:12:25.507304 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:12:25.507304 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:12:25.507304 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:12:25.507304 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1400119411600 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1400119411600 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1400119411472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:filelock:Lock 1400119411472 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1400119411472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1400119411472 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 3063866365008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3063866365008 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3063866365008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3063866365008 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 3063866638992 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3063866638992 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 17:13:54.865475 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:13:54.866486 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:13:54.866486 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:13:54.866486 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 3063866638992 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3063866638992 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 3063866478032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3063866478032 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3063866478032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3063866478032 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2344025230928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2344025230928 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2344025230928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2344025230928 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2344025233360 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2344025233360 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-15 17:14:51.274322 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:14:51.274322 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:14:51.274322 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:14:51.274322 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2344025233360 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2344025233360 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2344031452624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2344031452624 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2344031452624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2344031452624 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2571875553680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2571875553680 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2571875553680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2571875553680 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2571875555280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2571875555280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2571875555280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2571875555280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2571877251024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2571877251024 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2571877251024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2571877251024 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1757037630544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1757037630544 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1757037630544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1757037630544 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1757037632592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1757037632592 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1757037632592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1757037632592 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1756731589456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1756731589456 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1756731589456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1756731589456 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2223230324560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2223230324560 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2223230324560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2223230324560 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2223230326608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2223230326608 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-15 17:16:16.228317 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:16:16.229329 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +DEBUG:filelock:Attempting to release lock 2223230326608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 17:16:16.230331 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:16:16.230331 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2223230326608 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2223230499152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2223230499152 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2223230499152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2223230499152 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2533771349904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2533771349904 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2533771349904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2533771349904 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2533771351504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2533771351504 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2533771351504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-15 17:16:24.461188 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-15 17:16:24.461188 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-15 17:16:24.461188 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-15 17:16:24.461188 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2533771351504 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2533448218960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2533448218960 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2533448218960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2533448218960 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:filelock:Attempting to acquire lock 1694426110288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1694426110288 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1694426110288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1694426110288 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1694426112336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1694426112336 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 12:44:42.279843 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 1694426112336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 12:44:42.280834 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 12:44:42.280834 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 12:44:42.280834 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1694426112336 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1694426371344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1694426371344 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1694426371344 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1694426371344 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2056007619920 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2056007619920 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2056007619920 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2056007619920 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2056007893456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2056007893456 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 12:44:51.170865 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 12:44:51.171854 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 12:44:51.171854 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 12:44:51.171854 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2056007893456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +DEBUG:filelock:Lock 2056007893456 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2056007893712 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2056007893712 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2056007893712 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2056007893712 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 13:29:59.211739 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:30:00] "GET /myclass/api/Create_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 13:30:00.144282 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:30:00] "GET /myclass/api/Create_MySy_LMS_User/ HTTP/1.1" 500 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2820129068624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2820129068624 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2820129068624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2820129068624 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2820129070224 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2820129070224 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 13:31:08.489716 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 13:31:08.489716 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 13:31:08.489716 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 13:31:08.490713 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2820129070224 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2820129070224 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2820129070928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2820129070928 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2820129070928 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2820129070928 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 13:31:11.708384 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:31:11] "GET /myclass/api/Create_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 13:31:11.715379 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 13:31:12.374312 : Create_MySy_LMS_User - La valeur 'lastname' n'est pas presente dans liste +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:31:12] "GET /myclass/api/Create_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:root:2023-03-16 13:32:53.691094 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:32:53] "GET /myclass/api/Create_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 13:32:53.697094 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 13:32:54.071644 : Impossible de créer l'utilisateur LMS {OperationalError("Incorrect datetime value: '2023-03-d 13:32:53' for column `chamilo2`.`user`.`registration_date` at row 1")} +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:32:54] "GET /myclass/api/Create_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2028014836240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2028014836240 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2028014836240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2028014836240 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2028014838416 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2028014838416 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 13:33:46.332301 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 13:33:46.332301 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 13:33:46.332301 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 13:33:46.332301 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2028014838416 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2028014838416 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2028014838736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2028014838736 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2028014838736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2028014838736 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 13:33:46.519572 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:33:46] "GET /myclass/api/Create_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 13:33:46.528576 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 13:33:46.803611 : Impossible de créer l'utilisateur LMS {IntegrityError("Duplicate entry 'anon' for key 'UNIQ_8D93D649F85E0677'")} +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:33:46] "GET /myclass/api/Create_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1805726159760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1805726159760 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1805726159760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1805726159760 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1805726433936 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1805726433936 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1805726433936 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 13:34:46.511572 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 13:34:46.512437 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 13:34:46.512437 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 13:34:46.512437 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1805726433936 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1805726255696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1805726255696 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1805726255696 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1805726255696 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 13:34:48.860500 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:34:48] "GET /myclass/api/Create_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 13:34:48.866502 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 13:34:49.131556 : Impossible de créer l'utilisateur LMS {IntegrityError("Duplicate entry 'anon' for key 'UNIQ_8D93D649F85E0677'")} +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:34:49] "GET /myclass/api/Create_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1924290745168 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1924290745168 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1924290745168 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1924290745168 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1924290747280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1924290747280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 13:37:31.821544 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 13:37:31.821544 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 13:37:31.821544 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 13:37:31.821544 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1924290747280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1924290747280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1924292797008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1924292797008 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1924292797008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1924292797008 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 13:37:32.025597 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:37:32] "GET /myclass/api/Create_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 13:37:32.032592 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:37:32] "GET /myclass/api/Create_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:root:2023-03-16 13:42:24.591901 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:42:24] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-16 13:42:24.596902 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:42:24] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2218858812880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2218858812880 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2218858812880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2218858812880 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2218858814544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2218858814544 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 13:43:36.635630 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 13:43:36.635630 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 13:43:36.635630 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 13:43:36.635630 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2218858814544 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2218858814544 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2218532721232 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2218532721232 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2218532721232 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2218532721232 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 13:43:39.652416 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:43:39] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-16 13:43:39.657433 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:43:39] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2392596322448 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2392596322448 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2392596322448 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2392596322448 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2392596324688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2392596324688 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 13:45:10.920559 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 2392596324688 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 13:45:10.921804 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 13:45:10.921804 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 13:45:10.921804 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2392596324688 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2392600203664 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2392600203664 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2392600203664 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2392600203664 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 13:45:18.527114 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:45:18] "GET /myclass/api/Create_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 13:45:18.533179 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:45:18] "GET /myclass/api/Create_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1684357683280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1684357683280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1684357683280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1684357683280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1684357685776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1684357685776 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 13:47:25.604359 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 13:47:25.604359 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 13:47:25.604359 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 13:47:25.604359 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1684357685776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1684357685776 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1684039357392 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1684039357392 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1684039357392 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1684039357392 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 13:49:09.157712 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:49:09] "GET /myclass/api/Create_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 13:49:09.163719 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:49:09] "GET /myclass/api/Create_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2040508618576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2040508618576 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2040508618576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2040508618576 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2040508891664 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2040508891664 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 13:50:13.924666 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 13:50:13.924666 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 13:50:13.924666 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 13:50:13.924666 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2040508891664 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2040508891664 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2040508891984 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2040508891984 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2040508891984 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2040508891984 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 13:50:19.205301 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:50:19] "GET /myclass/api/mysylmsdb HTTP/1.1" 308 - +INFO:root:2023-03-16 13:50:19.211848 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:50:19] "GET /myclass/api/mysylmsdb/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1870085657808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1870085657808 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1870085657808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1870085657808 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1870085659984 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1870085659984 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 13:53:54.097350 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 1870085659984 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 13:53:54.098355 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 13:53:54.098355 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 13:53:54.098355 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1870085659984 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1870079749456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1870079749456 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1870079749456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1870079749456 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 13:54:09.334805 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:54:09] "GET /myclass/api/Create_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 13:54:09.340824 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 13:54:09] "GET /myclass/api/Create_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\tools_cherif\\tools_cherif.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2827524658960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2827524658960 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2827524658960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2827524658960 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2827524949008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2827524949008 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 14:40:15.978351 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 2827524949008 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 14:40:15.979352 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 14:40:15.979352 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 14:40:15.979352 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2827524949008 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2827524912336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2827524912336 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2827524912336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2827524912336 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2249465697744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2249465697744 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2249465697744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2249465697744 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2249465699280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2249465699280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 14:40:23.861632 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 2249465699280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 14:40:23.862632 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 14:40:23.862632 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 14:40:23.862632 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2249465699280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2249464006416 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2249464006416 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2249464006416 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2249464006416 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\local_import.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2299242648528 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2299242648528 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2299242648528 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2299242648528 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2299242922640 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2299242922640 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2299242922640 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 14:40:37.603871 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 14:40:37.603871 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 14:40:37.604869 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 14:40:37.604869 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2299242922640 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2299240957328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2299240957328 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2299240957328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2299240957328 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2165948715152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165948715152 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2165948715152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165948715152 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2165948990096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165948990096 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 14:41:03.000374 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 14:41:03.000374 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 14:41:03.000374 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 14:41:03.000374 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to release lock 2165948990096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165948990096 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2165948493776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165948493776 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2165948493776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165948493776 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 14:42:21.872835 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 14:42:21] "GET /myclass/api/Create_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 14:42:21.878836 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 14:42:22] "GET /myclass/api/Create_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2192974714448 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2192974714448 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2192974714448 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2192974714448 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2192974987984 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2192974987984 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 14:54:19.063851 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 2192974987984 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 14:54:19.064852 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 14:54:19.064852 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 14:54:19.064852 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2192974987984 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2192894046224 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2192894046224 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2192894046224 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2192894046224 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2267981452176 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2267981452176 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2267981452176 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2267981452176 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2267981726352 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2267981726352 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2267981726352 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:01:59.219698 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:01:59.219698 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +DEBUG:filelock:Lock 2267981726352 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:01:59.219698 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:01:59.220697 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to acquire lock 2267985305808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2267985305808 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2267985305808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2267985305808 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2165193742096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165193742096 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2165193742096 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165193742096 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2165193744272 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165193744272 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2165193744272 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165193744272 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:02:11.464270 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to acquire lock 2165195534480 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:02:11.464270 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:02:11.464270 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:02:11.464270 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2165195534480 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2165195534480 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2165195534480 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2038021396624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2038021396624 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2038021396624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2038021396624 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2038021398288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2038021398288 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 15:03:12.453159 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:03:12.453159 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:03:12.453159 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:03:12.453159 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2038021398288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2038021398288 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2037954693648 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2037954693648 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2037954693648 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2037954693648 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2231277098960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2231277098960 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2231277098960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2231277098960 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2231277100624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2231277100624 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 15:04:21.909573 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:04:21.909573 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:04:21.909573 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:04:21.909573 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2231277100624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2231277100624 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2230969126800 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2230969126800 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2230969126800 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2230969126800 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1419897378832 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1419897378832 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1419897378832 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1419897378832 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1419897380816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1419897380816 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1419897380816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:06:19.058895 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:06:19.059872 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:06:19.059872 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:06:19.059872 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1419897380816 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1419897173840 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1419897173840 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1419897173840 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1419897173840 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1799314118416 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1799314118416 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1799314118416 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1799314118416 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1799314120400 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1799314120400 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 15:08:18.641731 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 1799314120400 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:08:18.642729 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:08:18.642729 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:08:18.642729 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1799314120400 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1799236589968 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1799236589968 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1799236589968 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1799236589968 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2686861351888 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2686861351888 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2686861351888 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2686861351888 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2686861354128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2686861354128 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2686861354128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:09:02.717295 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:09:02.717295 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:09:02.718291 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:09:02.718291 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2686861354128 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2686861850512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2686861850512 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2686861850512 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2686861850512 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 3231922689616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3231922689616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3231922689616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3231922689616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 3231922691408 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3231922691408 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 15:09:53.712735 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:09:53.712735 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:09:53.712735 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:09:53.712735 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 3231922691408 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3231922691408 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 3231920996624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3231920996624 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3231920996624 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3231920996624 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:10:04.733998 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:10:04] "GET /myclass/api/Create_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 15:10:04.740545 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 15:10:05.558146 : Create_MySy_LMS_User -Invalid connection or not connected - Line : 217 +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:10:05] "GET /myclass/api/Create_MySy_LMS_User/ HTTP/1.1" 500 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2079324805904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2079324805904 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2079324805904 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2079324805904 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2079325078032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2079325078032 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 15:10:52.964731 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 2079325078032 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:10:52.965731 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:10:52.965731 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:10:52.965731 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2079325078032 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2079323112656 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2079323112656 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2079323112656 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2079323112656 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 15:11:26.557990 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:11:26] "GET /myclass/api/Create_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 15:11:26.568970 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 15:11:27.411639 : Create_MySy_LMS_User -Invalid connection or not connected - Line : 217 +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:11:27] "GET /myclass/api/Create_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1579466529360 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1579466529360 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1579466529360 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1579466529360 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1579466530896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1579466530896 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 15:12:57.283226 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:12:57.283226 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:12:57.283226 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:12:57.283226 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to release lock 1579466530896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1579466530896 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1579464837328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1579464837328 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1579464837328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1579464837328 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 15:12:57.469719 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:12:57] "GET /myclass/api/Create_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 15:12:57.474718 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:12:57] "GET /myclass/api/Create_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2929231304336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2929231304336 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2929231304336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2929231304336 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2929231305872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2929231305872 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2929231305872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2929231305872 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:14:23.927497 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:14:23.927497 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:14:23.927497 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:14:23.927497 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to acquire lock 2929232060496 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2929232060496 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2929232060496 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2929232060496 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 15:15:57.885311 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:15:57] "GET /myclass/api/Update_Passwd_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 15:15:57.890305 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 15:15:58.438169 : Update_Passwd_MySy_LMS_User -'newpassword' - Line : 290 +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:15:58] "GET /myclass/api/Update_Passwd_MySy_LMS_User/ HTTP/1.1" 500 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2001533049232 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2001533049232 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2001533049232 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2001533049232 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2001533050832 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2001533050832 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 15:17:14.379192 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:17:14.379192 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:17:14.379192 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:17:14.379192 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2001533050832 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2001533050832 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2001463198992 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2001463198992 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2001463198992 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2001463198992 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:17:14.560031 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:17:14] "GET /myclass/api/Update_Passwd_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 15:17:14.566043 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 15:17:14.828717 : Impossible de créer l'utilisateur LMS {ProgrammingError("You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE user SET id='10017' AND user_id='10017' AND enabled='1' AND status ...' at line 1")} +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:17:14] "GET /myclass/api/Update_Passwd_MySy_LMS_User/ HTTP/1.1" 500 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2102701757328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2102701757328 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2102701757328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2102701757328 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2102701759632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2102701759632 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2102701759632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:18:48.690901 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:18:48.690901 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:18:48.690901 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:18:48.690901 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2102701759632 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2102681938960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2102681938960 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2102681938960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2102681938960 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\main.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2538479459088 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2538479459088 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2538479459088 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2538479459088 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2538479731088 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2538479731088 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2538479731088 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:19:12.495020 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:19:12.496022 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:19:12.496022 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:19:12.496022 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2538479731088 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2538453087824 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2538453087824 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2538453087824 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2538453087824 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 15:19:22.693390 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:19:22] "GET /myclass/api/Update_Passwd_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 15:19:22.698389 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 15:19:22.968107 : Impossible de créer l'utilisateur LMS {ProgrammingError("You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE user id='10017' AND user_id='10017' AND enabled='1' AND status = '1...' at line 1")} +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:19:22] "GET /myclass/api/Update_Passwd_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2402997147088 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2402997147088 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2402997147088 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2402997147088 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2402997148432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2402997148432 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 15:22:39.578759 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:22:39.578759 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:22:39.578759 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:22:39.578759 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2402997148432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2402997148432 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2402668674320 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2402668674320 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2402668674320 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2402668674320 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:22:46.635661 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:22:46] "GET /myclass/api/Update_Passwd_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 15:22:46.641661 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 15:22:46.913665 : Impossible de créer l'utilisateur LMS {ProgrammingError("You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'id='10017' AND user_id='10017' AND enabled='1' AND status = '1' AND activ...' at line 1")} +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:22:46] "GET /myclass/api/Update_Passwd_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2235320408592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2235320408592 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2235320408592 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2235320408592 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2235320411152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2235320411152 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 15:23:07.138036 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 2235320411152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:23:07.139034 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:23:07.139034 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:23:07.139034 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2235320411152 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2235017478416 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2235017478416 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2235017478416 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2235017478416 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 15:23:14.255585 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:23:14] "GET /myclass/api/Update_Passwd_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 15:23:14.260665 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:23:14] "GET /myclass/api/Update_Passwd_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:root:2023-03-16 15:23:24.769383 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:23:24] "GET /myclass/api/Update_Passwd_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 15:23:24.775382 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:23:25] "GET /myclass/api/Update_Passwd_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2774986824016 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2774986824016 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2774986824016 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2774986824016 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2774986826000 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2774986826000 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2774986826000 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:25:03.249194 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:25:03.250194 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:25:03.250194 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:25:03.250194 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2774986826000 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2774987577872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2774987577872 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2774987577872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2774987577872 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2305101043408 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2305101043408 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2305101043408 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2305101043408 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2305101316560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2305101316560 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2305101316560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2305101316560 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:27:22.321305 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to acquire lock 2305076921296 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:27:22.321305 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:27:22.321305 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:27:22.321305 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2305076921296 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2305076921296 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2305076921296 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 15:28:41.237874 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:28:41] "GET /myclass/api/Update_Passwd_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 15:28:41.243858 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:28:41] "GET /myclass/api/Update_Passwd_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2605307304528 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2605307304528 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2605307304528 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2605307304528 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2605307306256 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2605307306256 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 15:30:18.000504 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:30:18.000504 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:30:18.000504 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:30:18.000504 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2605307306256 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2605307306256 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2605308052304 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2605308052304 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2605308052304 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2605308052304 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:30:29.414938 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:30:29] "GET /myclass/api/Update_Passwd_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 15:30:29.424936 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:30:29] "GET /myclass/api/Update_Passwd_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2145042208208 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2145042208208 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2145042208208 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2145042208208 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2145042210320 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2145042210320 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 15:49:45.530334 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 2145042210320 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:49:45.531334 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:49:45.531334 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:49:45.531854 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2145042210320 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2145040516752 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2145040516752 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2145040516752 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2145040516752 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2404823768080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2404823768080 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2404823768080 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2404823768080 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2404824039952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2404824039952 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2404824039952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:50:23.924229 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:50:23.924229 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:50:23.924229 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:50:23.924229 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2404824039952 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2404742964240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2404742964240 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2404742964240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2404742964240 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1682630677456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1682630677456 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1682630677456 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1682630677456 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1682630679504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1682630679504 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1682630679504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:50:46.842391 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:50:46.842391 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:50:46.842391 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:50:46.842391 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1682630679504 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1682323287440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1682323287440 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1682323287440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1682323287440 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1113545416656 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1113545416656 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1113545416656 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1113545416656 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1113545419216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1113545419216 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1113545419216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:51:03.772389 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:51:03.772389 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:51:03.772389 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:51:03.772389 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1113545419216 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1113242394448 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1113242394448 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1113242394448 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1113242394448 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2492583285776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2492583285776 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2492583285776 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2492583285776 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2492583288016 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2492583288016 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2492583288016 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:51:14.714531 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:51:14.714531 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:51:14.715531 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:51:14.715531 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2492583288016 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2492513202448 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2492513202448 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2492513202448 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2492513202448 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1475099663120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1475099663120 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1475099663120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1475099663120 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1475099664656 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1475099664656 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 15:51:32.900054 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 1475099664656 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:51:32.900054 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:51:32.901062 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:51:32.901062 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1475099664656 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1475107746384 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1475107746384 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1475107746384 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1475107746384 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 3010664764560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3010664764560 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3010664764560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3010664764560 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 3010664766864 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3010664766864 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 3010664766864 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:52:34.101780 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Lock 3010664766864 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:52:34.101780 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:52:34.101780 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:52:34.102777 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to acquire lock 3010663716560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3010663716560 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3010663716560 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3010663716560 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2112164109392 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2112164109392 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2112164109392 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2112164109392 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2112164111120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2112164111120 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2112164111120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2112164111120 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2112092305104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2112092305104 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2112092305104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2112092305104 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 3095541751440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3095541751440 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3095541751440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3095541751440 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 3095542022480 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3095542022480 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 3095542022480 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:59:32.241081 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:59:32.241081 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:59:32.241081 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 15:59:32.242092 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 3095542022480 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 3095233819472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3095233819472 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3095233819472 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3095233819472 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2481159051280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2481159051280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2481159051280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2481159051280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2481159324240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2481159324240 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 15:59:39.922532 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 15:59:39.922532 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 15:59:39.923539 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +DEBUG:filelock:Attempting to release lock 2481159324240 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 15:59:39.923539 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2481159324240 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2481157375760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2481157375760 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2481157375760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2481157375760 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 15:59:40.111833 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:59:40] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 15:59:40.117826 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 15:59:40] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 3036605487952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3036605487952 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3036605487952 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3036605487952 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 3036605760016 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3036605760016 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +INFO:root:2023-03-16 16:00:53.101020 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 16:00:53.101020 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +DEBUG:filelock:Attempting to release lock 3036605760016 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 16:00:53.102020 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 16:00:53.102020 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 3036605760016 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 3036581115024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3036581115024 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3036581115024 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3036581115024 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 16:00:53.283693 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 16:00:53] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 16:00:53.289675 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 16:00:53] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:root:2023-03-16 16:01:25.079703 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 16:01:25] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 16:01:25.084702 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 16:01:25] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1851209192912 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1851209192912 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1851209192912 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1851209192912 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1851209194576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1851209194576 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1851209194576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 16:03:05.591999 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Lock 1851209194576 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 16:03:05.591999 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 16:03:05.591999 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 16:03:05.591999 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to acquire lock 1851210003792 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1851210003792 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1851210003792 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1851210003792 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 16:03:05.775558 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 16:03:05] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 16:03:05.781561 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 16:03:05] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1787671781264 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1787671781264 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1787671781264 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1787671781264 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1787672052304 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1787672052304 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1787672052304 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1787672052304 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1787670091152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1787670091152 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +INFO:root:2023-03-16 16:04:04.706656 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to release lock 1787670091152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 16:04:04.707639 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 16:04:04.707639 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 16:04:04.707639 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1787670091152 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 16:04:04.892298 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 16:04:04] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 16:04:04.898830 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 16:04:04] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2702097161616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2702097161616 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2702097161616 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2702097161616 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2702097433104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2702097433104 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2702097433104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 16:04:52.340155 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Lock 2702097433104 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 16:04:52.340155 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 16:04:52.340155 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 16:04:52.340155 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to acquire lock 2702097274128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2702097274128 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2702097274128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2702097274128 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 16:04:52.523540 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 16:04:52] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 16:04:52.528531 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 16:04:52] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2581669255120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2581669255120 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2581669255120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2581669255120 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2581669528144 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2581669528144 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 16:07:43.101256 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 16:07:43.101256 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 16:07:43.101256 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 16:07:43.101256 : ++ FLASK PORT 5001 ++ +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2581669528144 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2581669528144 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2581669528464 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2581669528464 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2581669528464 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2581669528464 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1958900046864 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1958900046864 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1958900046864 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1958900046864 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1958900318736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1958900318736 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1958900318736 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 16:08:28.218328 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 16:08:28.218328 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 16:08:28.218328 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +DEBUG:filelock:Lock 1958900318736 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 16:08:28.218328 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to acquire lock 1958817996304 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1958817996304 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1958817996304 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1958817996304 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2618110418256 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2618110418256 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2618110418256 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2618110418256 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2618110420432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2618110420432 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2618110420432 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 16:09:19.075885 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 16:09:19.076132 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 16:09:19.076132 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 16:09:19.076132 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2618110420432 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2618110194576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2618110194576 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2618110194576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2618110194576 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2745684367440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2745684367440 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2745684367440 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2745684367440 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2745684640336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2745684640336 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +INFO:root:2023-03-16 16:09:41.071626 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 16:09:41.071626 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 16:09:41.071626 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 16:09:41.071626 : ++ FLASK PORT 5001 ++ +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2745684640336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2745684640336 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2745684640656 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2745684640656 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +WARNING:werkzeug: * Debugger is active! +DEBUG:filelock:Attempting to release lock 2745684640656 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2745684640656 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2936675146576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2936675146576 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2936675146576 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2936675146576 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2936675148816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2936675148816 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2936675148816 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2936675148816 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 16:09:54.862666 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to acquire lock 2936673471376 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 16:09:54.862666 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 16:09:54.862666 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 16:09:54.862666 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2936673471376 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2936673471376 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2936673471376 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2608529578960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2608529578960 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2608529578960 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2608529578960 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2608529581072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2608529581072 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2608529581072 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 16:10:47.114385 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 16:10:47.115051 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 16:10:47.115051 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 16:10:47.115051 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2608529581072 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2608227584848 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2608227584848 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2608227584848 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2608227584848 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 16:11:40.163122 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 16:11:40] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 16:11:40.169113 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 16:11:40.703233 : Update_Pack_MySy_LMS_User -Cursor doesn't have a result set - Line : 467 +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 16:11:40] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +DEBUG:filelock:Attempting to acquire lock 1622186565712 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1622186565712 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1622186565712 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1622186565712 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1622186567632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1622186567632 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1622186567632 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1622186567632 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1622184883152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1622184883152 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1622184883152 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1622184883152 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 19:30:19.567157 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 19:30:19.567857 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 19:30:19.567857 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 19:30:19.567857 : ++ FLASK PORT 5001 ++ +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2671143183120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2671143183120 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2671143183120 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2671143183120 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2671143185424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2671143185424 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2671143185424 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 19:30:29.584296 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 19:30:29.584296 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 19:30:29.584296 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 19:30:29.585291 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2671143185424 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2670824874192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2670824874192 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2670824874192 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2670824874192 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 19:30:36.540187 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:30:36] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 19:30:36.550740 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 19:30:37.545733 : Update_Pack_MySy_LMS_User -Cursor doesn't have a result set - Line : 467 +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:30:37] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:root:2023-03-16 19:32:17.694294 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:32:17] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 19:32:17.704292 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 19:32:17.739531 : Update_Pack_MySy_LMS_User -Cursor doesn't have a result set - Line : 467 +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:32:17] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:root:2023-03-16 19:32:37.184122 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:32:37] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 19:32:37.197112 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 19:32:37.224579 : Update_Pack_MySy_LMS_User -Cursor doesn't have a result set - Line : 467 +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:32:37] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:root:2023-03-16 19:34:05.250268 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:34:05] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 19:34:05.257793 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 19:34:05.289393 : Update_Pack_MySy_LMS_User -Cursor doesn't have a result set - Line : 467 +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:34:05] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2489949265296 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2489949265296 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2489949265296 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2489949265296 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2489949267280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2489949267280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2489949267280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 19:40:27.785956 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 19:40:27.786951 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +DEBUG:filelock:Lock 2489949267280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 19:40:27.786951 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 19:40:27.786951 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to acquire lock 2489949810896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2489949810896 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2489949810896 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2489949810896 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 3074888997712 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3074888997712 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3074888997712 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3074888997712 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 3074888999376 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3074888999376 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 3074888999376 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3074888999376 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 19:40:46.449656 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 19:40:46.449656 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 19:40:46.450324 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 19:40:46.450324 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to acquire lock 3074885225808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3074885225808 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 3074885225808 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 3074885225808 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 19:40:46.657928 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:40:46] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 19:40:46.665910 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 19:40:47.390555 : Update_Pack_MySy_LMS_User -Unknown column 'field_id' in 'where clause' - Line : 461 +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:40:47] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1634428687760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1634428687760 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1634428687760 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1634428687760 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1634428690128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1634428690128 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1634428690128 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 19:41:57.546726 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 19:41:57.547726 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 19:41:57.547726 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 19:41:57.547726 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1634428690128 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1636244959184 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1636244959184 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1636244959184 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1636244959184 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2460438141328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2460438141328 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2460438141328 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2460438141328 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2460438143504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2460438143504 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2460438143504 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2460438143504 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 19:42:58.095203 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 19:42:58.096205 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 19:42:58.096205 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 19:42:58.096205 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to acquire lock 2460438681552 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2460438681552 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2460438681552 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2460438681552 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 19:42:58.316889 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:42:58] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 19:42:58.323416 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 19:42:59.054846 : Update_Pack_MySy_LMS_User -Cursor doesn't have a result set - Line : 477 +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:42:59] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1784335211792 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1784335211792 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1784335211792 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1784335211792 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1784335483280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1784335483280 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1784335483280 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1784335483280 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 19:43:37.663896 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +DEBUG:filelock:Attempting to acquire lock 1784335483536 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 19:43:37.664874 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 19:43:37.664874 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 19:43:37.664874 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 1784335483536 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1784335483536 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1784335483536 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 19:43:38.045653 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:43:38] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 19:43:38.057642 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 19:43:38.935137 : Update_Pack_MySy_LMS_User -Cursor doesn't have a result set - Line : 477 +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:43:38] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2554146233744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2554146233744 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2554146233744 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2554146233744 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2554146505104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2554146505104 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2554146505104 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 19:55:34.915837 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 19:55:34.915837 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 19:55:34.915837 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 19:55:34.915837 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2554146505104 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2554127271248 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2554127271248 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2554127271248 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2554127271248 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 19:56:08.694058 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:56:08] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 19:56:08.702067 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 19:56:09.487166 : Update_Pack_MySy_LMS_User -Cursor doesn't have a result set - Line : 477 +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:56:09] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2539544811216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2539544811216 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2539544811216 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2539544811216 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2539545084304 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2539545084304 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2539545084304 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 19:56:36.937446 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 19:56:36.937446 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 19:56:36.937446 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 19:56:36.937446 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2539545084304 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2539460938704 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2539460938704 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2539460938704 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2539460938704 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 2373329787728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2373329787728 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2373329787728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2373329787728 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 2373330059728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2373330059728 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 2373330059728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2373330059728 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 2373012624720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 2373012624720 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 2373012624720 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 19:58:01.885168 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 19:58:01.885168 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 19:58:01.885168 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 19:58:01.885168 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Lock 2373012624720 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 19:58:02.112835 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:58:02] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 19:58:02.119963 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 19:58:02] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1764552776976 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1764552776976 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1764552776976 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1764552776976 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1764553048336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1764553048336 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1764553048336 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1764553048336 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1764549003728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1764549003728 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1764549003728 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1764549003728 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Attempting to acquire lock 1814945241680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1814945241680 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1814945241680 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1814945241680 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1814945243408 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1814945243408 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1814945243408 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1814945243408 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 20:02:33.374788 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 20:02:33.374788 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 20:02:33.374788 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 20:02:33.374788 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to acquire lock 1814926372112 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1814926372112 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1814926372112 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1814926372112 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. + * Running on http://localhost:5001 +INFO:werkzeug:Press CTRL+C to quit +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1671793645840 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1671793645840 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1671793645840 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1671793645840 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1671793918288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1671793918288 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1671793918288 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 20:02:42.502710 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 20:02:42.502710 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +DEBUG:filelock:Lock 1671793918288 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 20:02:42.503699 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 20:02:42.503699 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to acquire lock 1671793918608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1671793918608 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1671793918608 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1671793918608 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 20:02:42.713026 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 20:02:42] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 20:02:42.721025 : Security check : IP adresse '127.0.0.1' connected +INFO:root:2023-03-16 20:02:43.459644 : Update_Pack_MySy_LMS_User -name 'lastrowid' is not defined - Line : 528 +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 20:02:43] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:werkzeug: * Detected change in 'C:\\Users\\cheri\\Documents\\myclass.com\\Siteweb\\Production\\Ela_back\\Back_Office\\lms_chamilo\\mysy_lms.py', reloading +INFO:werkzeug: * Restarting with stat +DEBUG:filelock:Attempting to acquire lock 1576819924880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1576819924880 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1576819924880 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1576819924880 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Starting optional update of built-in blacklist. +DEBUG:filelock:Attempting to acquire lock 1576819927568 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1576819927568 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.updater:Checking https://raw.githubusercontent.com/disposable-email-domains/disposable-email-domains/master/disposable_email_blocklist.conf +DEBUG:validate_email.updater:Local file is fresh enough (same ETag). +DEBUG:filelock:Attempting to release lock 1576819927568 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1576819927568 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +INFO:root:2023-03-16 20:03:33.829944 : ++++ ENVIRONNEMENT DEVELOPPEMENT ++++ +INFO:root:2023-03-16 20:03:33.829944 : ++ DATABASE mongodb://localhost:27017/cherifdb_dev ++ +INFO:root:2023-03-16 20:03:33.829944 : ++ DBNAME Database(MongoClient(host=['localhost:27017'], document_class=dict, tz_aware=False, connect=True), 'cherifdb_dev') ++ +INFO:root:2023-03-16 20:03:33.829944 : ++ FLASK PORT 5001 ++ +DEBUG:filelock:Attempting to acquire lock 1576529649872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1576529649872 acquired on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:validate_email.domainlist_check:(Re)loading blacklist from C:\Users\cheri\Documents\myclass.com\Siteweb\Production\Ela_back\Back_Office\venv\Lib\site-packages\validate_email\data\blacklist.txt +DEBUG:filelock:Attempting to release lock 1576529649872 on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +DEBUG:filelock:Lock 1576529649872 released on C:\Users\cheri\AppData\Local\Temp\tmp-py3-validate-email-1\blacklistupdater.lock +WARNING:werkzeug: * Debugger is active! +INFO:werkzeug: * Debugger PIN: 127-713-359 +INFO:root:2023-03-16 20:03:35.374184 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 20:03:35] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 20:03:35.382185 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 20:03:35] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - +INFO:root:2023-03-16 20:03:52.601219 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 20:03:52] "GET /myclass/api/Update_Pack_MySy_LMS_User HTTP/1.1" 308 - +INFO:root:2023-03-16 20:03:52.610211 : Security check : IP adresse '127.0.0.1' connected +INFO:werkzeug:127.0.0.1 - - [16/Mar/2023 20:03:52] "GET /myclass/api/Update_Pack_MySy_LMS_User/ HTTP/1.1" 200 - diff --git a/email_mgt.py b/email_mgt.py index 11245f1..c24b74b 100644 --- a/email_mgt.py +++ b/email_mgt.py @@ -1846,14 +1846,14 @@ def ManualSendInvoiceEmailRIB(diction): TEMPLATE_FILE = "Template/MySy_Invoice_RIB_tpl.html" template = templateEnv.get_template(TEMPLATE_FILE) body = { - "params": {"order_id": "007G", - "date_order": ": 01/03/2023", - "total_ht": "171", - "tva": "34,2", - "total_ttc": "205,2", - "client_name": "CAP SANTE", - "client_address": "4 Allée des Jacquiers", - "client_zip_ville": "97427 L'Etang Salé", + "params": {"order_id": "005G", + "date_order": ": 07/03/2023", + "total_ht": "150", + "tva": "0", + "total_ttc": "150", + "client_name": "HIFMI-INSTITUTE", + "client_address": "50 AV PIERRE ET MARIE CURIE", + "client_zip_ville": "93700 DRANCY", "client_pays": "France", "packs": "PACK GOLD ", "detail_packs": "-- Support téléphonique -- " @@ -1865,13 +1865,13 @@ def ManualSendInvoiceEmailRIB(diction): "Envoi de 1000 emails markéting / mois --" "Reporting Dynamique et personnalisé", - "qty": "2", - "unit_price": "85.5", - "montant": "171", - "invoice_id": "FACT_230300026", - "invoice_date": "01/03/2023", - "due_date": "01/03/2022", - "orign_order": "Contrat 007G", + "qty": "3", + "unit_price": "50", + "montant": "150", + "invoice_id": "FACT_230300027", + "invoice_date": "07/03/2023", + "due_date": "07/03/2022", + "orign_order": "Contrat 005G", } } sourceHtml = template.render(params=body["params"]) diff --git a/lms_chamilo/local_import.py b/lms_chamilo/local_import.py new file mode 100644 index 0000000..64c01a6 --- /dev/null +++ b/lms_chamilo/local_import.py @@ -0,0 +1,29 @@ +import pymongo +import zeep +from pymongo import MongoClient +import json +from bson import ObjectId +import re +from datetime import datetime +import prj_common as mycommon +import secrets +import inspect +import sys, os +import csv +import pandas as pd +from pymongo import ReturnDocument +from math import isnan +import GlobalVariable as MYSY_GV +import ela_index_bdd_classes as eibdd +import email_mgt as email +import socket +import smtplib +import re +import requests +# Connexion mariadb sur serveur +import mariadb +import hashlib +import bcrypt + + + diff --git a/lms_chamilo/mysy_lms.py b/lms_chamilo/mysy_lms.py new file mode 100644 index 0000000..e881deb --- /dev/null +++ b/lms_chamilo/mysy_lms.py @@ -0,0 +1,533 @@ +import pymongo +import zeep +from pymongo import MongoClient +import json +from bson import ObjectId +import re +from datetime import datetime +import prj_common as mycommon +import secrets +import inspect +import sys, os +import csv +import pandas as pd +from pymongo import ReturnDocument +from math import isnan +import GlobalVariable as MYSY_GV +import ela_index_bdd_classes as eibdd +import email_mgt as email +import socket +import smtplib +import re +import requests +# Connexion mariadb sur serveur +import mariadb +import hashlib +import bcrypt + + + +""" +Cette fonction créer un utilisateur lms mysy, donc dans chamilo +""" +def Create_MySy_LMS_User(diction): + try: + + ''' + # Verification que les champs reçus dans l'API sont bien dans la liste des champs autorisés + # Cela evite le cas ou une entité tierce ajouter les valeurs inconnu dans l'API + # Ici on doit mettre tous les champs possible (obligatoire ou non) de la BDD dans la liste + # field_list. + ''' + field_list = ['token', 'lastname', 'firstname', 'email', 'password', 'locked', 'official_code', 'username'] + + incom_keys = diction.keys() + for val in incom_keys: + if val not in field_list: + mycommon.myprint(str(inspect.stack()[0][ + 3]) + " Le champ '" + val + "' n'est pas autorisé") + return False, " Le champ '" + val + "' n'est pas autorisé", False + + ''' + Une fois qu'on a controlé que toutes les clés mise dans l'API sont correcte. etape precedente, + On controle que les champs obligatoires sont presents dans la liste + ''' + field_list_obligatoire = ['token', 'lastname', 'firstname', 'email', 'password', 'locked', 'official_code'] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans liste ") + return False, " Toutes les informations obligatoire n'ont pas été fournies", False + + # recuperation des paramettre + my_token = "" + if ("token" in diction.keys()): + if diction['token']: + my_token = diction['token'] + + partner_recid = "" + # Verification de la validité du token/mail dans le cas des user en mode connecté + if (len(str(my_token)) > 0): + retval = mycommon.check_partner_token_validity("", my_token) + + if retval is False: + mycommon.myprint(str(inspect.stack()[0][3]) + " - Le token n'est pas valide") + return False, " Impossible de créer le compte LMS", False + + # Recuperation du recid de l'utilisateur + partner_recid = mycommon.get_parnter_recid_from_token(my_token) + if partner_recid is False: + mycommon.myprint(str(inspect.stack()[0][3]) + " - Impossible de recuperer le token du partenaire") + return False, " Impossible de recuperer le token du partenaire", False + + if (len(str(my_token)) <= 0): + mycommon.myprint(str(inspect.stack()[0][3]) + " - Le token est vide") + return False, " Impossible de créer le compte LMS", False + + lastname = "" + if ("lastname" in diction.keys()): + if diction['lastname']: + lastname = diction['lastname'] + + firstname = "" + if ("firstname" in diction.keys()): + if diction['firstname']: + firstname = diction['firstname'] + + password = "" + if ("password" in diction.keys()): + if diction['password']: + password = diction['password'] + + email = "" + if ("email" in diction.keys()): + if diction['email']: + email = diction['email'] + + locked = "" + if ("locked" in diction.keys()): + if diction['email']: + locked = diction['locked'] + + official_code = "" + if ("official_code" in diction.keys()): + if diction['official_code']: + official_code = diction['official_code'] + + username = "" + if ("username" in diction.keys()): + if diction['username']: + username = diction['username'] + + registration_date = datetime.now().strftime("%Y-%m-%d %H:%M:%S") + + + # Rcuperation de la sequence de l'objet "lms_user_id" dans la collection : "mysy_sequence" + retval = MYSY_GV.dbname['mysy_sequence'].find_one({'related_mysy_object':'lms_user_id', 'valide':'1'}) + + + mypasswd = password.encode('UTF-8') + + salt = bcrypt.gensalt() + hashed_pwd = bcrypt.hashpw(mypasswd, salt) + + + if (retval is None or "current_val" not in retval.keys()): + mycommon.myprint(" Impossible de recuperer la sequence 'mysy_sequence' ") + return False, "Impossible de recuperer la sequence 'mysy_sequence'",False + + new_lms_user_id = str(retval['prefixe'])+str(retval['current_val']) + local_status, local_val = mycommon.IsInt(new_lms_user_id) + if( local_status is False): + mycommon.myprint(" Impossible de generer l'ID du user LMS. La valeur actuelle est ", new_lms_user_id) + return False, " Impossible de generer l'ID du user LMS", False + + current_seq_value = str(retval['current_val']) + + conn = mariadb.connect( + user=MYSY_GV.MYSY_MARIADB_USER, + password=MYSY_GV.MYSY_MARIADB_USER_PASS, + host=MYSY_GV.MYSY_MARIADB_HOST, + port=MYSY_GV.MYSY_MARIADB_PORT, + database=MYSY_GV.MYSY_LMS_BDD + ) + cur = conn.cursor() + """ + # retrieving information + cur.execute("SELECT username, email_canonical FROM user WHERE id=?", (2,)) + + for username, email_canonical in cur: + print(f"username: {username}, email_canonical : {email_canonical}") + """ + + # insert information + my_query = "INSERT INTO user SET id='"+str(new_lms_user_id)+"' , " \ + "user_id='"+str(new_lms_user_id)+"' , " \ + "lastname = '"+lastname+"', " \ + "firstname = '"+firstname+"', " \ + "username = '"+username+"', " \ + "salt = '"+str(salt)+"'," \ + " registration_date = '"+registration_date+"'," \ + " credentials_expired='0', " \ + "enabled='1', " \ + "expired='0', " \ + "created_at='" + str( registration_date) + "'," \ + " updated_at='" + str( registration_date) + "', " \ + " status = '1', " \ + "password = '"+str(hashed_pwd)+"', " \ + "locked = '0', " \ + "username_canonical = '"+username+"', " \ + " email_canonical = '"+email+"', " \ + "email = '"+email+"'," \ + " official_code = '"+official_code+"', " \ + "creator_id = '1', " \ + "auth_source = 'platform'," \ + "roles = 'a:0:{}', " \ + "language = 'french'," \ + "active = '1';" + + try: + #print(" ### my_query = ", my_query) + #cur.execute("INSERT INTO employees (first_name,last_name) VALUES (?, ?)", ("Maria", "DB")) + cur.execute(my_query) + except mariadb.Error as e: + print(f"Error: {e}") + mycommon.myprint(" Impossible de créer l'utilisateur LMS "+str({e})) + return False, "Impossible de créer l'utilisateur LMS "+str({e}), False + + conn.commit() + print(f"Last Inserted ID: {cur.lastrowid}") + lastrowid = cur.lastrowid + + conn.close() + + # Crementation de la sequence de l'objet "lms_user_id" dans la collection : "mysy_sequence" + + + new_sequence_value = int(current_seq_value)+1 + + mydata = {'current_val':new_sequence_value} + ret_val2 = MYSY_GV.dbname['mysy_sequence'].find_one_and_update({'related_mysy_object':'lms_user_id', 'valide':'1'}, + {"$set": mydata}, + return_document=ReturnDocument.AFTER, + upsert= False, + ) + + + return True, " Creation du compte LMS OK. l'id = "+str(lastrowid), str(lastrowid) + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de créer le compte LMS", False + + +""" +Cette fonction permet de mofifier le mot de passe de l'utilisateur +""" + + +def Update_Passwd_MySy_LMS_User(diction): + try: + + ''' + # Verification que les champs reçus dans l'API sont bien dans la liste des champs autorisés + # Cela evite le cas ou une entité tierce ajouter les valeurs inconnu dans l'API + # Ici on doit mettre tous les champs possible (obligatoire ou non) de la BDD dans la liste + # field_list. + ''' + field_list = ['token', 'new_password', 'lms_user_id'] + + incom_keys = diction.keys() + for val in incom_keys: + if val not in field_list: + mycommon.myprint(str(inspect.stack()[0][ + 3]) + " Le champ '" + val + "' n'est pas autorisé") + return False, " Le champ '" + val + "' n'est pas autorisé", False + + ''' + Une fois qu'on a controlé que toutes les clés mise dans l'API sont correcte. etape precedente, + On controle que les champs obligatoires sont presents dans la liste + ''' + field_list_obligatoire = ['token', 'new_password', 'lms_user_id'] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans liste ") + return False, " Toutes les informations obligatoire n'ont pas été fournies", False + + # recuperation des paramettre + my_token = "" + if ("token" in diction.keys()): + if diction['token']: + my_token = diction['token'] + + partner_recid = "" + # Verification de la validité du token/mail dans le cas des user en mode connecté + if (len(str(my_token)) > 0): + retval = mycommon.check_partner_token_validity("", my_token) + + if retval is False: + mycommon.myprint(str(inspect.stack()[0][3]) + " - Le token n'est pas valide") + return False, " Impossible de mettre à jour le compte LMS", False + + # Recuperation du recid de l'utilisateur + partner_recid = mycommon.get_parnter_recid_from_token(my_token) + if partner_recid is False: + mycommon.myprint(str(inspect.stack()[0][3]) + " - Impossible de recuperer le token du partenaire") + return False, " Impossible de recuperer le token du partenaire", False + + if (len(str(my_token)) <= 0): + mycommon.myprint(str(inspect.stack()[0][3]) + " - Le token est vide") + return False, " Impossible de mettre à jour le compte LMS", False + + + + newpassword = "" + if ("new_password" in diction.keys()): + if diction['new_password']: + newpassword = diction['new_password'] + + + lms_user_id = "" + if ("lms_user_id" in diction.keys()): + if diction['lms_user_id']: + lms_user_id = diction['lms_user_id'] + + + + updated_at = datetime.now().strftime("%Y-%m-%d %H:%M:%S") + + mypasswd = newpassword.encode('UTF-8') + + salt = bcrypt.gensalt() + hashed_pwd = bcrypt.hashpw(mypasswd, salt) + + + conn = mariadb.connect( + user=MYSY_GV.MYSY_MARIADB_USER, + password=MYSY_GV.MYSY_MARIADB_USER_PASS, + host=MYSY_GV.MYSY_MARIADB_HOST, + port=MYSY_GV.MYSY_MARIADB_PORT, + database=MYSY_GV.MYSY_LMS_BDD + ) + cur = conn.cursor() + """ + # retrieving information + cur.execute("SELECT username, email_canonical FROM user WHERE id=?", (2,)) + + for username, email_canonical in cur: + print(f"username: {username}, email_canonical : {email_canonical}") + """ + + # insert information + my_query = "UPDATE user SET salt = '" + str(salt) + "', credentials_expired='0', " \ + "updated_at='" + str( updated_at) + " ', " \ + "password = '" + str( hashed_pwd) + "' " \ + " WHERE " \ + "id='" + str(lms_user_id) + "' " \ + "AND user_id='" + str( lms_user_id) + "' AND enabled='1' AND status = '1' AND active = '1' ;" + try: + print(" ### my_query update = ", my_query) + # cur.execute("INSERT INTO employees (first_name,last_name) VALUES (?, ?)", ("Maria", "DB")) + cur.execute(my_query) + except mariadb.Error as e: + #print(f"Error: {e}") + mycommon.myprint(" Impossible de créer l'utilisateur LMS " + str({e})) + return False, "Impossible de créer l'utilisateur LMS " + str({e}), False + + conn.commit() + #print(f"Last Inserted ID: {cur.lastrowid}") + lastrowid = cur.lastrowid + + conn.close() + + + return True, " Creation du compte LMS OK. l'id modifié est = " + str(lastrowid), str(lastrowid) + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de créer le compte LMS", False + + +""" +Cette fonction permet de mettre à jour +- le pack abonnement et +- le nombre max de formations +""" +def Update_Pack_MySy_LMS_User(diction): + try: + + ''' + # Verification que les champs reçus dans l'API sont bien dans la liste des champs autorisés + # Cela evite le cas ou une entité tierce ajouter les valeurs inconnu dans l'API + # Ici on doit mettre tous les champs possible (obligatoire ou non) de la BDD dans la liste + # field_list. + ''' + field_list = ['token', 'lms_user_id', 'mysy_pack', 'mysy_nb_formation'] + + incom_keys = diction.keys() + for val in incom_keys: + if val not in field_list: + mycommon.myprint(str(inspect.stack()[0][ + 3]) + " Le champ '" + val + "' n'est pas autorisé") + return False, " Le champ '" + val + "' n'est pas autorisé", False + + ''' + Une fois qu'on a controlé que toutes les clés mise dans l'API sont correcte. etape precedente, + On controle que les champs obligatoires sont presents dans la liste + ''' + field_list_obligatoire = ['token', 'lms_user_id', 'mysy_pack', 'mysy_nb_formation'] + + for val in field_list_obligatoire: + if val not in diction: + mycommon.myprint( + str(inspect.stack()[0][3]) + " - La valeur '" + val + "' n'est pas presente dans liste ") + return False, " Toutes les informations obligatoire n'ont pas été fournies", False + + # recuperation des paramettre + my_token = "" + if ("token" in diction.keys()): + if diction['token']: + my_token = diction['token'] + + partner_recid = "" + # Verification de la validité du token/mail dans le cas des user en mode connecté + if (len(str(my_token)) > 0): + retval = mycommon.check_partner_token_validity("", my_token) + + if retval is False: + mycommon.myprint(str(inspect.stack()[0][3]) + " - Le token n'est pas valide") + return False, " Impossible de mettre à jour le compte LMS", False + + # Recuperation du recid de l'utilisateur + partner_recid = mycommon.get_parnter_recid_from_token(my_token) + if partner_recid is False: + mycommon.myprint(str(inspect.stack()[0][3]) + " - Impossible de recuperer le token du partenaire") + return False, " Impossible de recuperer le token du partenaire", False + + if (len(str(my_token)) <= 0): + mycommon.myprint(str(inspect.stack()[0][3]) + " - Le token est vide") + return False, " Impossible de mettre à jour le compte LMS", False + + + + mysy_pack = "" + if ("mysy_pack" in diction.keys()): + if diction['mysy_pack']: + mysy_pack = diction['mysy_pack'] + + + mysy_nb_formation = "" + if ("mysy_nb_formation" in diction.keys()): + if diction['mysy_nb_formation']: + mysy_nb_formation = diction['mysy_nb_formation'] + + + lms_user_id = "" + if ("lms_user_id" in diction.keys()): + if diction['lms_user_id']: + lms_user_id = diction['lms_user_id'] + + + + updated_at = datetime.now().strftime("%Y-%m-%d %H:%M:%S") + + + conn = mariadb.connect( + user=MYSY_GV.MYSY_MARIADB_USER, + password=MYSY_GV.MYSY_MARIADB_USER_PASS, + host=MYSY_GV.MYSY_MARIADB_HOST, + port=MYSY_GV.MYSY_MARIADB_PORT, + database=MYSY_GV.MYSY_LMS_BDD + ) + cur = conn.cursor() + + """ MISE à JOUR DU mysy_pack """ + query_get_mysy_pack_id = "select id from extra_field where variable = 'mysy_pack' " + print(" ### query_get_mysy_pack_id = ", query_get_mysy_pack_id) + mysy_pack_id = cur.execute(query_get_mysy_pack_id) + + mysy_pack_id_val = "" + for mysy_pack_id in cur: + print(f"mysy_pack_id: ", mysy_pack_id[0] ) + mysy_pack_id_val = mysy_pack_id[0] + + query_2 = "select id from extra_field_values where field_id = '"+str(mysy_pack_id_val)+"' and item_id = '"+str(lms_user_id)+"' " + print(" ### query_2 = ", query_2) + mysy_pack_id2 = cur.execute(query_2) + + mysy_pack_id_val2 = "" + for mysy_pack_id2 in cur: + print(f"mysy_pack_id2: ", mysy_pack_id2[0]) + mysy_pack_id_val2 = mysy_pack_id2[0] + + + + query_get_mysy_nb_formation_id = "select id from extra_field where variable = '" + str(mysy_nb_formation) + "' " + + localquery = "update extra_field_values set extra_field_values.value ='"+str(mysy_pack)+"' where id = '"+str(mysy_pack_id_val2)+"' " + print(" ### localquery = ", localquery) + + try: + print(" ### my_query update = ", localquery) + # cur.execute("INSERT INTO employees (first_name,last_name) VALUES (?, ?)", ("Maria", "DB")) + cur.execute(localquery) + except mariadb.Error as e: + # print(f"Error: {e}") + mycommon.myprint(" Impossible de créer l'utilisateur LMS " + str({e})) + return False, "Impossible de créer l'utilisateur LMS " + str({e}), False + + + conn.commit() + + """ MISE à JOUR DU mysy_nb_formation """ + query_get_mysy_pack_id = "select id from extra_field where variable = 'mysy_nb_formation' " + print(" ### query_get_mysy_pack_id = ", query_get_mysy_pack_id) + mysy_pack_id = cur.execute(query_get_mysy_pack_id) + + mysy_pack_id_val = "" + for mysy_pack_id in cur: + print(f"mysy_pack_id: ", mysy_pack_id[0]) + mysy_pack_id_val = mysy_pack_id[0] + + query_2 = "select id from extra_field_values where field_id = '" + str( + mysy_pack_id_val) + "' and item_id = '" + str(lms_user_id) + "' " + print(" ### query_2 = ", query_2) + mysy_pack_id2 = cur.execute(query_2) + + mysy_pack_id_val2 = "" + for mysy_pack_id2 in cur: + print(f"mysy_pack_id2: ", mysy_pack_id2[0]) + mysy_pack_id_val2 = mysy_pack_id2[0] + + query_get_mysy_nb_formation_id = "select id from extra_field where variable = '" + str( + mysy_nb_formation) + "' " + + localquery = "update extra_field_values set extra_field_values.value ='" + str( + mysy_nb_formation) + "' where id = '" + str(mysy_pack_id_val2) + "' " + print(" ### localquery = ", localquery) + + try: + print(" ### my_query update = ", localquery) + # cur.execute("INSERT INTO employees (first_name,last_name) VALUES (?, ?)", ("Maria", "DB")) + cur.execute(localquery) + except mariadb.Error as e: + # print(f"Error: {e}") + mycommon.myprint(" Impossible de créer l'utilisateur LMS " + str({e})) + return False, "Impossible de créer l'utilisateur LMS " + str({e}), False + + conn.commit() + + + + + return True, " Creation du compte LMS OK. l'id modifié est = ", 1 + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de créer le compte LMS", False diff --git a/main.py b/main.py index e8be7ec..709ec07 100644 --- a/main.py +++ b/main.py @@ -38,6 +38,7 @@ import opco as opco import Attestation_Certificat as Att_Cert import tools_cherif.tools_cherif as tools_cherif import business_prices as business_prices +import lms_chamilo.mysy_lms as mysy_lms app = Flask(__name__) cors = CORS(app, resources={r"/foo": {"origins": "*"}}) @@ -2344,6 +2345,66 @@ def dirty(): print(" ### dirty : payload = ",payload) localStatus, message= tools_cherif.dirty() return jsonify(status=localStatus, message=message ) +""" +Cette API test SOAP Mysy +""" +@app.route('/myclass/api/mysysoap/', methods=['POST','GET']) +@crossdomain(origin='*') +def mysysoap(): + # On recupere le corps (payload) de la requete + payload = request.form.to_dict() + print(" ### dirty : payload = ",payload) + localStatus, message= tools_cherif.mysysoap() + return jsonify(status=localStatus, message=message ) + + +@app.route('/myclass/api/mysylmsdb/', methods=['POST','GET']) +@crossdomain(origin='*') +def mysylmsdb(): + # On recupere le corps (payload) de la requete + payload = request.form.to_dict() + print(" ### mysylmsdb : payload = ",payload) + localStatus, message= tools_cherif.mysylmsdb() + return jsonify(status=localStatus, message=message ) + + +""" +Cette API créer un user LMS Mysy, c'est a dire un user chamilo +""" +@app.route('/myclass/api/Create_MySy_LMS_User/', methods=['POST','GET']) +@crossdomain(origin='*') +def Create_MySy_LMS_User(): + # On recupere le corps (payload) de la requete + payload = request.form.to_dict() + print(" ### Create_MySy_LMS_User : payload = ",payload) + localStatus, message, lms_user_id = mysy_lms.Create_MySy_LMS_User(payload) + return jsonify(status=localStatus, message=message , lms_user_id=lms_user_id) + +""" +Cette API permettre de mettre à jour le mot de passe dans le LMS +""" +@app.route('/myclass/api/Update_Passwd_MySy_LMS_User/', methods=['POST','GET']) +@crossdomain(origin='*') +def Update_Passwd_MySy_LMS_User(): + # On recupere le corps (payload) de la requete + payload = request.form.to_dict() + print(" ### Update_Passwd_MySy_LMS_User : payload = ",payload) + localStatus, message, lms_user_id = mysy_lms.Update_Passwd_MySy_LMS_User(payload) + return jsonify(status=localStatus, message=message, lms_user_id=lms_user_id) + +""" +Cette API met à jour le pack et nombre de formations dans LSM Mysy, c'est a dire chamilo +""" +@app.route('/myclass/api/Update_Pack_MySy_LMS_User/', methods=['POST','GET']) +@crossdomain(origin='*') +def Update_Pack_MySy_LMS_User(): + # On recupere le corps (payload) de la requete + payload = request.form.to_dict() + print(" ### Update_Pack_MySy_LMS_User : payload = ",payload) + localStatus, message, lms_user_id = mysy_lms.Update_Pack_MySy_LMS_User(payload) + return jsonify(status=localStatus, message=message, lms_user_id=lms_user_id) + + @app.route('/myclass/api/email_validation_mairies/', methods=['POST','GET']) diff --git a/tools_cherif/__init__.py b/tools_cherif/__init__.py new file mode 100644 index 0000000..10ec01f --- /dev/null +++ b/tools_cherif/__init__.py @@ -0,0 +1 @@ +from . import tools_cherif \ No newline at end of file diff --git a/tools_cherif/tools_cherif.py b/tools_cherif/tools_cherif.py index 0fb3918..505a3c4 100644 --- a/tools_cherif/tools_cherif.py +++ b/tools_cherif/tools_cherif.py @@ -1,5 +1,6 @@ import pymongo +import zeep from pymongo import MongoClient import json from bson import ObjectId @@ -548,3 +549,241 @@ def dirty(): return False, " Impossible de tester le mail" +# Root de chamilo + +url_root = 'https://online.educetera.org/' + +# Conexión + +from zeep import Client +#server = SOAPProxy(url_root+'/main/webservices/soap.php' ) + +import requests +import urllib.request +import hashlib +""" +url = "https://lms.mysy-training.com/main/webservices/soap.php" + +querystring = {"wsdl":""} + +payload = "\n\n \n \n ---\n ---\n \n \n \n \n NY\n \n \n" +headers = { + 'content-type': "text/xml; charset=utf-8", + 'soapaction': 'https://lms.mysy-training.com/main/webservices/soap.php/WSUser.DisableUser' +} + +response = requests.request("POST", url, data=payload, headers=headers, params=querystring) + +print(response.text) +""" + +def mysysoap_old(): + try: + + + url = "https://lms.mysy-training.com/main/webservices/soap.php" + + querystring = {"wsdl": ""} + + url_root = "http://lms.mysy-training.com/" + + ewurl = "https://lms.mysy-training.com/main/webservices/soap.php" + + full_url = "https://lms.mysy-training.com/main/webservices/testip.php" + + url = "https://lms.mysy-training.com/main/webservices/soap.php/WS.test" + + security_key = 'da6e9548ebb7137b97913ae7589c85c5' # Se encuentra en el archivo main/inc/conf/configuration.php línea 115 + my_ip = requests.get(full_url).text # + + print(" my is = ", my_ip) # "'#readlines()[0][:-1] + + secret_key = hashlib.sha1(str(my_ip + security_key).encode('utf-8')).hexdigest() + + print(" secret_key = ", secret_key) # "'#readlines()[0][:-1] + + url = 'http://www.dneonline.com/calculator.asmx' + xml = """ + + + + + 50 + 20 + + + """ + headers = {'content-type': 'application/soap+xml; charset=utf-8'} + #r1 = requests.post(url, data=xml, headers=headers) + + url = 'https://lms.mysy-training.com/main/webservices/soap.php' + xml = """ + + + + + + + + """ + headers = {'content-type': 'application/soap+xml; charset=utf-8'} + r1 = requests.post(url, data=xml, headers=headers) + + print(r1.text) + + return True, "ok" + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de tester le mail" + +from zeep import Client, Settings + + +def mysysoap(): + try: + """wsdl = "http://www.dneonline.com/calculator.asmx?WSDL" + client = Client(wsdl) + val = client.service.Add(3, 5) + print(val) + """ + security_key = 'da6e9548ebb7137b97913ae7589c85c5' # Se encuentra en el archivo main/inc/conf/configuration.php línea 115 + full_url = "https://lms.mysy-training.com/main/webservices/testip.php" + my_ip = requests.get(full_url).text # + + print(" my is = ", my_ip) # "'#readlines()[0][:-1] + + secret_key = hashlib.sha1(str(my_ip + security_key).encode('utf-8')).hexdigest() + + print(" secret_key = ", secret_key) # "'#readlines()[0][:-1] + + url = "http://wsf.cdyne.com/WeatherWS/Weather.asmx?WSDL" + url="https://lms.mysy-training.com/main/webservices/soap.php?wsdl" + headers = {'content-type': 'text/xml'} + body = """ + + + + + 135b6ca3b7ed29fa787ff011859fd76ec5e1b51c + ['1504'] + + + """ + + response = requests.post(url, data=body, headers=headers) + print(response.content) + + val = "grr" + + return True, "ok val = "+str(response.content) + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Impossible de tester le mail" + + +# Connexion mariadb sur serveur +import mariadb +import hashlib +import bcrypt +def mysylmsdb(): + try: + + # Rcuperation de la sequence de l'objet "lms_user_id" dans la collection : "mysy_sequence" + retval = MYSY_GV.dbname['mysy_sequence'].find_one({'related_mysy_object':'lms_user_id', 'valide':'1'}) + + print(" ### retval = ",retval) + + mypasswd = 'sekou'.encode('UTF-8') + salt = bcrypt.gensalt() + hashed_pwd = bcrypt.hashpw(mypasswd, salt) + + print(" ## HASHED hashed = ", str(hashed_pwd), " SALT = , ", str(salt)) + + + if (retval is None or "current_val" not in retval.keys()): + mycommon.myprint(" Impossible de recuperer la sequence 'mysy_sequence' ") + return False, "Impossible de recuperer la sequence 'mysy_sequence'" + + new_lms_user_id = str(retval['prefixe'])+str(retval['current_val']) + local_status, local_val = mycommon.IsInt(new_lms_user_id) + if( local_status is False): + mycommon.myprint(" Impossible de generer l'ID du user LMS. La valeur actuelle est ", new_lms_user_id) + return False, " Impossible de generer l'ID du user LMS" + + current_seq_value = str(retval['current_val']) + + conn = mariadb.connect( + user=MYSY_GV.MYSY_MARIADB_USER, + password=MYSY_GV.MYSY_MARIADB_USER_PASS, + host=MYSY_GV.MYSY_MARIADB_HOST, + port=MYSY_GV.MYSY_MARIADB_PORT, + database=MYSY_GV.MYSY_LMS_BDD + ) + cur = conn.cursor() + # retrieving information + cur.execute("SELECT username, email_canonical FROM user WHERE id=?", (2,)) + + for username, email_canonical in cur: + print(f"username: {username}, email_canonical : {email_canonical}") + + + # insert information + my_query = "INSERT INTO user SET id='"+str(new_lms_user_id)+"' , " \ + "user_id='"+str(new_lms_user_id)+"' , " \ + "lastname = 'carter', " \ + "firstname = 'vince_022', " \ + "username = 'username_1022', " \ + "salt = '"+str(salt)+"'," \ + " registration_date = '2022-04-17 15:34:43'," \ + " credentials_expired='0', " \ + "enabled='1', " \ + "expired='0', " \ + " status = '1', " \ + "password = '"+str(hashed_pwd)+"', " \ + "locked = '0', " \ + "username_canonical = 'username_1022', " \ + " email_canonical = 'username@mano2.fr', " \ + "email = 'username@mano2.fr'," \ + " official_code = 'AAA', " \ + "creator_id = '1', " \ + "auth_source = 'platform'," \ + "roles = 'a:0:{}', " \ + "language = 'french'," \ + "active = '1';" + + try: + #cur.execute("INSERT INTO employees (first_name,last_name) VALUES (?, ?)", ("Maria", "DB")) + cur.execute(my_query) + except mariadb.Error as e: + print(f"Error: {e}") + mycommon.myprint(" Impossible de créer l'utilisateur LMS "+str({e})) + return False, "Impossible de créer l'utilisateur LMS "+str({e}) + + conn.commit() + print(f"Last Inserted ID: {cur.lastrowid}") + + conn.close() + + # Crementation de la sequence de l'objet "lms_user_id" dans la collection : "mysy_sequence" + + + new_sequence_value = int(current_seq_value)+1 + + mydata = {'current_val':new_sequence_value} + ret_val2 = MYSY_GV.dbname['mysy_sequence'].find_one_and_update({'related_mysy_object':'lms_user_id', 'valide':'1'}, + {"$set": mydata}, + return_document=ReturnDocument.AFTER, + upsert= False, + ) + + + return True, "Connexion mariadb OKK" + + except Exception as e: + exc_type, exc_obj, exc_tb = sys.exc_info() + mycommon.myprint(str(inspect.stack()[0][3]) + " -" + str(e) + " - Line : " + str(exc_tb.tb_lineno)) + return False, " Connexion mariadb KOOO" +